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