]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/blob - debian/changelog
* debian/control:
[sojka/debian/lightdm.git] / debian / changelog
1 lightdm (1.2.2-4) UNRELEASED; urgency=low
2
3   * debian/control:
4     - suggests upower.                                          closes: #679538
5
6  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 29 Jun 2012 17:16:58 +0200
7
8 lightdm (1.2.2-3) unstable; urgency=low
9
10   * debian/lightdm.pam:
11     - enable pam_loginuid.                                      closes: #677435
12   * debian/lightdm.lightdm-autologin.pam added, support auto-login when
13     configured in /etc/lightdm/lightdm.conf.                    closes: #636104
14   * debian/rules:
15     - install both pam files.
16
17  -- Yves-Alexis Perez <corsac@debian.org>  Mon, 18 Jun 2012 21:13:57 +0200
18
19 lightdm (1.2.2-2) unstable; urgency=low
20
21   * debian/rules:
22     - re-enable tests now that gcc-4.7 has been fixed.
23
24  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 13 Jun 2012 19:51:16 +0200
25
26 lightdm (1.2.2-1) unstable; urgency=low
27
28   * Upload to unstable.
29   * New upstream release.                                       closes: #673036
30   * debian/rules:
31     - build with --parallel.
32     - disable silent rules so build logs are useful.
33     - disable building test for now since it fails with gcc-4.7.
34   * debian/*.lintian-overrides added, override warning for hardening
35     checks, we do enable build flags.
36
37  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 15 May 2012 22:44:04 +0200
38
39 lightdm (1.2.0-1) experimental; urgency=low
40
41   [ Yves-Alexis Perez ]
42   * New upstream release.
43     - don't leak fds to child processes.                        closes: #658678
44   * debian/po:
45     - da.po updated, thanks to “Joe Dalton”.                    closes: #650946
46   * debian/control:
47     - add Provides: on x-display-manager.                       closes: #654343
48     - liblightdm-gobject-dev requires libdbus-glib-1-dev and libxklavier-dev
49       so add dependencies.
50     - drop lightdm-{gtk,qt}-greeter packages since they have been moved to
51       standalone packages.
52     - rename lightdm-qt-1-0 package to -2-0 to follow soname bump.
53     - drop dh-autoreconf build-dep.
54     - fix liblightdm*-dev package not depending on the library package itself.
55     - update standards version to 3.9.3.
56   * debian/watch updated for new tarballs location.
57   * debian/patches:
58     - 01_set-default-path refreshed.
59     - 02_default-config.patch refreshed
60       + use lightdm-greeter as greeter name, which is provided as an
61         alternative by the various greeters.
62     - 04_default-gtk-greeter-config dropped since lightm-gtk-greeter has been
63       moved to standalone package.
64     - 06_move-progs-to-pkglibexecdir dropped, included upstream.
65     - 07_CVE-2011-4105 dropped, code doesn't exist anymore.
66     - 08_CVE-2011-3153 dropped, included upstream.
67   * debian/rules:
68     - don't install libsystem as it's only useful for tests.
69     - drop autoreconf since we don't need it anymore.
70   * debian/lightdm-{gtk,qt}-greeter.{config.install.templates,postinst,prerm}
71     dropped.
72   * debian/lightdm.pam:
73      - add selinux lines, thanks Laurent Bigonville.            closes: #664805
74
75   [ Lionel Le Folgoc ]
76   * debian/patches: add missing DEP3 headers.
77
78  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 06 Apr 2012 21:32:13 +0200
79
80 lightdm (1.0.6-3) unstable; urgency=low
81
82   * debian/patches:
83     - 07_CVE-2011-4105 refreshed, use AC_USE_SYSTEM_EXTENSIONS in configure.ac
84       so GNU extensions are used even on kFreeBSD.              closes: #649633
85   * debian/rules:
86     - explicitly disable introspection. It seems only enabled on kFreeBSD
87       builds for some reason.
88
89  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 26 Nov 2011 09:34:47 +0100
90
91 lightdm (1.0.6-2) unstable; urgency=high
92
93   * urgency=high for security fixes.
94   * debian/patches:
95     - 07_CVE-2011-4105 added, make sure the file is not a link when chowning
96       it. (CVE-2011-4105)
97     - 08_CVE-2011-3153 added, fix information disclosure by droping privileges
98       before reading and re-writing ~/.dmrc.
99
100  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 15 Nov 2011 21:39:30 +0100
101
102 lightdm (1.0.6-1) unstable; urgency=high
103
104   * New upstream release, urgency=high for security fix.
105     - fix .Xauthority ownership using lchown() (CVE-2011-4105)
106
107  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 04 Nov 2011 20:54:52 +0100
108
109 lightdm (1.0.4-1) unstable; urgency=low
110
111   * New upstream release.
112   * debian/patches:
113     - 01_set-default-path refreshed.
114
115  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 26 Oct 2011 07:29:19 +0200
116
117 lightdm (1.0.3-1) unstable; urgency=low
118
119   * New upstream release.
120   * debian/watch updated to only track stable releases.
121   * debian/patches:
122     - 01_set-default-path and 05_dont-add-pkglibexecdir-path refreshed for new
123       upstream release.
124     - 06_move-lightdm-set-defaults-to-pkglibexecdir renamed to
125       06_move-progs-to-pkglibexecdir, use the same patch to move
126       lightdm-guest-session-wrapper to pkglibexecdir and refresh the original
127       patch for new upstream.
128   * debian/lightdm.install:
129     - install lightdm-guest-session-wrapper.
130
131  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 08 Oct 2011 13:39:15 +0200
132
133 lightdm (1.0.2-1) unstable; urgency=low
134
135   * New upstream release.
136     - don't use autologin pam service, fix startup.             closes: #643844
137   * debian/control:
138     - add recommends on policykit-1 to greeters.                closes: #643292
139   * debian/patches:
140     - 05_dont-add-pkglibexecdir-path refreshed for new upstream release.
141
142  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 06 Oct 2011 07:41:40 +0200
143
144 lightdm (1.0.0-3) unstable; urgency=low
145
146   * debian/lightdm-{gtk,qt}.{postinst,prerm}:
147     - don't use dpkg-architecture since it's in dpkg-dev.       closes: #643792
148
149  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 22:26:18 +0200
150
151 lightdm (1.0.0-2) unstable; urgency=low
152
153   * debian/rules:
154     - correctly enable pie and bindnow.
155     - use a variable for multi-arch path instead of *.
156     - use autoreconf dh addon
157   * debian/control:
158     - add build-dep on dh-autoreconf and gtk-doc-tools
159   * debian/patches:
160     - 06_move-lightdm-set-defaults-to-pkglibexecdir added, move
161       lightdm-set-defaults to pkglibexecdir instead of libexecdir.
162   * debian/lightdm-{gtk,qt}-greeter.{postinst,prerm}:
163     - use variable for multi-arch path instead of *.
164     - update lightdm-set-defaults path to re-add lightdm folder.
165
166  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 12:09:35 +0200
167
168 lightdm (1.0.0-1) unstable; urgency=low
169
170   * New upstream release.
171   * debian/patches:
172     - all patches refreshed
173     - 02_default-config: explicitly disable tcp listen.
174   * debian/rules:
175     - drop all hardening rules now done by dh in compat mode 9, but manually
176       add pie and bindnow.
177     - add -Wl,--as-needed -Wl,-O1 to LDFLAGS.
178     - update gdmflexiserver path for multi-arch paths.
179   * debian/compat bumped to 9.
180   * debian/control:
181     - added build-deb on dpkg-dev (>= 1.16.1) for hardening support.
182     - dropped hardening-includes from build-depends, now superseded
183     - update debhelper build-dep to 9 for compat mode v9.
184     - add Pre-Depends: ${misc:Pre-Depends} to the lib packages.
185     - add Recommends: on gnome-icon-theme to gtk greeter.       closes: #643291
186   * debian/liblightdm-gobject-1-0.install,
187     debian/liblightdm-gobject-dev.install, debian/liblightdm-qt-1-0.install,
188     debian/liblightdm-qt-dev.install, debian/lightdm.install:
189     - update to use multi-arch folders.
190   * debian/lightdm.install:
191     - in v9 compat mode, libexecdir doesn't have the package name added so
192       update in consequence
193   * debian/liblightdm*.{postinst,prerm}:
194     - update path to lightdm-set-defaults.
195   * debian/lightdm.postinst:
196     - don't fail if one can't reload dbus, like in a chroot.    closes: #642295
197
198  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 07:39:18 +0200
199
200 lightdm (0.9.7-1) unstable; urgency=low
201
202   * New upstream release.
203     - fix consolekit session issues.
204
205  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 16 Sep 2011 08:01:12 +0200
206
207 lightdm (0.9.6-1) unstable; urgency=low
208
209   * New upstream release:
210     - don't write user files as root to prevent symlinks attacks
211       [CVE-2011-3349]                                           closes: #639151
212   * debian/patches:
213     - 01_set-default-path, 02_default-config, 03_quit-plymouth,
214       04_default-gtk-greeter-config refreshed.
215     - 05_always-export-XAUTHORITY dropped, included upstream. 
216     - 05_dont-add-pkglibexecdir-path added, don't add /usr/lib/lightdm/lightdm
217       to the PATH, it's ugly.
218   * debian/rules:
219     - don't install gdmflexiserver script for now until the PATH issue is
220       solved.
221   * debian/lightdm.install
222     - install lightdm-set-default and dm-tool there.
223   * debian/lightdm-{gtk,qt}-greeter.{config,templates,postinst,prerm}:
224     - provide a way to select the current greeter through debconf. Other
225       packages providing a greeter use the same templates/config to register
226       themselves in debconf.
227   * debian/control:
228     - add suggests on accountsservice.
229
230  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 15 Sep 2011 11:36:21 +0200
231
232 lightdm (0.9.2-3) unstable; urgency=low
233
234   * debian/patches:
235     - 05_always-export-XAUTHORITY added, always export path to xauth file.
236   * debian/lightdm-xsession.desktop:
237     - provide a default xsession desktop file.                  closes: #636111
238
239  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 06 Aug 2011 11:34:57 +0200
240
241 lightdm (0.9.2-2) unstable; urgency=low
242
243   * debian/control;
244     - use real package name in greeter dependency.              closes: #636020
245     - recommends desktop-base (for default background) and
246       gnome-theme-standards (for Adwaita GTK+ 3 theme) in GTK+ greeter.
247   * debian/patches:
248     - 04_default-gtk-greeter-config added, tune GTK+ greeter config to match
249       Debian themes.
250
251  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 30 Jul 2011 20:03:59 +0200
252
253 lightdm (0.9.2-1) unstable; urgency=low
254
255   * New upstream release.
256   * debian/lightdm.install:
257     - install locale files in lightdm package.
258   * debian/rules:
259     - set greeter user at build time.
260   * debian/control:
261     - rename the greeter packages to fit what's in Ubuntu.
262     - lightdm-vala doesn't provide a greeter anymore.
263   * debian/lightdm{,-gtk-greeter}.install:
264     - ship GTK+ greeter config file in the lightdm-gtk-greeter package.
265   * debian/lightdm.{config,templates} and debian/po debconf files added from
266     Ubuntu package.
267
268  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 29 Jul 2011 20:32:36 +0200
269
270 lightdm (0.9.0-1) unstable; urgency=low
271
272   * Initial release.                                            closes: #615591
273
274  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 28 Jul 2011 22:39:44 +0200