]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/blob - debian/changelog
add CVE number
[sojka/debian/lightdm.git] / debian / changelog
1 lightdm (1.16.6-1) UNRELEASED; urgency=medium
2
3   * New upstream bugfix release.
4     - fix crash when XDMCP is enabled and a packet with no address is received
5     (CVE-2015-8316)
6
7  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 20 Nov 2015 08:56:28 +0100
8
9 lightdm (1.16.5-1) unstable; urgency=medium
10
11   * New upstream bugfix release.
12
13  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 10 Nov 2015 10:56:27 +0100
14
15 lightdm (1.16.3-1) unstable; urgency=medium
16
17   * New upstream bugfix release.
18
19  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 17 Oct 2015 21:54:44 +0200
20
21 lightdm (1.16.2-1) unstable; urgency=medium
22
23   * debian/patches:
24     - 05_debianize-pam-files updated, fix pam_env configuration and correctly
25       load /etc/environment.                                    closes: #798967
26   * debian/watch updated to track 1.16 branch.
27   * New upstream release.
28   * debian/liblightdm-gobject-1-0.symbols updated for new release.
29   * debian/control:
30     - add build-dep on libaudit-dev for audit support.
31
32  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 19 Sep 2015 15:08:51 +0200
33
34 lightdm (1.14.2-2) unstable; urgency=medium
35
36   * debian/liblightdm-qt-3-0.symbols updated for symbols removed due to the
37     gcc 5 transition.                                           closes: #777981
38
39  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 25 Aug 2015 21:02:40 +0200
40
41 lightdm (1.14.2-1) unstable; urgency=medium
42
43   * New upstream release.
44
45  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 27 Jun 2015 14:43:38 +0200
46
47 lightdm (1.14.0-1) unstable; urgency=medium
48
49   * debian/patches:
50     - 02_fix-apparmor-profile updated, following information from Mathieu
51       Parent.                                                   closes: #780456
52   * debian/watch updated to follow 1.14 branch.
53   * New upstream release.
54   * debian/lightdm.install:
55     - install bash completion files.
56   * debian/liblightdm-qt-3-0.symbols updated for new release.
57   * Upload to unstable.
58
59  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 06 May 2015 22:42:17 +0200
60
61 lightdm (1.12.3-1) experimental; urgency=medium
62
63   * New upstream release.
64   * debian/patches:
65     - 02_fix-apparmor-profile edited, dropped parts unneeded anymore with more
66       recent AppArmor.
67
68  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 13 Mar 2015 22:36:14 +0100
69
70 lightdm (1.12.2-1) experimental; urgency=medium
71
72   * New upstream release.
73   * debian/patches:
74     - 01_set-default-path and 06_change-user-dirs refreshed for new release.
75     - 03_use-desktopnames-properties dropped, included upstream.
76   * debian/liblightdm-gobject-1-0.symbols updated for new symbols.
77   * debian/liblightdm-qt-3-0.symbols updated for new symbols.
78
79  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 08 Mar 2015 22:06:41 +0100
80
81 lightdm (1.10.3-3) unstable; urgency=medium
82
83   * debian/patches:
84     - 06_change-user-dirs edited, don't use /var/lib/lightdm directly (it
85     seems to confuse lightdm and break .dmrc saving) but use
86     /var/lib/lightdm/data and create it at runtime.             closes: #767359
87
88  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 04 Nov 2014 21:58:15 +0100
89
90 lightdm (1.10.3-2) unstable; urgency=medium
91
92   * debian/patches:
93     - 03_use-desktopnames-properties added, from upstream bzr r1984, use
94     DesktopNames property in session .desktop file instead of
95     X-LightDM-DesktopName since GDM uses that key too.
96
97  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 24 Oct 2014 14:32:07 +0200
98
99 lightdm (1.10.3-1) unstable; urgency=medium
100
101   * New upstream release.
102   * debian/patches:
103     - 04_fix-double-free-configuration-key-source dropped, included upstream.
104   * debian/upstream/signing-key.asc added, add PGP key for Robert Ancell
105     (0x18EAA1890F7C882E).
106   * debian/watch updated, add mangle option to check PGP signatures.
107
108  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 09 Oct 2014 13:01:51 +0200
109
110 lightdm (1.10.2-3) unstable; urgency=medium
111
112   * debian/patches:
113     - 04_fix-double-free-configuration-key-source added, fix crash when
114       key sources are defined twice in config files.            closes: #762211
115     - 06_change-user-dirs added, use /var/lib/lightdm as user dirs, since it's
116       the home dir for lightdm user since the beginning and it's already
117       correctly created.                                        closes: #749243
118   * debian/control:
119     - update standards version to 3.9.6.
120
121  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 08 Oct 2014 22:51:19 +0200
122
123 lightdm (1.10.2-2) unstable; urgency=medium
124
125   * debian/patches:
126     - 05_debianize-pam-files edited, don't log an error if
127     libpam-gnome-keyring is not installed.                      closes: #683508
128   * debian/control:
129     - put lipam-systemd before consolekit in alternative.       closes: #763187
130   * debian/lightdm.postinst:
131     - make sure /var/lib/lightdm always exists.                 closes: #762218
132
133  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 28 Sep 2014 21:58:17 +0200
134
135 lightdm (1.10.2-1) unstable; urgency=medium
136
137   * debian/patches:
138     - 06_allow_libpamsystemd_and_ck_together dropped, ConsoleKit is now
139       deprecated (wether we're using init=systemd or not).
140   * New upstream release.
141   * debian/liblightdm-gobject-1-0.symbols:
142     - update symbol file, add lightdm_user_get_uid.
143
144  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 17 Sep 2014 21:48:07 +0200
145
146 lightdm (1.10.1-3) unstable; urgency=medium
147
148   * debian/rules:
149     - stop installing apparmor guest profile.                   closes: #747252
150   * debian/control:
151     - make the libpam-systemd dependency linux-any.
152
153  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 11 Jun 2014 20:55:38 +0200
154
155 lightdm (1.10.1-2) unstable; urgency=medium
156
157   * debian/patches:
158     - 02_fix-apparmor-profile updated, fix chromium path in apparmor
159       abstraction profile.                                      closes: #742829
160   * debian/control:
161     - add libpam-systemd as consolekit alternative dependency.  closes: #747619
162
163  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 17 May 2014 15:31:23 +0200
164
165 lightdm (1.10.1-1) unstable; urgency=medium
166
167   * New upstream release.
168   * debian/patches:
169     - really apply 02_fix-apparmor-profile, update it.  (really) closes:#736075
170
171  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 06 May 2014 07:43:05 +0200
172
173 lightdm (1.10.0-3) unstable; urgency=medium
174
175   * debian/control:
176     - add build-dep on dh-systemd.
177   * debian/lightdm.postinst:
178     - handle symlinks for systemd service files according to the currently
179       selected display manager.
180   * debian/lightdm.service:
181     - add systemd service file, thanks Martin Pitt for the work.closes: #733220
182   * debian/rules:
183     - use dh systemd addon and configure it to not start the lightdm service
184       at once.
185
186  -- Yves-Alexis Perez <corsac@debian.org>  Mon, 28 Apr 2014 21:15:45 +0200
187
188 lightdm (1.10.0-2) unstable; urgency=medium
189
190   * Upload to unstable.
191
192  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 22 Apr 2014 23:33:26 +0200
193
194 lightdm (1.10.0-1) experimental; urgency=medium
195
196   * New upstream stable release.
197   * debian/watch updated to track 1.10 branch.
198
199  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 08 Apr 2014 22:54:47 +0200
200
201 lightdm (1.9.13-1) experimental; urgency=medium
202
203   * New upstream development release.
204
205  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 25 Mar 2014 22:04:52 +0100
206
207 lightdm (1.9.11-1) experimental; urgency=medium
208
209   * New upstream development release.
210   * debian/watch updated to track versions over 10.
211   * debian/patches:
212     - 02_fix-build-glib-before-2.40 removed, included upstream.
213
214  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 13 Mar 2014 09:19:21 +0100
215
216 lightdm (1.9.9-1) experimental; urgency=medium
217
218   * New upstream development release.
219   * debian/liblightdm-gobject-1-0.symbols, debian/liblightdm-qt-3-0.symbols:
220     - add a symbol file to handle library dependencies more carefully.
221   * debian/patches:
222     - 02_fix-build-glib-before-2.40 added, fix FTBFS with glib before 2.40.
223
224  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 12 Mar 2014 11:00:42 +0100
225
226 lightdm (1.9.8-1) experimental; urgency=medium
227
228   * New upstream development release.
229
230  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 21 Feb 2014 22:05:10 +0100
231
232 lightdm (1.9.6-1) experimental; urgency=medium
233
234   * New upstream development release.
235
236  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 22 Jan 2014 21:18:16 +0100
237
238 lightdm (1.9.5-1) experimental; urgency=medium
239
240   * New upstream development release.
241   * debian/watch updated to track 1.9 branch.
242   * debian/patches:
243     - 04_dont-add-pkglibexecdir-path dropped, gdm-flexiserver script has been
244       dropped from LightDM so the PATH addition was dropped as well.
245     - 01_set-default-path and 06_allow_libpamsystemd_and_ck_together
246       refreshed.
247   * debian/rules:
248     - stop removing gdmflexiserver since it doesn't exist anymore.
249     - configure libexecdir to be /u/l/*/lightdm.
250   * debian/lightdm.install:
251     - drop install of lightdm-set-defaults.
252     - rename lightdm-guest-session-wrapper to lightdm-guest-session.
253
254  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 29 Dec 2013 22:28:33 +0100
255
256 lightdm (1.8.8-1) unstable; urgency=medium
257
258   * New upstream release.
259
260  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 13 Mar 2014 09:35:36 +0100
261
262 lightdm (1.8.7-1) unstable; urgency=medium
263
264   * New upstream release.
265   * debian/patches:
266     - 03_fix-pam_chauthtok-call dropped, included upstream.
267
268  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 06 Feb 2014 21:41:24 +0100
269
270 lightdm (1.8.6-2) unstable; urgency=medium
271
272   * debian/patches:
273     - 03_fix-pam_chauthtok-call added, pass PAM_CHANGE_EXPIRED_AUTHTOK to the
274       pam_chauthtok() call.                                     closes: #735670
275
276  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 02 Feb 2014 14:15:27 +0100
277
278 lightdm (1.8.6-1) unstable; urgency=medium
279
280   * New upstream release.
281   * debian/patches:
282     - 02_fix-apparmor-profile added: remove inclusion of an AppArmor
283       abstraction not available in Debian.                      closes: #736075
284
285  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 22 Jan 2014 21:10:28 +0100
286
287 lightdm (1.8.5-3) unstable; urgency=low
288
289   * debian/lightdm.postrm: warn if user/group deletion failed.  closes: #731220
290   * debian/control:
291     - update standards version to 3.9.5.
292
293  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 29 Dec 2013 14:55:54 +0100
294
295 lightdm (1.8.5-2) unstable; urgency=medium
296
297   * debian/patches:
298     - 06_allow_libpamsystemd_and_ck_together added. Create a ConsoleKit
299       session, even if a logind session already exists. That makes transition
300       from ConsoleKit to systemd/logind somehow easier, but means some events
301       might happen twice.                                       closes: #728361
302
303  -- Yves-Alexis Perez <corsac@debian.org>  Mon, 02 Dec 2013 21:15:54 +0100
304
305 lightdm (1.8.5-1) unstable; urgency=low
306
307   * New upstream bugfix release.
308   * debian/patches:
309     - 02_default-config removed, replaced by a config snippet.
310   * debian/01_debian.conf:
311     - add config snippet for Debian specific config
312   * debian/lightdm.install:
313     - install 01_debian.conf to /usr/share/lightdm/lightdm.conf.d/
314
315  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 07 Nov 2013 10:20:11 +0100
316
317 lightdm (1.8.3-1) unstable; urgency=low
318
319   * New upstream release.
320   * debian/rules:
321     - enable all hardening flags.
322
323  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 31 Oct 2013 09:31:16 +0100
324
325 lightdm (1.8.2-1) unstable; urgency=low
326
327   * New upstream release.
328   * debian/patches:
329     - 01_set-default-path, 02_default-config, 05_debianize-pam-files
330       refreshed.
331     - 03_quit-plymouth disabled for now, to check if problem is really fixed
332       upstream.
333   * debian/control:
334     - rename liblightdm-qt-2-0 to liblightdm-qt-3-0 to match updated soname.
335
336  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 20 Oct 2013 20:45:55 +0200
337
338 lightdm (1.6.3-1) unstable; urgency=low
339
340   * New upstream release.
341
342  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 09 Oct 2013 21:22:43 +0200
343
344 lightdm (1.6.2-1) unstable; urgency=low
345
346   [ Yves-Alexis Perez ]
347   * debian/po:
348     - update pl.po, thanks Michał Kułach.                       closes: #711378
349   * New upstream release.
350     - fix wrong permissions on .Xauthority file and don't pollute homedir with
351       temporary files.                                          closes: #721744
352   * debian/watch updated to track 1.6 branch.
353   * debian/control:
354     - update standards version to 3.9.4.
355
356   [ Evgeni Golov ]
357   * Correct Vcs-* URLs to point to anonscm.debian.org
358
359  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 11 Sep 2013 07:41:13 +0200
360
361 lightdm (1.6.0-3) unstable; urgency=low
362
363   * debian/control:
364     - drop valac-0.18 dependency for now since it's not available in sid
365       anyway.                                                   closes: #707176
366
367  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 11 May 2013 23:48:35 +0200
368
369 lightdm (1.6.0-2) unstable; urgency=low
370
371   [ Niv Sardi ]
372   * Build with GIR
373
374   [ Yves-Alexis Perez ]
375   * Upload to unstable.
376   * debian/rules:
377     - hardening=+pie segfaults but +bindnow does work so keep it enabled.
378   * debian/docs removed: stop shipping NEWS file since it's the same as
379     changelog.
380
381  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 05 May 2013 14:09:23 +0200
382
383 lightdm (1.6.0-1) experimental; urgency=low
384
385   * New upstream release.
386
387  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 17 Apr 2013 22:06:36 +0200
388
389 lightdm (1.5.3-1) experimental; urgency=low
390
391   * New upstream unstable release.
392   * debian/docs: ship NEWS file.                                closes: #689870
393   * debian/watch:
394     - support .xz tarballs.
395   * debian/patches:
396     - 01_set-default-path, 03_quit-plymouth, 04_dont-add-pkglibexecdir-path
397       and 05_debianize-pam-files refreshed.
398   * debian/control:
399     - add build-dep on libgcrypt11-dev.
400   * debian/rules:
401     - disable pie hardening flags for now, it segfaults at startup.
402     - fix gdmflexiserver removal
403     - fix permissions on apparmor profiles.
404   * debian/lightdm.install:
405     - install apparmor profiles.
406
407  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 07 Apr 2013 14:30:05 +0200
408
409 lightdm (1.4.0-1) experimental; urgency=low
410
411   * New upstream release.
412   * debian/patches:
413     - 01_set-default-path, 02_default-config and
414       04_dont-add-pkglibexecdir-path refreshed for new release.
415     - 05_debianize-pam-files added, Debianize the lightdm and
416       lightdm-autologin pam config files.
417   * debian/control:
418     - suggests upower.                                          closes: #679538
419     - make lightdm depends on lightdm-gtk-greeter | lightdm-greeter, thanks
420       Ralf Jung for the report.                                 closes: #684714
421     - add build-dep on itstool.
422   * debian/lightdm.install:
423     - stop installing lightdm upstart script since it's broken. closes: #679409
424     - install /u/s/help.* 
425     - install PAM files
426   * debian/rules:
427     - stop installing own PAM files.
428   * debian/*.pam: drop obsolete PAM files.
429
430  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 07 Oct 2012 09:16:34 +0200
431
432 lightdm (1.2.2-3) unstable; urgency=low
433
434   * debian/lightdm.pam:
435     - enable pam_loginuid.                                      closes: #677435
436   * debian/lightdm.lightdm-autologin.pam added, support auto-login when
437     configured in /etc/lightdm/lightdm.conf.                    closes: #636104
438   * debian/rules:
439     - install both pam files.
440
441  -- Yves-Alexis Perez <corsac@debian.org>  Mon, 18 Jun 2012 21:13:57 +0200
442
443 lightdm (1.2.2-2) unstable; urgency=low
444
445   * debian/rules:
446     - re-enable tests now that gcc-4.7 has been fixed.
447
448  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 13 Jun 2012 19:51:16 +0200
449
450 lightdm (1.2.2-1) unstable; urgency=low
451
452   * Upload to unstable.
453   * New upstream release.                                       closes: #673036
454   * debian/rules:
455     - build with --parallel.
456     - disable silent rules so build logs are useful.
457     - disable building test for now since it fails with gcc-4.7.
458   * debian/*.lintian-overrides added, override warning for hardening
459     checks, we do enable build flags.
460
461  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 15 May 2012 22:44:04 +0200
462
463 lightdm (1.2.0-1) experimental; urgency=low
464
465   [ Yves-Alexis Perez ]
466   * New upstream release.
467     - don't leak fds to child processes.                        closes: #658678
468   * debian/po:
469     - da.po updated, thanks to “Joe Dalton”.                    closes: #650946
470   * debian/control:
471     - add Provides: on x-display-manager.                       closes: #654343
472     - liblightdm-gobject-dev requires libdbus-glib-1-dev and libxklavier-dev
473       so add dependencies.
474     - drop lightdm-{gtk,qt}-greeter packages since they have been moved to
475       standalone packages.
476     - rename lightdm-qt-1-0 package to -2-0 to follow soname bump.
477     - drop dh-autoreconf build-dep.
478     - fix liblightdm*-dev package not depending on the library package itself.
479     - update standards version to 3.9.3.
480   * debian/watch updated for new tarballs location.
481   * debian/patches:
482     - 01_set-default-path refreshed.
483     - 02_default-config.patch refreshed
484       + use lightdm-greeter as greeter name, which is provided as an
485         alternative by the various greeters.
486     - 04_default-gtk-greeter-config dropped since lightm-gtk-greeter has been
487       moved to standalone package.
488     - 06_move-progs-to-pkglibexecdir dropped, included upstream.
489     - 07_CVE-2011-4105 dropped, code doesn't exist anymore.
490     - 08_CVE-2011-3153 dropped, included upstream.
491   * debian/rules:
492     - don't install libsystem as it's only useful for tests.
493     - drop autoreconf since we don't need it anymore.
494   * debian/lightdm-{gtk,qt}-greeter.{config.install.templates,postinst,prerm}
495     dropped.
496   * debian/lightdm.pam:
497      - add selinux lines, thanks Laurent Bigonville.            closes: #664805
498
499   [ Lionel Le Folgoc ]
500   * debian/patches: add missing DEP3 headers.
501
502  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 06 Apr 2012 21:32:13 +0200
503
504 lightdm (1.0.6-3) unstable; urgency=low
505
506   * debian/patches:
507     - 07_CVE-2011-4105 refreshed, use AC_USE_SYSTEM_EXTENSIONS in configure.ac
508       so GNU extensions are used even on kFreeBSD.              closes: #649633
509   * debian/rules:
510     - explicitly disable introspection. It seems only enabled on kFreeBSD
511       builds for some reason.
512
513  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 26 Nov 2011 09:34:47 +0100
514
515 lightdm (1.0.6-2) unstable; urgency=high
516
517   * urgency=high for security fixes.
518   * debian/patches:
519     - 07_CVE-2011-4105 added, make sure the file is not a link when chowning
520       it. (CVE-2011-4105)
521     - 08_CVE-2011-3153 added, fix information disclosure by droping privileges
522       before reading and re-writing ~/.dmrc.
523
524  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 15 Nov 2011 21:39:30 +0100
525
526 lightdm (1.0.6-1) unstable; urgency=high
527
528   * New upstream release, urgency=high for security fix.
529     - fix .Xauthority ownership using lchown() (CVE-2011-4105)
530
531  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 04 Nov 2011 20:54:52 +0100
532
533 lightdm (1.0.4-1) unstable; urgency=low
534
535   * New upstream release.
536   * debian/patches:
537     - 01_set-default-path refreshed.
538
539  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 26 Oct 2011 07:29:19 +0200
540
541 lightdm (1.0.3-1) unstable; urgency=low
542
543   * New upstream release.
544   * debian/watch updated to only track stable releases.
545   * debian/patches:
546     - 01_set-default-path and 05_dont-add-pkglibexecdir-path refreshed for new
547       upstream release.
548     - 06_move-lightdm-set-defaults-to-pkglibexecdir renamed to
549       06_move-progs-to-pkglibexecdir, use the same patch to move
550       lightdm-guest-session-wrapper to pkglibexecdir and refresh the original
551       patch for new upstream.
552   * debian/lightdm.install:
553     - install lightdm-guest-session-wrapper.
554
555  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 08 Oct 2011 13:39:15 +0200
556
557 lightdm (1.0.2-1) unstable; urgency=low
558
559   * New upstream release.
560     - don't use autologin pam service, fix startup.             closes: #643844
561   * debian/control:
562     - add recommends on policykit-1 to greeters.                closes: #643292
563   * debian/patches:
564     - 05_dont-add-pkglibexecdir-path refreshed for new upstream release.
565
566  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 06 Oct 2011 07:41:40 +0200
567
568 lightdm (1.0.0-3) unstable; urgency=low
569
570   * debian/lightdm-{gtk,qt}.{postinst,prerm}:
571     - don't use dpkg-architecture since it's in dpkg-dev.       closes: #643792
572
573  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 22:26:18 +0200
574
575 lightdm (1.0.0-2) unstable; urgency=low
576
577   * debian/rules:
578     - correctly enable pie and bindnow.
579     - use a variable for multi-arch path instead of *.
580     - use autoreconf dh addon
581   * debian/control:
582     - add build-dep on dh-autoreconf and gtk-doc-tools
583   * debian/patches:
584     - 06_move-lightdm-set-defaults-to-pkglibexecdir added, move
585       lightdm-set-defaults to pkglibexecdir instead of libexecdir.
586   * debian/lightdm-{gtk,qt}-greeter.{postinst,prerm}:
587     - use variable for multi-arch path instead of *.
588     - update lightdm-set-defaults path to re-add lightdm folder.
589
590  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 12:09:35 +0200
591
592 lightdm (1.0.0-1) unstable; urgency=low
593
594   * New upstream release.
595   * debian/patches:
596     - all patches refreshed
597     - 02_default-config: explicitly disable tcp listen.
598   * debian/rules:
599     - drop all hardening rules now done by dh in compat mode 9, but manually
600       add pie and bindnow.
601     - add -Wl,--as-needed -Wl,-O1 to LDFLAGS.
602     - update gdmflexiserver path for multi-arch paths.
603   * debian/compat bumped to 9.
604   * debian/control:
605     - added build-deb on dpkg-dev (>= 1.16.1) for hardening support.
606     - dropped hardening-includes from build-depends, now superseded
607     - update debhelper build-dep to 9 for compat mode v9.
608     - add Pre-Depends: ${misc:Pre-Depends} to the lib packages.
609     - add Recommends: on gnome-icon-theme to gtk greeter.       closes: #643291
610   * debian/liblightdm-gobject-1-0.install,
611     debian/liblightdm-gobject-dev.install, debian/liblightdm-qt-1-0.install,
612     debian/liblightdm-qt-dev.install, debian/lightdm.install:
613     - update to use multi-arch folders.
614   * debian/lightdm.install:
615     - in v9 compat mode, libexecdir doesn't have the package name added so
616       update in consequence
617   * debian/liblightdm*.{postinst,prerm}:
618     - update path to lightdm-set-defaults.
619   * debian/lightdm.postinst:
620     - don't fail if one can't reload dbus, like in a chroot.    closes: #642295
621
622  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 07:39:18 +0200
623
624 lightdm (0.9.7-1) unstable; urgency=low
625
626   * New upstream release.
627     - fix consolekit session issues.
628
629  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 16 Sep 2011 08:01:12 +0200
630
631 lightdm (0.9.6-1) unstable; urgency=low
632
633   * New upstream release:
634     - don't write user files as root to prevent symlinks attacks
635       [CVE-2011-3349]                                           closes: #639151
636   * debian/patches:
637     - 01_set-default-path, 02_default-config, 03_quit-plymouth,
638       04_default-gtk-greeter-config refreshed.
639     - 05_always-export-XAUTHORITY dropped, included upstream. 
640     - 05_dont-add-pkglibexecdir-path added, don't add /usr/lib/lightdm/lightdm
641       to the PATH, it's ugly.
642   * debian/rules:
643     - don't install gdmflexiserver script for now until the PATH issue is
644       solved.
645   * debian/lightdm.install
646     - install lightdm-set-default and dm-tool there.
647   * debian/lightdm-{gtk,qt}-greeter.{config,templates,postinst,prerm}:
648     - provide a way to select the current greeter through debconf. Other
649       packages providing a greeter use the same templates/config to register
650       themselves in debconf.
651   * debian/control:
652     - add suggests on accountsservice.
653
654  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 15 Sep 2011 11:36:21 +0200
655
656 lightdm (0.9.2-3) unstable; urgency=low
657
658   * debian/patches:
659     - 05_always-export-XAUTHORITY added, always export path to xauth file.
660   * debian/lightdm-xsession.desktop:
661     - provide a default xsession desktop file.                  closes: #636111
662
663  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 06 Aug 2011 11:34:57 +0200
664
665 lightdm (0.9.2-2) unstable; urgency=low
666
667   * debian/control;
668     - use real package name in greeter dependency.              closes: #636020
669     - recommends desktop-base (for default background) and
670       gnome-theme-standards (for Adwaita GTK+ 3 theme) in GTK+ greeter.
671   * debian/patches:
672     - 04_default-gtk-greeter-config added, tune GTK+ greeter config to match
673       Debian themes.
674
675  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 30 Jul 2011 20:03:59 +0200
676
677 lightdm (0.9.2-1) unstable; urgency=low
678
679   * New upstream release.
680   * debian/lightdm.install:
681     - install locale files in lightdm package.
682   * debian/rules:
683     - set greeter user at build time.
684   * debian/control:
685     - rename the greeter packages to fit what's in Ubuntu.
686     - lightdm-vala doesn't provide a greeter anymore.
687   * debian/lightdm{,-gtk-greeter}.install:
688     - ship GTK+ greeter config file in the lightdm-gtk-greeter package.
689   * debian/lightdm.{config,templates} and debian/po debconf files added from
690     Ubuntu package.
691
692  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 29 Jul 2011 20:32:36 +0200
693
694 lightdm (0.9.0-1) unstable; urgency=low
695
696   * Initial release.                                            closes: #615591
697
698  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 28 Jul 2011 22:39:44 +0200