]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/blob - debian/changelog
* debian/patches:
[sojka/debian/lightdm.git] / debian / changelog
1 lightdm (1.8.5-2) UNRELEASED; urgency=low
2
3   * debian/patches:
4     - 06_allow_libpamsystemd_and_ck_together added. Create a ConsoleKit
5       session, even if a logind session already exists. That makes transition
6       from ConsoleKit to systemd/logind somehow easier, but means some events
7       might happen twice.                                       closes: #728361
8
9  -- Yves-Alexis Perez <corsac@debian.org>  Mon, 02 Dec 2013 21:13:27 +0100
10
11 lightdm (1.8.5-1) unstable; urgency=low
12
13   * New upstream bugfix release.
14   * debian/patches:
15     - 02_default-config removed, replaced by a config snippet.
16   * debian/01_debian.conf:
17     - add config snippet for Debian specific config
18   * debian/lightdm.install:
19     - install 01_debian.conf to /usr/share/lightdm/lightdm.conf.d/
20
21  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 07 Nov 2013 10:20:11 +0100
22
23 lightdm (1.8.3-1) unstable; urgency=low
24
25   * New upstream release.
26   * debian/rules:
27     - enable all hardening flags.
28
29  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 31 Oct 2013 09:31:16 +0100
30
31 lightdm (1.8.2-1) unstable; urgency=low
32
33   * New upstream release.
34   * debian/patches:
35     - 01_set-default-path, 02_default-config, 05_debianize-pam-files
36       refreshed.
37     - 03_quit-plymouth disabled for now, to check if problem is really fixed
38       upstream.
39   * debian/control:
40     - rename liblightdm-qt-2-0 to liblightdm-qt-3-0 to match updated soname.
41
42  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 20 Oct 2013 20:45:55 +0200
43
44 lightdm (1.6.3-1) unstable; urgency=low
45
46   * New upstream release.
47
48  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 09 Oct 2013 21:22:43 +0200
49
50 lightdm (1.6.2-1) unstable; urgency=low
51
52   [ Yves-Alexis Perez ]
53   * debian/po:
54     - update pl.po, thanks Michał Kułach.                       closes: #711378
55   * New upstream release.
56     - fix wrong permissions on .Xauthority file and don't pollute homedir with
57       temporary files.                                          closes: #721744
58   * debian/watch updated to track 1.6 branch.
59   * debian/control:
60     - update standards version to 3.9.4.
61
62   [ Evgeni Golov ]
63   * Correct Vcs-* URLs to point to anonscm.debian.org
64
65  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 11 Sep 2013 07:41:13 +0200
66
67 lightdm (1.6.0-3) unstable; urgency=low
68
69   * debian/control:
70     - drop valac-0.18 dependency for now since it's not available in sid
71       anyway.                                                   closes: #707176
72
73  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 11 May 2013 23:48:35 +0200
74
75 lightdm (1.6.0-2) unstable; urgency=low
76
77   [ Niv Sardi ]
78   * Build with GIR
79
80   [ Yves-Alexis Perez ]
81   * Upload to unstable.
82   * debian/rules:
83     - hardening=+pie segfaults but +bindnow does work so keep it enabled.
84   * debian/docs removed: stop shipping NEWS file since it's the same as
85     changelog.
86
87  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 05 May 2013 14:09:23 +0200
88
89 lightdm (1.6.0-1) experimental; urgency=low
90
91   * New upstream release.
92
93  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 17 Apr 2013 22:06:36 +0200
94
95 lightdm (1.5.3-1) experimental; urgency=low
96
97   * New upstream unstable release.
98   * debian/docs: ship NEWS file.                                closes: #689870
99   * debian/watch:
100     - support .xz tarballs.
101   * debian/patches:
102     - 01_set-default-path, 03_quit-plymouth, 04_dont-add-pkglibexecdir-path
103       and 05_debianize-pam-files refreshed.
104   * debian/control:
105     - add build-dep on libgcrypt11-dev.
106   * debian/rules:
107     - disable pie hardening flags for now, it segfaults at startup.
108     - fix gdmflexiserver removal
109     - fix permissions on apparmor profiles.
110   * debian/lightdm.install:
111     - install apparmor profiles.
112
113  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 07 Apr 2013 14:30:05 +0200
114
115 lightdm (1.4.0-1) experimental; urgency=low
116
117   * New upstream release.
118   * debian/patches:
119     - 01_set-default-path, 02_default-config and
120       04_dont-add-pkglibexecdir-path refreshed for new release.
121     - 05_debianize-pam-files added, Debianize the lightdm and
122       lightdm-autologin pam config files.
123   * debian/control:
124     - suggests upower.                                          closes: #679538
125     - make lightdm depends on lightdm-gtk-greeter | lightdm-greeter, thanks
126       Ralf Jung for the report.                                 closes: #684714
127     - add build-dep on itstool.
128   * debian/lightdm.install:
129     - stop installing lightdm upstart script since it's broken. closes: #679409
130     - install /u/s/help.* 
131     - install PAM files
132   * debian/rules:
133     - stop installing own PAM files.
134   * debian/*.pam: drop obsolete PAM files.
135
136  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 07 Oct 2012 09:16:34 +0200
137
138 lightdm (1.2.2-3) unstable; urgency=low
139
140   * debian/lightdm.pam:
141     - enable pam_loginuid.                                      closes: #677435
142   * debian/lightdm.lightdm-autologin.pam added, support auto-login when
143     configured in /etc/lightdm/lightdm.conf.                    closes: #636104
144   * debian/rules:
145     - install both pam files.
146
147  -- Yves-Alexis Perez <corsac@debian.org>  Mon, 18 Jun 2012 21:13:57 +0200
148
149 lightdm (1.2.2-2) unstable; urgency=low
150
151   * debian/rules:
152     - re-enable tests now that gcc-4.7 has been fixed.
153
154  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 13 Jun 2012 19:51:16 +0200
155
156 lightdm (1.2.2-1) unstable; urgency=low
157
158   * Upload to unstable.
159   * New upstream release.                                       closes: #673036
160   * debian/rules:
161     - build with --parallel.
162     - disable silent rules so build logs are useful.
163     - disable building test for now since it fails with gcc-4.7.
164   * debian/*.lintian-overrides added, override warning for hardening
165     checks, we do enable build flags.
166
167  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 15 May 2012 22:44:04 +0200
168
169 lightdm (1.2.0-1) experimental; urgency=low
170
171   [ Yves-Alexis Perez ]
172   * New upstream release.
173     - don't leak fds to child processes.                        closes: #658678
174   * debian/po:
175     - da.po updated, thanks to “Joe Dalton”.                    closes: #650946
176   * debian/control:
177     - add Provides: on x-display-manager.                       closes: #654343
178     - liblightdm-gobject-dev requires libdbus-glib-1-dev and libxklavier-dev
179       so add dependencies.
180     - drop lightdm-{gtk,qt}-greeter packages since they have been moved to
181       standalone packages.
182     - rename lightdm-qt-1-0 package to -2-0 to follow soname bump.
183     - drop dh-autoreconf build-dep.
184     - fix liblightdm*-dev package not depending on the library package itself.
185     - update standards version to 3.9.3.
186   * debian/watch updated for new tarballs location.
187   * debian/patches:
188     - 01_set-default-path refreshed.
189     - 02_default-config.patch refreshed
190       + use lightdm-greeter as greeter name, which is provided as an
191         alternative by the various greeters.
192     - 04_default-gtk-greeter-config dropped since lightm-gtk-greeter has been
193       moved to standalone package.
194     - 06_move-progs-to-pkglibexecdir dropped, included upstream.
195     - 07_CVE-2011-4105 dropped, code doesn't exist anymore.
196     - 08_CVE-2011-3153 dropped, included upstream.
197   * debian/rules:
198     - don't install libsystem as it's only useful for tests.
199     - drop autoreconf since we don't need it anymore.
200   * debian/lightdm-{gtk,qt}-greeter.{config.install.templates,postinst,prerm}
201     dropped.
202   * debian/lightdm.pam:
203      - add selinux lines, thanks Laurent Bigonville.            closes: #664805
204
205   [ Lionel Le Folgoc ]
206   * debian/patches: add missing DEP3 headers.
207
208  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 06 Apr 2012 21:32:13 +0200
209
210 lightdm (1.0.6-3) unstable; urgency=low
211
212   * debian/patches:
213     - 07_CVE-2011-4105 refreshed, use AC_USE_SYSTEM_EXTENSIONS in configure.ac
214       so GNU extensions are used even on kFreeBSD.              closes: #649633
215   * debian/rules:
216     - explicitly disable introspection. It seems only enabled on kFreeBSD
217       builds for some reason.
218
219  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 26 Nov 2011 09:34:47 +0100
220
221 lightdm (1.0.6-2) unstable; urgency=high
222
223   * urgency=high for security fixes.
224   * debian/patches:
225     - 07_CVE-2011-4105 added, make sure the file is not a link when chowning
226       it. (CVE-2011-4105)
227     - 08_CVE-2011-3153 added, fix information disclosure by droping privileges
228       before reading and re-writing ~/.dmrc.
229
230  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 15 Nov 2011 21:39:30 +0100
231
232 lightdm (1.0.6-1) unstable; urgency=high
233
234   * New upstream release, urgency=high for security fix.
235     - fix .Xauthority ownership using lchown() (CVE-2011-4105)
236
237  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 04 Nov 2011 20:54:52 +0100
238
239 lightdm (1.0.4-1) unstable; urgency=low
240
241   * New upstream release.
242   * debian/patches:
243     - 01_set-default-path refreshed.
244
245  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 26 Oct 2011 07:29:19 +0200
246
247 lightdm (1.0.3-1) unstable; urgency=low
248
249   * New upstream release.
250   * debian/watch updated to only track stable releases.
251   * debian/patches:
252     - 01_set-default-path and 05_dont-add-pkglibexecdir-path refreshed for new
253       upstream release.
254     - 06_move-lightdm-set-defaults-to-pkglibexecdir renamed to
255       06_move-progs-to-pkglibexecdir, use the same patch to move
256       lightdm-guest-session-wrapper to pkglibexecdir and refresh the original
257       patch for new upstream.
258   * debian/lightdm.install:
259     - install lightdm-guest-session-wrapper.
260
261  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 08 Oct 2011 13:39:15 +0200
262
263 lightdm (1.0.2-1) unstable; urgency=low
264
265   * New upstream release.
266     - don't use autologin pam service, fix startup.             closes: #643844
267   * debian/control:
268     - add recommends on policykit-1 to greeters.                closes: #643292
269   * debian/patches:
270     - 05_dont-add-pkglibexecdir-path refreshed for new upstream release.
271
272  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 06 Oct 2011 07:41:40 +0200
273
274 lightdm (1.0.0-3) unstable; urgency=low
275
276   * debian/lightdm-{gtk,qt}.{postinst,prerm}:
277     - don't use dpkg-architecture since it's in dpkg-dev.       closes: #643792
278
279  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 22:26:18 +0200
280
281 lightdm (1.0.0-2) unstable; urgency=low
282
283   * debian/rules:
284     - correctly enable pie and bindnow.
285     - use a variable for multi-arch path instead of *.
286     - use autoreconf dh addon
287   * debian/control:
288     - add build-dep on dh-autoreconf and gtk-doc-tools
289   * debian/patches:
290     - 06_move-lightdm-set-defaults-to-pkglibexecdir added, move
291       lightdm-set-defaults to pkglibexecdir instead of libexecdir.
292   * debian/lightdm-{gtk,qt}-greeter.{postinst,prerm}:
293     - use variable for multi-arch path instead of *.
294     - update lightdm-set-defaults path to re-add lightdm folder.
295
296  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 12:09:35 +0200
297
298 lightdm (1.0.0-1) unstable; urgency=low
299
300   * New upstream release.
301   * debian/patches:
302     - all patches refreshed
303     - 02_default-config: explicitly disable tcp listen.
304   * debian/rules:
305     - drop all hardening rules now done by dh in compat mode 9, but manually
306       add pie and bindnow.
307     - add -Wl,--as-needed -Wl,-O1 to LDFLAGS.
308     - update gdmflexiserver path for multi-arch paths.
309   * debian/compat bumped to 9.
310   * debian/control:
311     - added build-deb on dpkg-dev (>= 1.16.1) for hardening support.
312     - dropped hardening-includes from build-depends, now superseded
313     - update debhelper build-dep to 9 for compat mode v9.
314     - add Pre-Depends: ${misc:Pre-Depends} to the lib packages.
315     - add Recommends: on gnome-icon-theme to gtk greeter.       closes: #643291
316   * debian/liblightdm-gobject-1-0.install,
317     debian/liblightdm-gobject-dev.install, debian/liblightdm-qt-1-0.install,
318     debian/liblightdm-qt-dev.install, debian/lightdm.install:
319     - update to use multi-arch folders.
320   * debian/lightdm.install:
321     - in v9 compat mode, libexecdir doesn't have the package name added so
322       update in consequence
323   * debian/liblightdm*.{postinst,prerm}:
324     - update path to lightdm-set-defaults.
325   * debian/lightdm.postinst:
326     - don't fail if one can't reload dbus, like in a chroot.    closes: #642295
327
328  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 07:39:18 +0200
329
330 lightdm (0.9.7-1) unstable; urgency=low
331
332   * New upstream release.
333     - fix consolekit session issues.
334
335  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 16 Sep 2011 08:01:12 +0200
336
337 lightdm (0.9.6-1) unstable; urgency=low
338
339   * New upstream release:
340     - don't write user files as root to prevent symlinks attacks
341       [CVE-2011-3349]                                           closes: #639151
342   * debian/patches:
343     - 01_set-default-path, 02_default-config, 03_quit-plymouth,
344       04_default-gtk-greeter-config refreshed.
345     - 05_always-export-XAUTHORITY dropped, included upstream. 
346     - 05_dont-add-pkglibexecdir-path added, don't add /usr/lib/lightdm/lightdm
347       to the PATH, it's ugly.
348   * debian/rules:
349     - don't install gdmflexiserver script for now until the PATH issue is
350       solved.
351   * debian/lightdm.install
352     - install lightdm-set-default and dm-tool there.
353   * debian/lightdm-{gtk,qt}-greeter.{config,templates,postinst,prerm}:
354     - provide a way to select the current greeter through debconf. Other
355       packages providing a greeter use the same templates/config to register
356       themselves in debconf.
357   * debian/control:
358     - add suggests on accountsservice.
359
360  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 15 Sep 2011 11:36:21 +0200
361
362 lightdm (0.9.2-3) unstable; urgency=low
363
364   * debian/patches:
365     - 05_always-export-XAUTHORITY added, always export path to xauth file.
366   * debian/lightdm-xsession.desktop:
367     - provide a default xsession desktop file.                  closes: #636111
368
369  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 06 Aug 2011 11:34:57 +0200
370
371 lightdm (0.9.2-2) unstable; urgency=low
372
373   * debian/control;
374     - use real package name in greeter dependency.              closes: #636020
375     - recommends desktop-base (for default background) and
376       gnome-theme-standards (for Adwaita GTK+ 3 theme) in GTK+ greeter.
377   * debian/patches:
378     - 04_default-gtk-greeter-config added, tune GTK+ greeter config to match
379       Debian themes.
380
381  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 30 Jul 2011 20:03:59 +0200
382
383 lightdm (0.9.2-1) unstable; urgency=low
384
385   * New upstream release.
386   * debian/lightdm.install:
387     - install locale files in lightdm package.
388   * debian/rules:
389     - set greeter user at build time.
390   * debian/control:
391     - rename the greeter packages to fit what's in Ubuntu.
392     - lightdm-vala doesn't provide a greeter anymore.
393   * debian/lightdm{,-gtk-greeter}.install:
394     - ship GTK+ greeter config file in the lightdm-gtk-greeter package.
395   * debian/lightdm.{config,templates} and debian/po debconf files added from
396     Ubuntu package.
397
398  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 29 Jul 2011 20:32:36 +0200
399
400 lightdm (0.9.0-1) unstable; urgency=low
401
402   * Initial release.                                            closes: #615591
403
404  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 28 Jul 2011 22:39:44 +0200