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