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