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