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