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