]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/blob - debian/changelog
* debian/lightdm.pam:
[sojka/debian/lightdm.git] / debian / changelog
1 lightdm (1.1.9-1) UNRELEASED; urgency=low
2
3   [ Yves-Alexis Perez ]
4   * New upstream development release.
5     - don't leak fds to child processes.                        closes: #658678
6   * debian/po:
7     - da.po updated, thanks to “Joe Dalton”.                    closes: #650946
8   * debian/control:
9     - add Provides: on x-display-manager.                       closes: #654343
10     - liblightdm-gobject-dev requires libdbus-glib-1-dev and libxklavier-dev
11       so add dependencies.
12     - drop lightdm-{gtk,qt}-greeter packages since they have been moved to
13       standalone packages.
14     - rename lightdm-qt-1-0 package to -2-0 to follow soname bump.
15     - drop dh-autoreconf build-dep.
16     - fix liblightdm*-dev package not depending on the library package itself.
17   * debian/watch updated for new tarballs location.
18   * debian/patches:
19     - 01_set-default-path refreshed.
20     - 02_default-config.patch refreshed.
21     - 04_default-gtk-greeter-config dropped since lightm-gtk-greeter has been
22       moved to standalone package.
23     - 05_dont-add-pkglibexecdir-path dropped.
24     - 06_move-progs-to-pkglibexecdir dropped, included upstream.
25     - 07_CVE-2011-4105 dropped, code doesn't exist anymore.
26     - 08_CVE-2011-3153 dropped, included upstream.
27   * debian/rules:
28     - don't install libsystem as it's only useful for tests.
29     - drop autoreconf since we don't need it anymore.
30   * debian/lightdm-{gtk,qt}-greeter.{config.install.templates,postinst,prerm}
31     dropped.
32   * debian/lightdm.pam:
33      - add selinux lines, thanks Laurent Bigonville.            closes: #664805
34
35   [ Lionel Le Folgoc ]
36   * debian/patches: add missing DEP3 headers.
37
38  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 17 Jan 2012 09:48:10 +0100
39
40 lightdm (1.0.6-3) unstable; urgency=low
41
42   * debian/patches:
43     - 07_CVE-2011-4105 refreshed, use AC_USE_SYSTEM_EXTENSIONS in configure.ac
44       so GNU extensions are used even on kFreeBSD.              closes: #649633
45   * debian/rules:
46     - explicitly disable introspection. It seems only enabled on kFreeBSD
47       builds for some reason.
48
49  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 26 Nov 2011 09:34:47 +0100
50
51 lightdm (1.0.6-2) unstable; urgency=high
52
53   * urgency=high for security fixes.
54   * debian/patches:
55     - 07_CVE-2011-4105 added, make sure the file is not a link when chowning
56       it. (CVE-2011-4105)
57     - 08_CVE-2011-3153 added, fix information disclosure by droping privileges
58       before reading and re-writing ~/.dmrc.
59
60  -- Yves-Alexis Perez <corsac@debian.org>  Tue, 15 Nov 2011 21:39:30 +0100
61
62 lightdm (1.0.6-1) unstable; urgency=high
63
64   * New upstream release, urgency=high for security fix.
65     - fix .Xauthority ownership using lchown() (CVE-2011-4105)
66
67  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 04 Nov 2011 20:54:52 +0100
68
69 lightdm (1.0.4-1) unstable; urgency=low
70
71   * New upstream release.
72   * debian/patches:
73     - 01_set-default-path refreshed.
74
75  -- Yves-Alexis Perez <corsac@debian.org>  Wed, 26 Oct 2011 07:29:19 +0200
76
77 lightdm (1.0.3-1) unstable; urgency=low
78
79   * New upstream release.
80   * debian/watch updated to only track stable releases.
81   * debian/patches:
82     - 01_set-default-path and 05_dont-add-pkglibexecdir-path refreshed for new
83       upstream release.
84     - 06_move-lightdm-set-defaults-to-pkglibexecdir renamed to
85       06_move-progs-to-pkglibexecdir, use the same patch to move
86       lightdm-guest-session-wrapper to pkglibexecdir and refresh the original
87       patch for new upstream.
88   * debian/lightdm.install:
89     - install lightdm-guest-session-wrapper.
90
91  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 08 Oct 2011 13:39:15 +0200
92
93 lightdm (1.0.2-1) unstable; urgency=low
94
95   * New upstream release.
96     - don't use autologin pam service, fix startup.             closes: #643844
97   * debian/control:
98     - add recommends on policykit-1 to greeters.                closes: #643292
99   * debian/patches:
100     - 05_dont-add-pkglibexecdir-path refreshed for new upstream release.
101
102  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 06 Oct 2011 07:41:40 +0200
103
104 lightdm (1.0.0-3) unstable; urgency=low
105
106   * debian/lightdm-{gtk,qt}.{postinst,prerm}:
107     - don't use dpkg-architecture since it's in dpkg-dev.       closes: #643792
108
109  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 22:26:18 +0200
110
111 lightdm (1.0.0-2) unstable; urgency=low
112
113   * debian/rules:
114     - correctly enable pie and bindnow.
115     - use a variable for multi-arch path instead of *.
116     - use autoreconf dh addon
117   * debian/control:
118     - add build-dep on dh-autoreconf and gtk-doc-tools
119   * debian/patches:
120     - 06_move-lightdm-set-defaults-to-pkglibexecdir added, move
121       lightdm-set-defaults to pkglibexecdir instead of libexecdir.
122   * debian/lightdm-{gtk,qt}-greeter.{postinst,prerm}:
123     - use variable for multi-arch path instead of *.
124     - update lightdm-set-defaults path to re-add lightdm folder.
125
126  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 12:09:35 +0200
127
128 lightdm (1.0.0-1) unstable; urgency=low
129
130   * New upstream release.
131   * debian/patches:
132     - all patches refreshed
133     - 02_default-config: explicitly disable tcp listen.
134   * debian/rules:
135     - drop all hardening rules now done by dh in compat mode 9, but manually
136       add pie and bindnow.
137     - add -Wl,--as-needed -Wl,-O1 to LDFLAGS.
138     - update gdmflexiserver path for multi-arch paths.
139   * debian/compat bumped to 9.
140   * debian/control:
141     - added build-deb on dpkg-dev (>= 1.16.1) for hardening support.
142     - dropped hardening-includes from build-depends, now superseded
143     - update debhelper build-dep to 9 for compat mode v9.
144     - add Pre-Depends: ${misc:Pre-Depends} to the lib packages.
145     - add Recommends: on gnome-icon-theme to gtk greeter.       closes: #643291
146   * debian/liblightdm-gobject-1-0.install,
147     debian/liblightdm-gobject-dev.install, debian/liblightdm-qt-1-0.install,
148     debian/liblightdm-qt-dev.install, debian/lightdm.install:
149     - update to use multi-arch folders.
150   * debian/lightdm.install:
151     - in v9 compat mode, libexecdir doesn't have the package name added so
152       update in consequence
153   * debian/liblightdm*.{postinst,prerm}:
154     - update path to lightdm-set-defaults.
155   * debian/lightdm.postinst:
156     - don't fail if one can't reload dbus, like in a chroot.    closes: #642295
157
158  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 29 Sep 2011 07:39:18 +0200
159
160 lightdm (0.9.7-1) unstable; urgency=low
161
162   * New upstream release.
163     - fix consolekit session issues.
164
165  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 16 Sep 2011 08:01:12 +0200
166
167 lightdm (0.9.6-1) unstable; urgency=low
168
169   * New upstream release:
170     - don't write user files as root to prevent symlinks attacks
171       [CVE-2011-3349]                                           closes: #639151
172   * debian/patches:
173     - 01_set-default-path, 02_default-config, 03_quit-plymouth,
174       04_default-gtk-greeter-config refreshed.
175     - 05_always-export-XAUTHORITY dropped, included upstream. 
176     - 05_dont-add-pkglibexecdir-path added, don't add /usr/lib/lightdm/lightdm
177       to the PATH, it's ugly.
178   * debian/rules:
179     - don't install gdmflexiserver script for now until the PATH issue is
180       solved.
181   * debian/lightdm.install
182     - install lightdm-set-default and dm-tool there.
183   * debian/lightdm-{gtk,qt}-greeter.{config,templates,postinst,prerm}:
184     - provide a way to select the current greeter through debconf. Other
185       packages providing a greeter use the same templates/config to register
186       themselves in debconf.
187   * debian/control:
188     - add suggests on accountsservice.
189
190  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 15 Sep 2011 11:36:21 +0200
191
192 lightdm (0.9.2-3) unstable; urgency=low
193
194   * debian/patches:
195     - 05_always-export-XAUTHORITY added, always export path to xauth file.
196   * debian/lightdm-xsession.desktop:
197     - provide a default xsession desktop file.                  closes: #636111
198
199  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 06 Aug 2011 11:34:57 +0200
200
201 lightdm (0.9.2-2) unstable; urgency=low
202
203   * debian/control;
204     - use real package name in greeter dependency.              closes: #636020
205     - recommends desktop-base (for default background) and
206       gnome-theme-standards (for Adwaita GTK+ 3 theme) in GTK+ greeter.
207   * debian/patches:
208     - 04_default-gtk-greeter-config added, tune GTK+ greeter config to match
209       Debian themes.
210
211  -- Yves-Alexis Perez <corsac@debian.org>  Sat, 30 Jul 2011 20:03:59 +0200
212
213 lightdm (0.9.2-1) unstable; urgency=low
214
215   * New upstream release.
216   * debian/lightdm.install:
217     - install locale files in lightdm package.
218   * debian/rules:
219     - set greeter user at build time.
220   * debian/control:
221     - rename the greeter packages to fit what's in Ubuntu.
222     - lightdm-vala doesn't provide a greeter anymore.
223   * debian/lightdm{,-gtk-greeter}.install:
224     - ship GTK+ greeter config file in the lightdm-gtk-greeter package.
225   * debian/lightdm.{config,templates} and debian/po debconf files added from
226     Ubuntu package.
227
228  -- Yves-Alexis Perez <corsac@debian.org>  Fri, 29 Jul 2011 20:32:36 +0200
229
230 lightdm (0.9.0-1) unstable; urgency=low
231
232   * Initial release.                                            closes: #615591
233
234  -- Yves-Alexis Perez <corsac@debian.org>  Thu, 28 Jul 2011 22:39:44 +0200