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