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