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