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