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