]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/blob - debian/changelog
* New upstream release.
[sojka/debian/lightdm.git] / debian / changelog
1 lightdm (1.6.1-1) UNRELEASED; urgency=low
2
3   [ Yves-Alexis Perez ]
4   * debian/po:
5     - update pl.po, thanks Michał Kułach.                       closes: #711378
6   * New upstream release.
7   * debian/watch updated to track 1.6 branch.
8
9   [ Evgeni Golov ]
10   * Correct Vcs-* URLs to point to anonscm.debian.org
11
12  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 05 Sep 2013 23:22:55 +0200
13
14 lightdm (1.6.0-3) unstable; urgency=low
15
16   * debian/control:
17     - drop valac-0.18 dependency for now since it's not available in sid
18       anyway.                                                   closes: #707176
19
20  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 11 May 2013 23:48:35 +0200
21
22 lightdm (1.6.0-2) unstable; urgency=low
23
24   [ Niv Sardi ]
25   * Build with GIR
26
27   [ Yves-Alexis Perez ]
28   * Upload to unstable.
29   * debian/rules:
30     - hardening=+pie segfaults but +bindnow does work so keep it enabled.
31   * debian/docs removed: stop shipping NEWS file since it's the same as
32     changelog.
33
34  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 05 May 2013 14:09:23 +0200
35
36 lightdm (1.6.0-1) experimental; urgency=low
37
38   * New upstream release.
39
40  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 17 Apr 2013 22:06:36 +0200
41
42 lightdm (1.5.3-1) experimental; urgency=low
43
44   * New upstream unstable release.
45   * debian/docs: ship NEWS file.                                closes: #689870
46   * debian/watch:
47     - support .xz tarballs.
48   * debian/patches:
49     - 01_set-default-path, 03_quit-plymouth, 04_dont-add-pkglibexecdir-path
50       and 05_debianize-pam-files refreshed.
51   * debian/control:
52     - add build-dep on libgcrypt11-dev.
53   * debian/rules:
54     - disable pie hardening flags for now, it segfaults at startup.
55     - fix gdmflexiserver removal
56     - fix permissions on apparmor profiles.
57   * debian/lightdm.install:
58     - install apparmor profiles.
59
60  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 07 Apr 2013 14:30:05 +0200
61
62 lightdm (1.4.0-1) experimental; urgency=low
63
64   * New upstream release.
65   * debian/patches:
66     - 01_set-default-path, 02_default-config and
67       04_dont-add-pkglibexecdir-path refreshed for new release.
68     - 05_debianize-pam-files added, Debianize the lightdm and
69       lightdm-autologin pam config files.
70   * debian/control:
71     - suggests upower.                                          closes: #679538
72     - make lightdm depends on lightdm-gtk-greeter | lightdm-greeter, thanks
73       Ralf Jung for the report.                                 closes: #684714
74     - add build-dep on itstool.
75   * debian/lightdm.install:
76     - stop installing lightdm upstart script since it's broken. closes: #679409
77     - install /u/s/help.* 
78     - install PAM files
79   * debian/rules:
80     - stop installing own PAM files.
81   * debian/*.pam: drop obsolete PAM files.
82
83  -- Yves-Alexis Perez <corsac@debian.org>  Sun, 07 Oct 2012 09:16:34 +0200
84
85 lightdm (1.2.2-3) unstable; urgency=low
86
87   * debian/lightdm.pam:
88     - enable pam_loginuid.                                      closes: #677435
89   * debian/lightdm.lightdm-autologin.pam added, support auto-login when
90     configured in /etc/lightdm/lightdm.conf.                    closes: #636104
91   * debian/rules:
92     - install both pam files.
93
94  -- Yves-Alexis Perez <corsac@debian.org>  Mon, 18 Jun 2012 21:13:57 +0200
95
96 lightdm (1.2.2-2) unstable; urgency=low
97
98   * debian/rules:
99     - re-enable tests now that gcc-4.7 has been fixed.
100
101  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 13 Jun 2012 19:51:16 +0200
102
103 lightdm (1.2.2-1) unstable; urgency=low
104
105   * Upload to unstable.
106   * New upstream release.                                       closes: #673036
107   * debian/rules:
108     - build with --parallel.
109     - disable silent rules so build logs are useful.
110     - disable building test for now since it fails with gcc-4.7.
111   * debian/*.lintian-overrides added, override warning for hardening
112     checks, we do enable build flags.
113
114  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 15 May 2012 22:44:04 +0200
115
116 lightdm (1.2.0-1) experimental; urgency=low
117
118   [ Yves-Alexis Perez ]
119   * New upstream release.
120     - don't leak fds to child processes.                        closes: #658678
121   * debian/po:
122     - da.po updated, thanks to “Joe Dalton”.                    closes: #650946
123   * debian/control:
124     - add Provides: on x-display-manager.                       closes: #654343
125     - liblightdm-gobject-dev requires libdbus-glib-1-dev and libxklavier-dev
126       so add dependencies.
127     - drop lightdm-{gtk,qt}-greeter packages since they have been moved to
128       standalone packages.
129     - rename lightdm-qt-1-0 package to -2-0 to follow soname bump.
130     - drop dh-autoreconf build-dep.
131     - fix liblightdm*-dev package not depending on the library package itself.
132     - update standards version to 3.9.3.
133   * debian/watch updated for new tarballs location.
134   * debian/patches:
135     - 01_set-default-path refreshed.
136     - 02_default-config.patch refreshed
137       + use lightdm-greeter as greeter name, which is provided as an
138         alternative by the various greeters.
139     - 04_default-gtk-greeter-config dropped since lightm-gtk-greeter has been
140       moved to standalone package.
141     - 06_move-progs-to-pkglibexecdir dropped, included upstream.
142     - 07_CVE-2011-4105 dropped, code doesn't exist anymore.
143     - 08_CVE-2011-3153 dropped, included upstream.
144   * debian/rules:
145     - don't install libsystem as it's only useful for tests.
146     - drop autoreconf since we don't need it anymore.
147   * debian/lightdm-{gtk,qt}-greeter.{config.install.templates,postinst,prerm}
148     dropped.
149   * debian/lightdm.pam:
150      - add selinux lines, thanks Laurent Bigonville.            closes: #664805
151
152   [ Lionel Le Folgoc ]
153   * debian/patches: add missing DEP3 headers.
154
155  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 06 Apr 2012 21:32:13 +0200
156
157 lightdm (1.0.6-3) unstable; urgency=low
158
159   * debian/patches:
160     - 07_CVE-2011-4105 refreshed, use AC_USE_SYSTEM_EXTENSIONS in configure.ac
161       so GNU extensions are used even on kFreeBSD.              closes: #649633
162   * debian/rules:
163     - explicitly disable introspection. It seems only enabled on kFreeBSD
164       builds for some reason.
165
166  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 26 Nov 2011 09:34:47 +0100
167
168 lightdm (1.0.6-2) unstable; urgency=high
169
170   * urgency=high for security fixes.
171   * debian/patches:
172     - 07_CVE-2011-4105 added, make sure the file is not a link when chowning
173       it. (CVE-2011-4105)
174     - 08_CVE-2011-3153 added, fix information disclosure by droping privileges
175       before reading and re-writing ~/.dmrc.
176
177  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 15 Nov 2011 21:39:30 +0100
178
179 lightdm (1.0.6-1) unstable; urgency=high
180
181   * New upstream release, urgency=high for security fix.
182     - fix .Xauthority ownership using lchown() (CVE-2011-4105)
183
184  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 04 Nov 2011 20:54:52 +0100
185
186 lightdm (1.0.4-1) unstable; urgency=low
187
188   * New upstream release.
189   * debian/patches:
190     - 01_set-default-path refreshed.
191
192  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 26 Oct 2011 07:29:19 +0200
193
194 lightdm (1.0.3-1) unstable; urgency=low
195
196   * New upstream release.
197   * debian/watch updated to only track stable releases.
198   * debian/patches:
199     - 01_set-default-path and 05_dont-add-pkglibexecdir-path refreshed for new
200       upstream release.
201     - 06_move-lightdm-set-defaults-to-pkglibexecdir renamed to
202       06_move-progs-to-pkglibexecdir, use the same patch to move
203       lightdm-guest-session-wrapper to pkglibexecdir and refresh the original
204       patch for new upstream.
205   * debian/lightdm.install:
206     - install lightdm-guest-session-wrapper.
207
208  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 08 Oct 2011 13:39:15 +0200
209
210 lightdm (1.0.2-1) unstable; urgency=low
211
212   * New upstream release.
213     - don't use autologin pam service, fix startup.             closes: #643844
214   * debian/control:
215     - add recommends on policykit-1 to greeters.                closes: #643292
216   * debian/patches:
217     - 05_dont-add-pkglibexecdir-path refreshed for new upstream release.
218
219  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 06 Oct 2011 07:41:40 +0200
220
221 lightdm (1.0.0-3) unstable; urgency=low
222
223   * debian/lightdm-{gtk,qt}.{postinst,prerm}:
224     - don't use dpkg-architecture since it's in dpkg-dev.       closes: #643792
225
226  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 22:26:18 +0200
227
228 lightdm (1.0.0-2) unstable; urgency=low
229
230   * debian/rules:
231     - correctly enable pie and bindnow.
232     - use a variable for multi-arch path instead of *.
233     - use autoreconf dh addon
234   * debian/control:
235     - add build-dep on dh-autoreconf and gtk-doc-tools
236   * debian/patches:
237     - 06_move-lightdm-set-defaults-to-pkglibexecdir added, move
238       lightdm-set-defaults to pkglibexecdir instead of libexecdir.
239   * debian/lightdm-{gtk,qt}-greeter.{postinst,prerm}:
240     - use variable for multi-arch path instead of *.
241     - update lightdm-set-defaults path to re-add lightdm folder.
242
243  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 12:09:35 +0200
244
245 lightdm (1.0.0-1) unstable; urgency=low
246
247   * New upstream release.
248   * debian/patches:
249     - all patches refreshed
250     - 02_default-config: explicitly disable tcp listen.
251   * debian/rules:
252     - drop all hardening rules now done by dh in compat mode 9, but manually
253       add pie and bindnow.
254     - add -Wl,--as-needed -Wl,-O1 to LDFLAGS.
255     - update gdmflexiserver path for multi-arch paths.
256   * debian/compat bumped to 9.
257   * debian/control:
258     - added build-deb on dpkg-dev (>= 1.16.1) for hardening support.
259     - dropped hardening-includes from build-depends, now superseded
260     - update debhelper build-dep to 9 for compat mode v9.
261     - add Pre-Depends: ${misc:Pre-Depends} to the lib packages.
262     - add Recommends: on gnome-icon-theme to gtk greeter.       closes: #643291
263   * debian/liblightdm-gobject-1-0.install,
264     debian/liblightdm-gobject-dev.install, debian/liblightdm-qt-1-0.install,
265     debian/liblightdm-qt-dev.install, debian/lightdm.install:
266     - update to use multi-arch folders.
267   * debian/lightdm.install:
268     - in v9 compat mode, libexecdir doesn't have the package name added so
269       update in consequence
270   * debian/liblightdm*.{postinst,prerm}:
271     - update path to lightdm-set-defaults.
272   * debian/lightdm.postinst:
273     - don't fail if one can't reload dbus, like in a chroot.    closes: #642295
274
275  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 07:39:18 +0200
276
277 lightdm (0.9.7-1) unstable; urgency=low
278
279   * New upstream release.
280     - fix consolekit session issues.
281
282  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 16 Sep 2011 08:01:12 +0200
283
284 lightdm (0.9.6-1) unstable; urgency=low
285
286   * New upstream release:
287     - don't write user files as root to prevent symlinks attacks
288       [CVE-2011-3349]                                           closes: #639151
289   * debian/patches:
290     - 01_set-default-path, 02_default-config, 03_quit-plymouth,
291       04_default-gtk-greeter-config refreshed.
292     - 05_always-export-XAUTHORITY dropped, included upstream. 
293     - 05_dont-add-pkglibexecdir-path added, don't add /usr/lib/lightdm/lightdm
294       to the PATH, it's ugly.
295   * debian/rules:
296     - don't install gdmflexiserver script for now until the PATH issue is
297       solved.
298   * debian/lightdm.install
299     - install lightdm-set-default and dm-tool there.
300   * debian/lightdm-{gtk,qt}-greeter.{config,templates,postinst,prerm}:
301     - provide a way to select the current greeter through debconf. Other
302       packages providing a greeter use the same templates/config to register
303       themselves in debconf.
304   * debian/control:
305     - add suggests on accountsservice.
306
307  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 15 Sep 2011 11:36:21 +0200
308
309 lightdm (0.9.2-3) unstable; urgency=low
310
311   * debian/patches:
312     - 05_always-export-XAUTHORITY added, always export path to xauth file.
313   * debian/lightdm-xsession.desktop:
314     - provide a default xsession desktop file.                  closes: #636111
315
316  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 06 Aug 2011 11:34:57 +0200
317
318 lightdm (0.9.2-2) unstable; urgency=low
319
320   * debian/control;
321     - use real package name in greeter dependency.              closes: #636020
322     - recommends desktop-base (for default background) and
323       gnome-theme-standards (for Adwaita GTK+ 3 theme) in GTK+ greeter.
324   * debian/patches:
325     - 04_default-gtk-greeter-config added, tune GTK+ greeter config to match
326       Debian themes.
327
328  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 30 Jul 2011 20:03:59 +0200
329
330 lightdm (0.9.2-1) unstable; urgency=low
331
332   * New upstream release.
333   * debian/lightdm.install:
334     - install locale files in lightdm package.
335   * debian/rules:
336     - set greeter user at build time.
337   * debian/control:
338     - rename the greeter packages to fit what's in Ubuntu.
339     - lightdm-vala doesn't provide a greeter anymore.
340   * debian/lightdm{,-gtk-greeter}.install:
341     - ship GTK+ greeter config file in the lightdm-gtk-greeter package.
342   * debian/lightdm.{config,templates} and debian/po debconf files added from
343     Ubuntu package.
344
345  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 29 Jul 2011 20:32:36 +0200
346
347 lightdm (0.9.0-1) unstable; urgency=low
348
349   * Initial release.                                            closes: #615591
350
351  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 28 Jul 2011 22:39:44 +0200