1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258
|
lightdm-gtk-greeter (2.0.2-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- add build-dep on exo-utils for exo-csource.
- update standards version to 3.9.8.
* debian/patches:
- 01_at-spi added, fix accessibility. closes: #802220
-- Yves-Alexis Perez <corsac@debian.org> Wed, 16 Nov 2016 21:48:17 +0100
lightdm-gtk-greeter (2.0.1-2) unstable; urgency=medium
* debian/rules:
- use --enable-kill-on-sigterm for configure, prevents spawning new VTs
when using GTK 3.16.
-- Yves-Alexis Perez <corsac@debian.org> Sun, 21 Jun 2015 11:12:26 +0200
lightdm-gtk-greeter (2.0.1-1) unstable; urgency=medium
* New upstream release:
- fix multiple issues in multi-monitor setup. closes: #785055
* debian/01_debian.conf:
- add Debian default configuration
* debian/rules:
- ship Debian configuration in newly supported
/u/s/lightdm/lightdm-gtk-greeter.conf.d folder.
* debian/patches:
- 04_default-gtk-greeter-config dropped, we use config folders now.
-- Yves-Alexis Perez <corsac@debian.org> Thu, 21 May 2015 23:25:38 +0200
lightdm-gtk-greeter (2.0.0-3) unstable; urgency=medium
* debian/patches:
- 04_default-gtk-greeter-config: stop overriding upstream configuration
for indicators, brings the clock back. closes: #784627
-- Yves-Alexis Perez <corsac@debian.org> Tue, 12 May 2015 20:51:05 +0200
lightdm-gtk-greeter (2.0.0-2) unstable; urgency=medium
* Upload to unstable.
-- Yves-Alexis Perez <corsac@debian.org> Wed, 06 May 2015 22:47:48 +0200
lightdm-gtk-greeter (2.0.0-1) experimental; urgency=medium
* New upstream release.
* debian/patches:
- 01_unset_AT_SPI_BUS-X11-property dropped, normally not needed anymore.
- 04_default-gtk-greeter-config refreshed for new upstream.
* debian/control:
- update standards version to 3.9.6.
-- Yves-Alexis Perez <corsac@debian.org> Fri, 13 Mar 2015 22:40:19 +0100
lightdm-gtk-greeter (1.8.5-2) unstable; urgency=medium
* debian/control, debian/copyright:
- patch from Artur Rona to fix various lintian warnings. closes: #750901
* debian/patches:
- 01_unset_AT_SPI_BUS-X11-property added, unset AT_SPI_BUS property from
the root window. closes: #760740
-- Yves-Alexis Perez <corsac@debian.org> Fri, 21 Nov 2014 18:03:40 +0100
lightdm-gtk-greeter (1.8.5-1) unstable; urgency=medium
* New upstream release.
-- Yves-Alexis Perez <corsac@debian.org> Tue, 06 May 2014 07:43:18 +0200
lightdm-gtk-greeter (1.8.4-1) unstable; urgency=medium
* New upstream release.
-- Yves-Alexis Perez <corsac@debian.org> Tue, 22 Apr 2014 23:15:46 +0200
lightdm-gtk-greeter (1.8.3-1) unstable; urgency=medium
* New upstream release.
* debian/upstream/signing-key.asc with upstream public PGP key.
* debian/watch:
- add pgpsigurlmangle option to check the package signature
-- Yves-Alexis Perez <corsac@debian.org> Tue, 25 Mar 2014 22:01:50 +0100
lightdm-gtk-greeter (1.8.2-1) unstable; urgency=medium
* New upstream release.
-- Yves-Alexis Perez <corsac@debian.org> Sun, 02 Mar 2014 16:35:35 +0100
lightdm-gtk-greeter (1.8.1-1) experimental; urgency=medium
* New upstream release.
* debian/patches:
- 07_fix-NULL-username dropped, included upstream.
- 04_default-gtk-greeter-config refreshed.
* debian/lightdm-xsession.desktop: drop file from source package, it's for
lightdm actually.
-- Yves-Alexis Perez <corsac@debian.org> Wed, 12 Feb 2014 21:10:12 +0100
lightdm-gtk-greeter (1.7.0-2) experimental; urgency=medium
* debian/patches:
- 07_fix-NULL-username added, fix crash when last username is empty. This
is CVE-2014-0979. closes: #734472
-- Yves-Alexis Perez <corsac@debian.org> Tue, 07 Jan 2014 23:33:38 +0100
lightdm-gtk-greeter (1.7.0-1) experimental; urgency=medium
* New upstream development release.
* debian/patches:
- 04_default-gtk-greeter-config refreshed.
- 05_add-enter-shortcut-switch-login-password-fields dropped, included
upstream.
-06_support-session-select-before-authentication dropped, included
upstream.
* debian/control:
- update standards version to 3.9.5.
-- Yves-Alexis Perez <corsac@debian.org> Sun, 29 Dec 2013 22:20:37 +0100
lightdm-gtk-greeter (1.6.1-5) unstable; urgency=high
* debian/patches:
- 07_fix-NULL-username addef, fix crash when last username is empty. This
is CVE-2014-0979. closes: #734472
* debian/control:
- update standards version to 3.9.5.
-- Yves-Alexis Perez <corsac@debian.org> Tue, 07 Jan 2014 23:33:27 +0100
lightdm-gtk-greeter (1.6.1-4) unstable; urgency=low
* debian/control:
- replace gnome-icon-theme by gnome-icon-theme-symbolic.
* debian/patches:
- 06_support-session-select-before-authentication updated fix typo.
-- Yves-Alexis Perez <corsac@debian.org> Mon, 18 Nov 2013 21:00:24 +0100
lightdm-gtk-greeter (1.6.1-3) unstable; urgency=low
* debian/patches:
- 05_add-enter-shortcut-switch-login-password-fields added, cherry
picked from upstream. support Enter key to move from login to password
field. closes: #727718
- 06_support-session-select-before-authentication added, fix session and
languages selected in the menu not actually set for the current session.
closes: #717702
-- Yves-Alexis Perez <corsac@debian.org> Thu, 31 Oct 2013 09:51:34 +0100
lightdm-gtk-greeter (1.6.1-2) unstable; urgency=low
* debian/patches:
- 04_default-gtk-greeter-config: correct comment for hinting.
(really) closes: #712434
-- Yves-Alexis Perez <corsac@debian.org> Wed, 09 Oct 2013 21:59:12 +0200
lightdm-gtk-greeter (1.6.1-1) unstable; urgency=low
[ Yves-Alexis Perez ]
* New upstream release.
* debian/patches:
- 04_default-gtk-greeter-config: correct value for hinting. closes: #712434
[ Evgeni Golov ]
* Correct Vcs-* URLs to point to anonscm.debian.org
-- Yves-Alexis Perez <corsac@debian.org> Sat, 21 Sep 2013 23:40:56 +0200
lightdm-gtk-greeter (1.6.0-1) unstable; urgency=low
* New upstream release.
* debian/control:
- update standards version to 3.9.4.
- add build-dep on autotools-dev.
* debian/patches:
- 04_default-gtk-greeter-config refresh for new upstream.
* debian/rules:
- use autotools-dev addon to rebuild config.{guess,sub} since they are
older than apr 2012.
-- Yves-Alexis Perez <corsac@debian.org> Mon, 03 Jun 2013 22:55:50 +0200
lightdm-gtk-greeter (1.5.1-3) unstable; urgency=low
* debian/control:
- update liblightdm build-dependency to 1.3.5.
-- Yves-Alexis Perez <corsac@debian.org> Sun, 05 May 2013 15:39:40 +0200
lightdm-gtk-greeter (1.5.1-2) unstable; urgency=low
* Upload to unstable.
-- Yves-Alexis Perez <corsac@debian.org> Sun, 05 May 2013 14:16:14 +0200
lightdm-gtk-greeter (1.5.1-1) experimental; urgency=low
* New upstream release.
* debian/rules:
- enable all hardening flags.
* debian/patches:
- 04_default-gtk-greeter-config refreshed.
-- Yves-Alexis Perez <corsac@debian.org> Sun, 07 Apr 2013 14:34:20 +0200
lightdm-gtk-greeter (1.3.1-1) experimental; urgency=low
* New upstream release.
* debian/patches:
- 04_default-gtk-greeter-config refreshed.
-- Yves-Alexis Perez <corsac@debian.org> Sun, 07 Oct 2012 09:38:09 +0200
lightdm-gtk-greeter (1.1.6-2) unstable; urgency=low
* debian/patches:
- 04_default-gtk-greeter-config updated, use login-background from
desktop-base.
-- Yves-Alexis Perez <corsac@debian.org> Fri, 22 Jun 2012 08:40:58 +0200
lightdm-gtk-greeter (1.1.6-1) unstable; urgency=low
* New upstream release.
* debian/patches:
- 01_fix-cancel-authentication dropped, included upstream.
-- Yves-Alexis Perez <corsac@debian.org> Mon, 21 May 2012 21:40:54 +0200
lightdm-gtk-greeter (1.1.5-2) unstable; urgency=low
* Upload to unstable.
* debian/patches:
- 01_fix-cancel-authentication added, fix issue which prevents cancelling
an authentication process.
* debian/rules:
- build with --parallel.
* debian/lightdm-gtk-greeter.lintian-overrides added, add override for
hardening checks and missing manpages.
-- Yves-Alexis Perez <corsac@debian.org> Tue, 15 May 2012 22:52:07 +0200
lightdm-gtk-greeter (1.1.5-1) experimental; urgency=low
* Initial release.
-- Yves-Alexis Perez <corsac@debian.org> Fri, 06 Apr 2012 21:42:53 +0200
|