File: changelog

package info (click to toggle)
lightdm-gtk-greeter 2.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,240 kB
  • sloc: ansic: 4,875; sh: 4,776; makefile: 125; sed: 16
file content (352 lines) | stat: -rw-r--r-- 12,182 bytes parent folder | download
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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
lightdm-gtk-greeter (2.0.8-2) unstable; urgency=medium

  [ Thomas ]
  * Set "orca=reader" in 01_debian.conf

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit (from ./configure),
    Repository, Repository-Browse.

  [ Unit 193 ]
  * d/control: Switch from Ubuntu indicators to Ayatana indicators.

  [ Yves-Alexis Perez ]
  * lintian: drop unused invalid tag override

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 04 Nov 2020 17:56:54 +0100

lightdm-gtk-greeter (2.0.8-1) unstable; urgency=medium

  * d/watch updated following Github migration
  * New upstream version 2.0.8
  * d/control: update standards version to 4.5.0
  * migrate to debhelper-compat for dh compat level
  * d/control: update build-deps for new release

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 24 Jun 2020 18:00:13 +0200

lightdm-gtk-greeter (2.0.7-1) unstable; urgency=medium

  * d/control: update dh compat level to 12
  * d/control: update standards version to 4.4.1
  * d/watch: update with uscan special strings
  * New upstream version 2.0.7

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 31 Dec 2019 12:59:29 +0100

lightdm-gtk-greeter (2.0.6-1) unstable; urgency=medium

  * New upstream version 2.0.6
  * d/control: drop Simon and Emanuele from uploaders, thanks!
  * d/control: update standards version to 4.3.0
  * d/control: drop obsolete breaks/replaces
  * d/control: slightly update long description
  * update debhelper compat to 10

 -- Yves-Alexis Perez <corsac@debian.org>  Thu, 27 Dec 2018 17:15:47 +0100

lightdm-gtk-greeter (2.0.5-1) unstable; urgency=medium

  * debian/control: fix URI for Vcs-*
  * d/control: replace gnome-themes-standard by gnome-themes-extra
    (closes: #892036)
  * New upstream version 2.0.5
  * update copyright for new upstream release
  * d/p/01_add_back_power_indicator dropped, included upstream
  * d/gbp.conf added, following DEP-14

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 21 May 2018 15:54:11 +0200

lightdm-gtk-greeter (2.0.4-1) unstable; urgency=medium

  * debian/control:
    - replace gnome-icon-theme-symbolic by adwaita-icon-theme.  closes: #884412
  * Moved the package to git on salsa.debian.org
  * Updated the maintainer address to debian-xfce@lists.debian.org
  * New upstream version 2.0.4
  * enable libindicator support
  * d/p/01_add_back_power_indicator added (closes: #884097)
  * d/patches: remove obsolete and unapplier at_spi patch
  * debian/copyright: update for new release

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 21 Feb 2018 11:34:28 +0100

lightdm-gtk-greeter (2.0.3-1) unstable; urgency=medium

  * New upstream release.
    - fix hangs when Orca is enabled.                           closes: #883215
    - drop deprecated gnome-common macros usage.                closes: #829931
  * debian/patches:
    - 01_at-spi disabled for now: it doesn't apply anymore, and there are
    ongoing discussions on how to handle a11y properly.
  * Run wrap-and-sort.
  * debian/rules:
    - drop call to autotools-dev addon.
    - force-disable build with -Werror: LGG 2.0.3 enforce build with -Werror,
    and it fails because Debian uses -Wdate-time (for build reproducibility)
    and LGG uses __DATE__ and __TIME__.
  * debian/contro:
    - replace autotools-dev build-dep by debhelper >= 9.20160115.
    - update standards version to 4.1.2.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 10 Dec 2017 00:38:30 +0100

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