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