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