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