]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - debian/changelog
Add support for greeters that stay alive after logging a user in, rather than being...
[sojka/lightdm.git] / debian / changelog
1 lightdm (1.11.1-0ubuntu1) UNRELEASED; urgency=medium
2
3   * Add lightdm_greeter_set_resettable
4
5  -- Michael Terry <mterry@ubuntu.com>  Mon, 28 Apr 2014 09:42:14 -0400
6
7 lightdm (1.11.0-0ubuntu1) utopic; urgency=medium
8
9   * New upstream release:
10     - When switching to an existing session refresh PAM credentials and end
11       session cleanly so no resources leak. (LP: #1296276)
12     - Support new standard DesktopNames field in session files
13     - Set XDG_SESSION_TYPE and XDG_SESSION_DESKTOP as used by systemd
14     - Emit DBus PropertiesChanged when Sessions/Seats properties change. Also
15       add SessionAdded/SessionRemoved signals to Seat interface
16
17   [ Harald Sitter ]
18   * Add pam_kwallet to pam configs. (LP: #1305307)
19   
20   [ Martin Pitt ]
21   * Add systemd integration
22
23  -- Robert Ancell <robert.ancell@canonical.com>  Mon, 28 Apr 2014 10:32:37 +1200
24
25 lightdm (1.10.0-0ubuntu3) trusty; urgency=medium
26
27   * debian/patches/06_apparmor_chromium_updates.patch: allow oxide based
28     browsers and Google Chrome to run in the guest session
29     - LP: #1298021
30     - LP: #1306560
31
32  -- Jamie Strandboge <jamie@ubuntu.com>  Fri, 11 Apr 2014 09:24:09 -0500
33
34 lightdm (1.10.0-0ubuntu2) trusty; urgency=medium
35
36   * Add pam_kwallet to pam configs. (LP: #1305307)
37
38  -- Harald Sitter <apachelogger@kubuntu.org>  Thu, 10 Apr 2014 10:27:18 +0200
39
40 lightdm (1.10.0-0ubuntu1) trusty; urgency=medium
41
42   * New upstream release:
43     - Fix return value for Vala bindings to Greeter.start_session_sync
44     - Fix logging when failing to find session
45
46  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 08 Apr 2014 16:12:46 +1200
47
48 lightdm (1.9.15-0ubuntu1) trusty; urgency=medium
49
50   * debian/patches/06_guest_signal_and_ptrace_aa_rules.patch,
51     debian/patches/07_guest_proc_pid_stat_aa_rule.patch: Dropped, the fixes
52     are upstream
53
54  -- Tyler Hicks <tyhicks@canonical.com>  Mon, 07 Apr 2014 10:33:46 -0500
55
56 lightdm (1.9.14-0ubuntu2) trusty; urgency=medium
57
58   * debian/patches/06_guest_signal_and_ptrace_aa_rules.patch: Grant
59     permission for guest session processes to signal and ptrace each
60     other (LP: #1298611)
61   * debian/patches/07_guest_proc_pid_stat_aa_rule.patch: Grant permission for
62     guest session processes to read /proc/<PID>/stat. This prevents AppArmor
63     denial messages caused by bamfdaemon and common utilities such as ps and
64     killall. (LP: #1301625)
65
66  -- Tyler Hicks <tyhicks@canonical.com>  Thu, 03 Apr 2014 02:48:51 -0500
67
68 lightdm (1.9.14-0ubuntu1) trusty; urgency=medium
69
70   * New upstream release:
71     - Pass --enable-hardware-greeter to unity-system-compositor for Mir sessions
72       on xlocal seats (LP: #1289072)
73
74  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 03 Apr 2014 09:07:39 +1300
75
76 lightdm (1.9.13-0ubuntu1) trusty; urgency=medium
77
78   * New upstream release:
79     - Handle not getting an X connection when attempting to get X layouts.
80       (LP: #1235915)
81     - Read config data from both XDG_DATA_DIRS and XDG_CONFIG_DIRS.
82
83  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 25 Mar 2014 14:45:54 +1300
84
85 lightdm (1.9.12-0ubuntu1) trusty; urgency=medium
86
87   [ Robert Ancell ]
88   * New upstream release:
89     - Ensure X authority is written before X server is started (LP: #1260220)
90     - Activate after unlocking a logind session
91
92   [ Gunnar Hjalmarsson ]
93   * debian/guest-account:
94     - Disable Unity shortcut hint. (LP: #1292178)
95
96  -- Robert Ancell <robert.ancell@canonical.com>  Mon, 17 Mar 2014 16:49:37 +1300
97
98 lightdm (1.9.11-0ubuntu2) trusty; urgency=medium
99
100   * Rebuild against Qt 5.2.1.
101
102  -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Thu, 13 Mar 2014 07:41:22 +0200
103
104 lightdm (1.9.11-0ubuntu1) trusty; urgency=medium
105
106   * New upstream release:
107     - Don't use g_hash_table_get_keys_as_array, it's a glib 2.40 feature
108
109  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 13 Mar 2014 13:42:04 +1300
110
111 lightdm (1.9.10-0ubuntu1) trusty; urgency=medium
112
113   * New upstream release:
114     - Honour session type requested by greeter for guest sessions (LP: #1285132)
115     - Log to wtmp and btmp. (LP: #1027805)
116     - Implement guest-session config option
117
118  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 13 Mar 2014 11:50:38 +1300
119
120 lightdm (1.9.9-0ubuntu1) trusty; urgency=medium
121
122   * New upstream release:
123     - Handle signals being received in child processes instead of treating them
124       like they are received in the daemon.
125     - Set utmp ut_line to the display name (i.e. :0) to match what other
126       programs expect (e.g. 'w').
127     - Fix lightdm_greeter_ensure_shared_data_dir_sync returning the wrong value.
128     - Fix shared data tests so you can run test suite without root again.
129     - Be extra careful not to call any non thread safe function after a fork.
130     - Fix some small memory leaks detected by valgrind.
131     - Fix process shutdown code to stop generating confusing warnings
132     - Fix more double removal of source IDs.
133     - Test improvements.
134
135   [ Gunnar Hjalmarsson ]
136   * debian/patches/04_language_handling.patch:
137     - Make lightdm_get_language() return a language with a short form language
138       code (LP: #1276072).
139
140  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 11 Mar 2014 09:17:15 +1300
141
142 lightdm (1.9.8-0ubuntu1) trusty; urgency=medium
143
144   * New upstream release:
145     - Add support for shared user data directories between the greeter and user
146       sessions.
147     - Refactor LightDMUser and User classes to use the same code internally.
148
149  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 20 Feb 2014 16:02:35 +1300
150
151 lightdm (1.9.7-0ubuntu2) trusty; urgency=medium
152
153   * debian/lightdm.postinst: Guard the chown'ing of /var/lib/lightdm/, it
154     might fail on the .gvfs mount. (LP: #1279428)
155
156  -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 12 Feb 2014 18:15:55 +0100
157
158 lightdm (1.9.7-0ubuntu1) trusty; urgency=medium
159
160   * New upstream release:
161     - Correctly invoke PAM to change authentication token. (LP: #1270118)
162     - Make xdg-seat a core property of a seat and always pass it to X servers.
163     - Qt bindings: properly hand over prompt and message type.
164     - Add warning flags where they are missing and fix the resulting warnings.
165
166  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 07 Feb 2014 15:40:20 +0000
167
168 lightdm (1.9.6-0ubuntu3) trusty; urgency=medium
169
170   [ Gunnar Hjalmarsson ]
171   * debian/guest-session-auto.sh:
172     - Export gettext variables.
173   * debian/guest-account:
174     - Chown $HOME after /etc/guest-session/prefs.sh has been sourced.
175   * debian/patches/05_translate_guest_session_dialog.patch:
176     - Make the translatable strings in debian/guest-session-auto.sh end up in
177       the PO files.
178
179  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 05 Feb 2014 10:23:52 +0000
180
181 lightdm (1.9.6-0ubuntu2) trusty; urgency=medium
182
183   * Clear default tty on lightdm shutdown, to avoid brief display of text
184     messages on shutdown. (LP: #967229)
185
186  -- Dimitri John Ledkov <xnox@ubuntu.com>  Tue, 04 Feb 2014 10:12:05 +0000
187
188 lightdm (1.9.6-0ubuntu1) trusty; urgency=medium
189
190   * New upstream release:
191     - Support Mir sessions in xlocal seats by starting a unity system compositor
192       for each session.
193     - Add --screen and --fullscreen options to "dm-tool add-nested-seat"
194     - Don't try to compile liblightdm-qt if liblightdm-gobject will not be
195       compiled.
196     - Stop greeters warning if sessions directories not present or lightdm.conf
197       doesn't exist - this is valid.
198     - Fix log name for Mir display servers
199     - Fix double removal of source IDs
200   * debian/guest-account:
201   * debian/guest-session-auto.sh:
202   * debian/lightdm.install:
203   * debian/rules:
204     - Warn users about the temporary nature of a guest session. (LP: #435930)
205   * debian/lightdm.install:
206   * debian/lightdm.maintscript:
207     - Move configuration from /etc to /usr/share so dpkg doesn't keep it around.
208
209  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 22 Jan 2014 15:51:29 +1300
210
211 lightdm (1.9.5-0ubuntu1) trusty; urgency=low
212
213   * New upstream release:
214     - In the unity seat, if we don't have proper VT support, fake VT 0 instead
215       of a real VT number. This matches what logind expects.
216
217  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 05 Dec 2013 09:35:42 +1300
218
219 lightdm (1.9.4-0ubuntu1) trusty; urgency=low
220
221   * New upstream release:
222     - Fix issue where VTs are double used when switching sessions.
223       (LP: #1256150)
224     - Remove lightdm-set-defaults and gdmflexiserver.
225     - Add new ability to specify a list of seat types to try, rather than just
226       one.
227     - Allow Mir sessions in the surfaceflinger seat.
228     - Rename the guest session wrapper to have a simpler name.
229     - Make sure sessions are associated with the display server before starting
230       them.
231     - Add a dm-tool man page.
232
233  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 03 Dec 2013 19:07:28 +1300
234
235 lightdm (1.9.3-0ubuntu1) trusty; urgency=low
236
237   * New upstream release:
238     - Don't pass system user accounts from AccountsService to greeters.
239       (LP: #1248541)
240     - Fix crash if switching to greeter and it isn't installed. (LP: #1246529)
241
242  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 07 Nov 2013 15:07:34 +1300
243
244 lightdm (1.9.2-0ubuntu1) trusty; urgency=low
245
246   * New upstream release:
247     - Implement missing guest-wrapper functionality and enable it for Ubuntu.
248     - Update AppArmor scripts to work in Ubuntu 13.10.
249       (LP: #1243339)
250
251  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 30 Oct 2013 15:35:23 -0700
252
253 lightdm (1.9.1-0ubuntu1) trusty; urgency=low
254
255   * New upstream release:
256     - Correctly set $XDG_SESSION_CLASS for greeters. This was regressed in 1.7.5
257       for ConsoleKit and was never passed to logind. logind/ConsoleKit treat
258       greeter sessions without this set as user sessions. This causes greeters
259       to show the lightdm user able to be logged in with.
260       (LP: #1242939)
261     - Set $USER when running the session-setup-script. This is a regression from
262       1.7.5. (LP: #1245957)
263     - Fix notification of sessions being logged out. This is a regression from
264       1.7.5 and caused greeters to show sessions logged in after they had been
265       logged out. (LP: #1245295)
266     - Refactor liblightdm user scanning to be simpler and more reliable. This
267       fixes bugs where some properties wouldn't be updated when they changed in
268       accounts service.
269     - Add support for a "display-stopped-script" field in lightdm.conf. The
270       "display-stopped-script" field allows us to run a script right after
271       stopping the display server.
272     - Allow dm-tool to run outside of a session if it doesn't need to be.
273     - Set $MIR_SERVER_NAME to assign a name to launched sessions. Also use a
274       "greeter-" prefix for greeter sessions for the benefit of
275       unity-system-compositor.
276
277  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 30 Oct 2013 14:11:16 -0700
278
279 lightdm (1.9.0-0ubuntu2) UNRELEASED; urgency=low
280
281   * debian/50-guest-wrapper.conf:
282     - Configure guest session wrapper to use
283
284  -- Robert Ancell <robert.ancell@canonical.com>  Sun, 27 Oct 2013 17:34:20 +1300
285
286 lightdm (1.9.0-0ubuntu1) trusty; urgency=low
287
288   * New upstream release:
289     - Fix crash when starting with existing X servers. This was introduced in
290       rev 1651 (lightdm 1.7.0). (LP: #1231841)
291     - Fix crash where Process objects are accessed after unref (LP: #1207935)
292
293  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 22 Oct 2013 12:19:25 +1300
294
295 lightdm (1.8.0-0ubuntu1) saucy; urgency=low
296
297   * debian/lightdm-session:
298     - Handle xrdb, setxkbmap and xmodmap not being installed (LP: #1236317)
299
300  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 09 Oct 2013 15:53:56 +1300
301
302 lightdm (1.7.18-0ubuntu1) saucy; urgency=low
303
304   * New upstream release:
305     - Set session environment variables for guest sessions (1.7 regression).
306       (LP: #1214504)
307     - Don't fail writing X authority if reading it had an error. (LP: #1234400)
308     - Update environment variables that we pass to Mir.
309
310  -- Robert Ancell <robert.ancell@canonical.com>  Mon, 07 Oct 2013 11:57:02 +1300
311
312 lightdm (1.7.17-0ubuntu1) saucy; urgency=low
313
314   * New upstream release:
315     - surfaceflinger: Set XDG_VTNR=0 if VTs are not available
316     - Allow compiling of liblightdm-qt without liblightdm-gobject
317     - Add missing documentation for xremote seat options.
318
319  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 25 Sep 2013 12:06:25 +1200
320
321 lightdm (1.7.16-0ubuntu1) saucy; urgency=low
322
323   * New upstream release:
324     - Fix ConsoleKit support broken in 1.7.5
325     - Fix --test-mode (LP: #1226544) 
326     - Add support for running Surfaceflinger sessions
327
328  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 19 Sep 2013 17:42:48 -0400
329
330 lightdm (1.7.15-0ubuntu1) saucy; urgency=low
331
332   [ Jeremy Bicha ]
333   * Have liblightdm-gobject-1.0 suggest not recommend lightdm
334     (LP: #1222155)
335
336   [ Michael Terry ]
337   * Set XDG_VTNR=1 as a fallback if using SeatUnity without a functioning
338     compositor or working VT switching, so that logind will recognize the VT
339     as active.
340
341  -- Michael Terry <mterry@ubuntu.com>  Wed, 11 Sep 2013 11:27:51 -0400
342
343 lightdm (1.7.14-0ubuntu1) saucy; urgency=low
344
345   * New upstream release:
346     - Correctly set permissions on Xauthority file.
347
348  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 11 Sep 2013 13:06:28 +1200
349
350 lightdm (1.7.13-0ubuntu1) saucy; urgency=low
351
352   * New upstream release:
353     - Correctly set $XDG_CURRENT_DESKTOP for non-autologin sessions
354       (LP: #1221803)
355     - Fix overallocation of array for strings from greeter.
356     - Fix truncation writing card32 in XDMCP server.
357
358  -- Robert Ancell <robert.ancell@canonical.com>  Mon, 09 Sep 2013 16:08:55 +1200
359
360 lightdm (1.7.12-0ubuntu1) saucy; urgency=low
361
362   * New upstream release:
363     - Add xdg-seat config setting
364     - Notify Unity System Compositor of the session being authenticated
365
366  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 29 Aug 2013 12:59:39 +1200
367
368 lightdm (1.7.11-0ubuntu1) saucy; urgency=low
369
370   * New upstream release:
371     [ 1.7.11 ]
372     - Fix crash when greeter quits due to read watch not being removed
373     - Correctly setup Unity System Compositor environment
374     - Improve log messages
375     [ 1.7.10 ]
376     - Fix session locking broken in 1.7.5
377     - Load lightdm.conf after lightdm.conf.d/*.conf
378     - Also support loading config from /usr/share
379     - When switching sessions show a greeter if authentication required
380     - Set $XDG_CURRENT_DESKTOP if specified in the xsession file (LP: #1212408)
381     - Change logging prefixes to make it easier to troubleshoot multiseat setups
382     - Bring Ubuntu packaging in-tree
383
384  -- Robert Ancell <robert.ancell@canonical.com>  Mon, 26 Aug 2013 14:48:55 +1200
385
386 lightdm (1.7.9-0ubuntu1) saucy; urgency=low
387
388   * New upstream release:
389     - Correctly set XDG_VTNR for unity sessions that are not autologin.
390
391  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 30 Jul 2013 18:35:21 +0100
392
393 lightdm (1.7.8-0ubuntu1) saucy; urgency=low
394
395   * New upstream release:
396     - Add support for Mir sessions and greeters.
397     - Set XDG_VTNR for unity sessions.
398     - Fix desktop-session-start upstart signal not being emitted since 1.7.5.
399     - Fix greeter log broken in 1.7.5.
400   * debian/liblightdm-gobject-1-0.symbols:
401     - Updated
402
403  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 30 Jul 2013 15:27:58 +0100
404
405 lightdm (1.7.7-0ubuntu2) saucy; urgency=low
406
407   * debian/lightdm.init:
408     - Use correct path to daemon (LP: #1204713)
409
410  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 25 Jul 2013 14:25:48 +1200
411
412 lightdm (1.7.7-0ubuntu1) saucy; urgency=low
413
414   * New upstream release:
415     - Fix uninitialized pointer introduced in 1.7.3
416     - Enable compile warnings and fix code generating warnings
417   * debian/patches/50_ubuntu_fix_uninitialised_pointer.patch:
418     - Applied upstream:
419
420  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 23 Jul 2013 11:23:47 +1200
421
422 lightdm (1.7.6-0ubuntu2) saucy; urgency=low
423
424   * src/main.c: fix up an unitialised pointer in configuration directory
425     handling.  (LP: #1203711)
426
427  -- Andy Whitcroft <apw@canonical.com>  Mon, 22 Jul 2013 11:36:05 +0100
428
429 lightdm (1.7.6-0ubuntu1) saucy; urgency=low
430
431   * New upstream release:
432     [ 1.7.6 ]
433     - Restore greeter hints that were regressed in 1.7.5.
434     - Don't run greeters through session wrapper - regression in 1.7.5    
435     [ 1.7.5 ]
436     - Quit Plymouth correctly when using the unity seat type (LP: #1192051)
437     - Release the VT when the system compositor fails to start
438     - Load sessions and greeters from /usr/share/lightdm/sessions and
439       /usr/share/lightdm/greeters. The existing directories are checked
440       if the sessions are not in these directories.
441     - Refactor the Display class so that it merges with the Seat class
442     - Support running the greeter and session in different display servers
443       instead of re-using the same one during a login.
444     - Add more regression tests
445     - Documentation fixes
446
447  -- Robert Ancell <robert.ancell@canonical.com>  Mon, 22 Jul 2013 17:13:19 +1200
448
449 lightdm (1.7.4-0ubuntu1) saucy; urgency=low
450
451   * New upstream release:
452     - Set XDG_SEAT and XDG_VTNR environment variables.
453     - Add initial support for Unity (i.e. Mir based) seats.
454     - Add a greeter wrapper option.
455   * debian/50-xserver-command.conf:
456   * debian/patches/05_add_xserver_core_option.patch:
457     - Use a conf file to replace X server core patch
458   * debian/50-greeter-wrapper.conf
459   * debian/patches/03_launch_dbus.patch
460     - Use a conf file to greeter wrapper patch    
461
462  -- Robert Ancell <robert.ancell@canonical.com>  Mon, 01 Jul 2013 15:47:21 +1200
463
464 lightdm (1.7.3-0ubuntu2) saucy; urgency=low
465
466   * debian/guest-account: disable screen locking in a more reliable way.
467     Rather than trying to write a key for another user, while setting up the
468     guest user account, just set up an autostart desktop that will set it 
469     during the login (lp: #951000)
470
471  -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 25 Jun 2013 22:30:04 +0200
472
473 lightdm (1.7.3-0ubuntu1) saucy; urgency=low
474
475   * New upstream release:
476     - Load configuration from /etc/lightdm/lightdm.conf.d. (LP: #1190425)
477     - Fix compile warnings
478     - Fix tests not running from install directory inside checkout.
479
480  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 21 Jun 2013 14:39:27 +1200
481
482 lightdm (1.7.2-0ubuntu1) saucy; urgency=low
483
484   * New upstream release:
485     - Fix .pc file for liblightdm-qt5-3
486     - Add a new option "autologin-in-background" which lets an autologin happen
487       in a second display while still showing the greeter.
488     - Stop if fail to create default seat
489     - Add option to set seat type in lightdm-set-defaults
490     - Stop using g_file_set_contents - it can leave intermediate files around
491     - Make tests work without installing them
492     - Fix distcheck
493   * debian/patches/06_fix_qt_pcfiles.patch:
494   * debian/patches/07_lp1189948.patch:
495     - Applied upstream
496
497  -- Robert Ancell <robert.ancell@canonical.com>  Mon, 17 Jun 2013 14:08:46 +1200
498
499 lightdm (1.7.0-0ubuntu6) saucy; urgency=low
500
501   * install apparmor abstractions as 064 (LP: #1189948)
502     - debian/patches/07_lp1189948.patch: adjust Makefile.am and Makefile.in
503       to use install --mode=0644
504     - debian/lightdm.postinst: chmod apparmor abstractions to 0644 on upgrade
505
506  -- Jamie Strandboge <jamie@ubuntu.com>  Tue, 11 Jun 2013 14:11:34 -0500
507
508 lightdm (1.7.0-0ubuntu5) saucy; urgency=low
509
510   * Drop XS-Testsuite header. We don't actually have any autopkgtests right
511     now (they are commented out in debian/tests/control and are broken).
512
513  -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 06 Jun 2013 06:58:11 +0200
514
515 lightdm (1.7.0-0ubuntu4) saucy; urgency=low
516
517   * Install some files in liblightdm-qt-dev, so it's somewhat useful.
518
519  -- Adam Conrad <adconrad@ubuntu.com>  Fri, 24 May 2013 00:31:31 -0600
520
521 lightdm (1.7.0-0ubuntu3) saucy; urgency=low
522
523   * Switch to unversioned -dev package for liblightdm-qt to match Debian and
524     avoid having to change other packages synced from Debian
525   * Swtich Conflicts to Breaks and add liblightdm-qt-3-dev to Breaks/Replaces
526
527  -- Scott Kitterman <scott@kitterman.com>  Fri, 24 May 2013 00:37:06 -0400
528
529 lightdm (1.7.0-0ubuntu2) saucy; urgency=low
530
531   * Cherry-pick patches from upstream to fix liblightdm-qt{,5} pcfiles. 
532   * Refresh patches to apply cleanly 
533
534  -- Iain Lane <iain.lane@canonical.com>  Tue, 07 May 2013 17:36:29 +0100
535
536 lightdm (1.7.0-0ubuntu1) saucy; urgency=low
537
538   [ Robert Ancell ]
539   * New upstream release:
540     - Use logind instead of ConsoleKit if it is available
541     - Use Q_SLOTS and Q_SIGNALS instead of slots and signals.
542     - Ignore stale X server locks
543     - Pass through system locale or set locale from AccountsService/.dmrc
544     - Fix bug where seat failure before D-Bus acquired would not stop daemon
545   * debian/control:
546     - liblightdm-qt-2 -> liblightdm-qt-3
547   * debian/patches/06_qt_no_keywords.patch:
548     - Applied upstream
549     
550   [ Gunnar Hjalmarsson ]
551   * debian/patches/04_language_options.patch:
552     - Applied upstream
553   * debian/patches/04_language_handling.patch:
554     - Set LANGUAGE instead of LANG, since the Language property in
555       accountsservice as patched for Ubuntu does not contain a valid
556       locale name.
557
558  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 02 May 2013 10:20:02 -0700
559
560 lightdm (1.6.0-0ubuntu2.1) raring-proposed; urgency=low
561
562   * lightdm.upstart: Add a start condition on plymouth-ready, and
563     drop conditions already handled by plymouth-splash (LP: #982889).
564   * control: Depend on the new plymouth version that provides plymouth-ready.
565
566  -- Timo Aaltonen <tjaalton@ubuntu.com>  Tue, 23 Apr 2013 12:10:28 +0300
567
568 lightdm (1.6.0-0ubuntu2) raring; urgency=low
569
570   * debian/patches/06_qt_no_keywords.patch:
571     - Don't use Qt keywords like slots and signals in headers.  Instead,
572       use Q_SLOTS and Q_SIGNALS.  This avoids breaking builds of projects
573       that define QT_NO_KEYWORDS.
574
575  -- Michael Terry <mterry@ubuntu.com>  Mon, 15 Apr 2013 11:31:15 -0400
576
577 lightdm (1.6.0-0ubuntu1) raring; urgency=low
578
579   * New upstream bugfix release:
580     - Allow VNC command to be specified in lightdm.conf
581     - Register enums with QObject meta type system.
582   * debian/watch:
583     - Watch for .xz releases
584
585  -- Robert Ancell <robert.ancell@canonical.com>  Mon, 15 Apr 2013 11:01:22 +1200
586
587 lightdm (1.5.3-0ubuntu1) raring; urgency=low
588
589   * New upstream bugfix release:
590     - Fix build with gobject-introspection 1.35.9
591     - Fix authentication cancel regression caused in 1.5.2 (LP: #1163456)
592   * debian/patches/fix-ftbfs-gir-scanner.patch:
593     - Applied upstream
594
595  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 03 Apr 2013 15:55:16 +1300
596
597 lightdm (1.5.2-0ubuntu2) raring; urgency=low
598
599   * Pass --symbol-prefix via LightDM_1_gir_SCANNERFLAGS rather than
600     LightDM_1_gir_CFLAGS, fixing build failure with
601     gobject-introspection >= 1.35.9.
602
603  -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Tue, 02 Apr 2013 12:51:14 +0100
604
605 lightdm (1.5.2-0ubuntu1) raring; urgency=low
606
607   * New upstream bugfix release:
608     * Fix stale X server being left behind when using LockSession D-Bus API
609       (LP: #1005813)
610     * Adjust AppArmor profile to also work with logind
611     * Don't use GIO to access X authority files - it uses GVFS which is
612       unnecessary overhead/complexity
613     * Handle over/underflows when reading from greeter
614     * Improve warning message when XDMCP packet has length mismatch
615     * Only report test command line if it fails
616     * Add more regression tests
617
618  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 27 Mar 2013 14:44:44 +1300
619
620 lightdm (1.5.1-0ubuntu2) raring; urgency=low
621
622   * debian/lightdm.upstart: Clear the virtual terminal after starting lightdm
623     so startup messages are not displayed when switching users or when
624     suspending (LP: #967229)
625
626  -- Brian Murray <brian@ubuntu.com>  Thu, 21 Mar 2013 14:33:46 -0700
627
628 lightdm (1.5.1-0ubuntu1) raring; urgency=low
629
630   * New upstream release:
631     [ 1.5.0 ]
632     - Add man page for lightdm-set-defaults (LP: #1044485)
633     - Use xzip for distribution, don't distribute old metadata
634     - Correctly check if display is active when session quits
635     - Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against it
636     - Selectively lock memory rather than calling mlockall for main daemon
637     [ 1.5.1 ]
638     - QLightDM: Add Qt5 version of the library: liblightdm-qt5-2 (LP: #1117355)
639     - QLightDM: Add some missing role names in UsersModel
640     - QLightDM: Add a backgroundPath role to UsersModel
641     - QLightDM: Fix potential crash in QLightDM::UsersModel closedown.
642     - Improve guest session apparmor
643     - Run each test in its own /tmp dir so they can't interfere with eachother
644     - Fix script hooks no longer working with latest glib (LP: #1128474)
645     - Fix display clean up code
646   * debian/control:
647     - Use standards version 3.9.4
648     - Drop bzr branch
649     - Build-depend on qtbase5-dev
650     - Add new Qt 5 packages
651   * debian/patches/08_lp1059510.patch:
652   * debian/patches/09_lp577919-fix-chromium-launch.patch:
653   * debian/patches/10_selective_mlock.patch:
654   * debian/patches/11_runtime_dir_access.patch:
655      - Applied upstream
656   * debian/source/format:
657     - Use 3.0
658
659  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 08 Mar 2013 11:06:52 +1300
660
661 lightdm (1.4.0-0ubuntu5) raring; urgency=low
662
663   * Add 11_runtime_dir_access.patch: Allow guest session to write
664     /run/user/<username>/. (LP: #1131139)
665
666  -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 25 Feb 2013 14:44:18 +0100
667
668 lightdm (1.4.0-0ubuntu4) raring; urgency=low
669
670   * Update pam configs to call pam_env last and use user_readenv=1
671     explicitly, so that ~/.pam_environment can always be read even when
672     home directories are encrypted with ecryptfs.  LP: #952185.
673
674  -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 12 Feb 2013 12:57:29 -0800
675
676 lightdm (1.4.0-0ubuntu3) raring; urgency=low
677
678   [ Michael Terry ]
679   * debian/02_disable_tests.patch, debian/rules:
680     - Drop patch, disable test suite during build by just overriding
681       dh_auto_test.  This way we can still manually run tests
682   * debian/control, debian/tests:
683     - Add dep8 tests to run upstream test suite.  The suite only works once
684       lightdm is installed into PREFIX.  So we must run via dep8.
685       Disabled for now until the next upstream release.
686   * debian/patches/05_add_xserver_core_option.patch:
687     - Modify test X server to also accept -core
688   * debian/patches/10_selective_mlock.patch:
689     - Backport patch from upstream to not use mlockall for the daemon
690       (LP: #1074279)
691   * debian/rules:
692     - Use ./autogen.sh when running dh_autoreconf
693
694   [ Matt Fischer ]
695   * debian/lightdm.install:
696     - Remove duplicate entry /usr/share/man
697     - Install apport hook
698   * debian/lightdm.postinst:
699     - Fix ownership of /var/lib/lightdm
700   * debian/lightdm.postrm:
701     - Correctly remove /var/lib/lightdm on uninstall
702   * debian/source_lightdm.py:
703     - Update apport hook
704
705  -- Michael Terry <mterry@ubuntu.com>  Thu, 31 Jan 2013 11:05:23 -0500
706
707 lightdm (1.4.0-0ubuntu2) quantal; urgency=low
708
709   * debian/patches/01_transition_ubuntu2d_ubuntu_desktop.patch:
710     - Fix 2d->3d transition to handle new support for accountsservice
711       LP: #1059137
712
713  -- Michael Terry <mterry@ubuntu.com>  Tue, 09 Oct 2012 10:26:43 -0400
714
715 lightdm (1.4.0-0ubuntu1) quantal; urgency=low
716
717   * New upstream stable release.
718   * debian/liblightdm-gobject-1-0.symbols:
719     - Updated
720   * debian/patches/06_add_remote_login_hint.patch:
721   * debian/patches/07_fix_types_in_vapi.patch:
722     - Applied upstream
723
724  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 05 Oct 2012 17:33:21 +1300
725
726 lightdm (1.3.3-0ubuntu5) quantal; urgency=low
727
728   * debian/patches/08_lp1059510.patch: allow owner 'rw' access to
729     /{,var/}run/user/guest-*/dconf/user. Also allow owner writes to sockets in
730     /{,var/}run/user/guest-*/keyring-*/. (LP: #1059510)
731   * debian/patches/09_lp577919-fix-chromium-launch.patch: allow launch of
732     chromium-browser from guest session. (LP: #577919)
733
734  -- Jamie Strandboge <jamie@ubuntu.com>  Mon, 01 Oct 2012 10:15:51 -0500
735
736 lightdm (1.3.3-0ubuntu4) quantal; urgency=low
737
738   * debian/patches/06_add_remote_login_hint.patch,
739     debian/liblightdm-gobject-1-0.symbols:
740     - Add a greeter hint to disable remote login support, and turn it
741       on by default.
742
743  -- Michael Terry <mterry@ubuntu.com>  Tue, 11 Sep 2012 11:42:17 -0400
744
745 lightdm (1.3.3-0ubuntu3) quantal; urgency=low
746
747   * debian/patches/06_disable_remote_login.patch:
748     - Drop patch, thereby enabling Remote Login support (LP: #1040221)
749
750  -- Michael Terry <mterry@ubuntu.com>  Fri, 07 Sep 2012 11:40:01 -0400
751
752 lightdm (1.3.3-0ubuntu2) quantal; urgency=low
753
754   * debian/patches/07_fix_types_in_vapi.patch:
755     - Patch from upstream to fix a broken vapi when trying to use
756       a couple enums
757
758  -- Michael Terry <mterry@ubuntu.com>  Thu, 06 Sep 2012 17:26:01 -0400
759
760 lightdm (1.3.3-0ubuntu1) quantal; urgency=low
761
762   [ Robert Ancell ]
763   * New upstream release:
764     - Add a new remote session type. These sessions create a temporary local
765       account and authenticate against a remote server. The session is an
766       application that accesses that remote session (e.g. VNC, RDP etc)
767     - Support multiple simultaneous PAM prompts (LP: #1043593)
768     - Set utmp ut_host field to the X display address (LP: #1027760)
769     - Correctly reap unused authentication sessions (LP: #990661)
770   * debian/liblightdm-gobject-1-0.symbols:
771     - Updated
772
773   [ Michael Terry ]
774   * debian/patches/06_disable_remote_login.patch:
775     - Always return an error when trying to log in to remote sessions,
776       until the FFe is granted (which is bug 1040221)
777
778  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 30 Aug 2012 10:15:16 +1200
779
780 lightdm (1.3.2-0ubuntu3) quantal; urgency=low
781
782   [ Christopher James Halse Rogers ]
783   * debian/patches/05_add_xserver_core_option.patch:
784     - Pass '-core' to the X server, which will cause it to dump core when
785       crashing. This will trigger apport, so we'll get more reliable crash
786       reports from X server crashes.
787
788   [ Didier Roche ]
789   * debian/patches/01_transition_ubuntu2d_ubuntu_desktop.patch:
790     - unity-2d is not supported anymore and won't be port to gsettings,
791       transition people using the 2d session to the 3d one. llvmpipe
792       will be use if no hardware acceleration is available (LP: #1035261)
793   * debian/patches/01_transition_gnome_ubuntu_desktop.patch:
794     - removed, not needed anymore
795
796   [ Scott Kitterman ]
797   * Add lightdm-kde-greeter as an alternate recommends for lightdm
798
799  -- Didier Roche <didrocks@ubuntu.com>  Wed, 15 Aug 2012 08:41:55 +0200
800
801 lightdm (1.3.2-0ubuntu2) quantal; urgency=low
802
803   * Update guest-account script to not depend on Gnome and to set
804     various KDE settings LP: #1028552
805
806  -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 07 Aug 2012 16:37:49 +0100
807
808 lightdm (1.3.2-0ubuntu1) quantal; urgency=low
809
810   * New upstream release:
811     - Handle clearenv() not being defined
812     - Fix compilation with GCC 4.7
813     - Expose remaining properties in QLightDM::Greeter
814     - Fix utmp records being written before child process created
815
816  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 17 Jul 2012 18:44:05 +1200
817
818 lightdm (1.3.1-0ubuntu2) quantal; urgency=low
819
820   * debian/control:
821     - Add build-depends on yelp-tools
822
823  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 21 Jun 2012 15:22:59 +1200
824
825 lightdm (1.3.1-0ubuntu1) quantal; urgency=low
826
827   * New upstream release:
828     - Don't set PAM_XDISPLAY or PAM_XAUTHDATA if not supported
829     - Add lock-memory option, enabled by default, to prevent paging memory
830       to disk.
831     - Write utmp records for sessions
832     - Install PAM configuration
833     - Run greeters inside the "lightdm-greeter" PAM service
834     - Handle setresgid and setresuid not being available
835     - Use xsession directory from lightdm.conf in liblightdm
836   * debian/rules:
837     - Install lightdm-greeter PAM config
838   * debian/lightdm.lightdm-greeter.pam:
839     - PAM configuration for greeters
840
841  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 21 Jun 2012 11:47:33 +1200
842
843 lightdm (1.2.1-0ubuntu1) precise-proposed; urgency=low
844
845   * New upstream release:
846     - Fix wrapper path in AppArmor profile (broken since 1.1.1)
847     - Add show-manual-login and allow-guest options to lightdm-set-defaults  
848
849  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 18 Apr 2012 18:37:47 +1000
850
851 lightdm (1.2.0-0ubuntu2) precise; urgency=low
852
853   * Fix wrapper path in AppArmor profile. This got broken in 1.1.1. Patch also
854     committed upstream, and cherry-picked (r1487) (LP: #975901)
855
856  -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 10 Apr 2012 11:06:03 +0200
857
858 lightdm (1.2.0-0ubuntu1) precise; urgency=low
859
860   * New upstream release.
861     - Backup .xsession-errors on login (LP: #951597)
862     - Handle failures in pam_setcred
863     - Open log files in append mode (LP: #951597)
864     - Add extra checks in liblightdm so that it doesn't send invalid messages
865       to the daemon (LP: #969023)
866     - Fix gdmflexiserver not being added to the path (broken since 1.1.4)
867       (LP: #953554)
868     - Fix PAM conversations after authentication from locking up sessions
869       (LP: #956848)
870     - Fix PAM informational messages locking up autologin
871     - Change XDMCP manage timeout from 10ms to 126s (maximum specified in the
872       XDMCP specification)
873     - Fix greeter-show-guest example (LP: #972711)
874
875  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 05 Apr 2012 17:26:50 +1000
876
877 lightdm (1.1.9-0ubuntu2) precise; urgency=low
878
879   * debian/lightdm-session:
880     - include some Xsession macros used by Xsession.d scripts (lp: #900221)
881
882  -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 29 Mar 2012 12:52:34 +0200
883
884 lightdm (1.1.9-0ubuntu1) precise; urgency=low
885
886   [ Gunnar Hjalmarsson ]
887   * debian/guest-account: Add trailing '/' to the line
888     "gs_skel=/etc/guest-session/skel" (LP: #956152).
889
890   [ Robert Ancell ]
891   * New upstream release:
892     * Add --show-users/--hide-users to lightdm-set-defaults
893     * Call initgroups before pam_setcred - this allows pam_setcred to change
894       group membership correctly (LP: #880104)
895
896  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 22 Mar 2012 16:48:59 +1100
897
898 lightdm (1.1.8-0ubuntu1) precise; urgency=low
899
900   * New upstream release:
901     - Handle PAM interactions that have more than one message in one callback
902       (LP: #951460)
903
904  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 15 Mar 2012 12:57:30 +1100
905
906 lightdm (1.1.7-0ubuntu2) precise; urgency=low
907
908   * debian/guest-account: Fix arbitrary file deletion in removal of guest
909     files in /tmp. Use find/xargs with 0 separators instead of spaces.
910     (LP: #953044, CVE-2012-0943)
911
912  -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 13 Mar 2012 14:53:10 +0100
913
914 lightdm (1.1.7-0ubuntu1) precise; urgency=low
915
916   * New upstream release.
917
918  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 09 Mar 2012 15:28:40 +1100
919
920 lightdm (1.1.6-0ubuntu1) precise; urgency=low
921
922   * Upload the new version to Ubuntu
923   * Reshuffle a bit the vcs to use merge upstream correctly
924
925   [ Robert Ancell ]
926   * New upstream release:
927     - Fix session wrapper working the same as it did in 1.1.3 (lp: #944736)
928     - Stop file descriptors leaking into the session processes (lp: #927060)
929
930   [ Martin Pitt ]
931   * debian/control: Fix liblightdm-gobject-1-doc architecture to "all".
932
933  -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 06 Mar 2012 13:45:29 +0100
934
935 lightdm (1.1.4.is.1.1.3-0ubuntu3) precise; urgency=low
936
937   * debian/lightdm.postinst: Drop the disable-while-typing gsettings call
938     again. The Unity greeter already disables the mouse plugin these days, and
939     other known greeters do not use g-s-d.
940   * debian/lightdm.dirs: Really add /etc/X11/, revision 1077 did not actually
941     do it. (LP: #921169)
942
943  -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 05 Mar 2012 13:10:46 +0100
944
945 lightdm (1.1.4.is.1.1.3-0ubuntu2) precise; urgency=low
946
947   [ Matt Fischer ]
948   * debian/lightdm.dirs:
949     - Add /etc/X11/ so lightdm.postinst doesn't fail on systems without X
950       installed (LP: #921169)
951
952   [ Martin Pitt ]
953   * debian/lightdm.postinst: Disable disable-while-typing touchpad setting for
954     GNOME; we do not really need this feature in lightdm, and multiple
955     syndaemon instances cause the touchpad to stop working sometimes. Add
956     libglib2.0-bin dependency for this. (LP: #868400)
957
958  -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 05 Mar 2012 12:36:04 +0100
959
960 lightdm (1.1.4.is.1.1.3-0ubuntu1) precise; urgency=low
961
962   * Revert to 1.1.3 until we can figure out proper solution to bug 944736
963
964  -- Michael Terry <mterry@ubuntu.com>  Fri, 02 Mar 2012 15:03:26 -0500
965
966 lightdm (1.1.4-0ubuntu1) precise; urgency=low
967
968   * New upstream release.
969     - Change session directory once user permissions are set so it works
970       on NFS filesystems that don't allow root to access files. (LP: #877766)
971     - Restructure session code so the PAM authentication is run in its
972       own process. (LP: #881466)
973     - Set PAM_XDISPLAY and PAM_XAUTHDATA pam items (LP: #862559)
974     - Don't send session stdout to .xsession-errors
975     - Fix Qt bindings crash when removing a user
976
977  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 01 Mar 2012 20:54:07 +1100
978
979 lightdm (1.1.3-0ubuntu1) precise; urgency=low
980
981   * New upstream release:
982     - Actually return the system default keyboard layout, not just 'us'
983     - Add keyboard layout variants to list of keyboard layouts
984     - Check accountsservice as well as .dmrc for users' layouts
985     - Add lightdm_user_get_layouts() to query the configured list of layouts
986       on a per-user basis
987     - Add Lock D-Bus method that locks the seat and provides a hint to the
988       greeter to be in lock mode.
989     - Automatically lock sessions when switching away from them
990     - Add a has-messages property to liblightdm
991     - Add regression tests for PAM modules changing usernames
992     - Don't use g_key_file_unref, it requires glib 2.32
993
994  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 15 Feb 2012 20:15:08 +1100
995
996 lightdm (1.1.2-0ubuntu3) precise; urgency=low
997
998   * debian/patches/05_keyboard_indicator.patch:
999     - Backported patch from trunk to fix various keyboard layout issues
1000       preventing greeter keyboard indicators from working.
1001       LP: #919199, LP: #919200, LP: #915468
1002
1003  -- Michael Terry <mterry@ubuntu.com>  Sun, 12 Feb 2012 19:37:51 -0500
1004
1005 lightdm (1.1.2-0ubuntu2) precise; urgency=low
1006
1007   * Redo the previous update using merge-upstream in the package vcs so the
1008     new version is not reverted in the diff.gz...
1009   * 00upstream_set-defaults_autologin_support.patch:
1010     - dropped, the fix is in the new version
1011
1012  -- Sebastien Bacher <seb128@ubuntu.com>  Sun, 12 Feb 2012 13:01:15 +0100
1013
1014 lightdm (1.1.2-0ubuntu1) precise; urgency=low
1015
1016   * New upstream release:
1017     - Add regression tests for getting the user language and layout
1018     - Stop accidentally distributing libsystem
1019     - Fix introspection bindings not containing any methods (LP: #920810)
1020     - lightdm-set-defaults can now set the autologin user
1021     - Add Python greeter regression tests (representative of all introspection
1022       based greeters)
1023     - Wait for the VT to become active when switching to avoid a suspected
1024       race condition somewhere between LightDM, X, ConsoleKit and the kernel.
1025       (LP: #851612)
1026     - Stop lightdm_greeter_start_session_sync() blocking on success.
1027   * debian/lightdm.prerm:
1028     - Fix incorrect location of lightdm binary (found by Rolf Anders)
1029
1030  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 10 Feb 2012 17:32:47 +1100
1031
1032 lightdm (1.1.1-0ubuntu4) precise; urgency=low
1033
1034   * Add 00upstream_set-defaults_autologin_support.patch: Add support for
1035     setting autologin-user in lightdm-set-defaults. Committed to and
1036     backported from trunk.
1037   * debian/lightdm.postinst: Migrate autologin configuration from gdm on first
1038     installation. (LP: #854431)
1039
1040  -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 30 Jan 2012 08:25:03 +0100
1041
1042 lightdm (1.1.1-0ubuntu3) precise; urgency=low
1043
1044   [ Aurélien Gâteau ]
1045   * debian/control, liblightdm-qt*.install:
1046     - Rename liblightdm-qt packages to match upstream changes
1047     - Conflicts, Replaces with the buggy version
1048
1049  -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 19 Jan 2012 11:34:41 +0100
1050
1051 lightdm (1.1.1-0ubuntu2) precise; urgency=low
1052
1053   * debian/patches/04_language_options.patch:
1054     - Replace 'locale -a' output with accountsservice's list of
1055       language options (LP: #918225).
1056
1057  -- Gunnar Hjalmarsson <ubuntu@gunnar.cc>  Wed, 18 Jan 2012 16:10:29 +0100
1058
1059 lightdm (1.1.1-0ubuntu1) precise; urgency=low
1060
1061   * New upstream release:
1062     * Support PAM requesting a change of password (lp: #911597)
1063     * Support for reading users' backgrounds from Accounts Service 
1064       (lp: #844081)
1065     * Switching to a user without a password bypasses the greeter
1066       (lp: #861177)      
1067     * Move the GTK+ and Qt greeters into their own projects
1068   * Drop the gtk and qt greeters packaging files from this source
1069   * debian/liblightdm-gobject-1-0.symbols:
1070     - list new lightdm_user_get_background symbol
1071   * debian/patches/04_CVE-2011-4105.patch,
1072     debian/patches/05_CVE-2011-3153.patch,
1073     debian/patches/09_show_lang_chooser_option.patch,
1074     debian/patches/10_available_languages.patch,
1075     debian/patches/11_set_language_in_accountsservice.patch:
1076     - dropped, those issues are fixed in the new version or apply to the
1077       gtk greeter which is moved to its own source
1078   * debian/rules:
1079     - install lightdm-set-defaults back to its previous location
1080
1081  -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 18 Jan 2012 11:10:03 +0100
1082
1083 lightdm (1.0.6-0ubuntu4) precise; urgency=low
1084
1085   [ Gunnar Hjalmarsson ]
1086   * debian/lightdm-gtk-greeter-ubuntu.conf and
1087     debian/patches/09_show_lang_chooser_option.patch:
1088     - Disclose the option to enable the language chooser.
1089   * debian/patches/10_available_languages.patch:
1090     - If available, show a list of installed translations in the
1091       language chooser instead of a 'locale -a' list (LP: #868346).
1092     - Use nl_langinfo() to get language and country names for the
1093       language chooser labels.
1094     - Translate language and country names.
1095     - Handle @variants properly.
1096   * debian/patches/11_set_language_in_accountsservice.patch:
1097     - Save item that is selected from the language chooser also when
1098       AccountsService is in use (LP: #868346).
1099
1100  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 22 Nov 2011 12:41:43 +1100
1101
1102 lightdm (1.0.6-0ubuntu3) precise; urgency=low
1103
1104   * SECURITY UPDATE: file contents disclosure via hard link
1105     - debian/patches/04_CVE-2011-4105.patch: make sure file isn't a symlink
1106       or a hard link before doing the chown on it.
1107     - CVE-2011-4105
1108   * SECURITY UPDATE: file contents disclosure via links (LP: #883865)
1109     - debian/patches/05_CVE-2011-3153.patch: drop privileges before
1110       accessing file.
1111     - CVE-2011-3153
1112
1113  -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 15 Nov 2011 14:23:53 -0500
1114
1115 lightdm (1.0.6-0ubuntu2) precise; urgency=low
1116
1117   * Upload to precise.
1118
1119  -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 10 Nov 2011 07:19:12 +0100
1120
1121 lightdm (1.0.6-0ubuntu1) oneiric-proposed; urgency=low
1122
1123   [ Martin Pitt ]
1124   * debian/lightdm.upstart: Put back check for "text" in kernel command line,
1125     for inhibiting automatic lightdm start. Check $JOB to still allow a manual
1126     "start lightdm" command to work. (LP: #873334)
1127
1128   [ Robert Ancell ]
1129   * New upstream release:
1130     - Use lchown for correcting ownership of ~/.Xauthority instead of chown
1131
1132  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 02 Nov 2011 11:37:43 -0400
1133
1134 lightdm (1.0.5-0ubuntu1) oneiric-proposed; urgency=low
1135
1136   * New upstream release.
1137     [1.0.5]
1138     - Relax AppArmor guest profile to allow compiz to start
1139     - Connect up VNC settings for width, height, depth
1140     [1.0.4]
1141     - Fix --enable-gtk-greeter=yes not working
1142     - Fix X sessions with arguments in Exec not working
1143     - Use previous session for automatic login or if greeter does not request
1144       one. (LP: #834515)
1145     - Correct ownership of ~/.Xauthority if upgrading from buggy version of
1146       LightDM that had it root owned. (LP: #871667)
1147     - Set default resolution of VNC to 1024x768, add settings for width, height,
1148       depth into lightdm.conf.
1149     - AppArmor profile: Fix broken gnome-keyring and dbus/gwibber, and quiesce
1150       annoying kernel audit messages for privileges that we definitively do not
1151       want to grant. (LP: #877736) (LP: #874635)
1152     - Set LOGNAME environment variable (LP: #875705)
1153     - Mark strings as translatable in GTK greeter (LP: #868613)
1154     [ 1.0.3]
1155     - Fix reference counting issue in ConsoleKit code
1156     - Really add the lightdm-guest-session-wrapper
1157     [ 1.0.2 ]
1158     - Fix daemon from blocking if Accounts Service does not exist
1159     - Fix greeter log file not being written
1160     - Don't set LANG environment variable if using Accounts Service.
1161     - Fix gdmflexiserver not working due to it not being in PATH
1162     - Don't authenticate the greeter user
1163     - Allow greeters to be disabled in configure flags
1164     - Fix over allocation of read buffer in greeter protocol
1165     - Make sure objects are cleaned up on exit
1166     - Fix minor memory leaks
1167     - Fix hugely oversized allocation in greeter buffer.  Can trigger
1168       crashes when entering very long passwords.
1169   * debian/patches/00bzr_guest_session_wrapper.diff:
1170   * debian/patches/07_long_password_crash.patch:
1171   * debian/patches/08_correct_ck_ref.patch:
1172     - Applied upstream
1173   * New upstream release.
1174
1175  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 26 Oct 2011 12:45:17 -0400
1176
1177 lightdm (1.0.1-0ubuntu6) oneiric; urgency=low
1178
1179   * debian/patches/08_correct_ck_ref.patch:
1180     - backported fix from Mikkel Kamstrup Erlandsen for a refcounting issue
1181       which leads to sessions where unity can't start (lp: #851345)
1182
1183  -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 07 Oct 2011 13:57:44 +0200
1184
1185 lightdm (1.0.1-0ubuntu5) oneiric; urgency=low
1186
1187   * Add debian/patches/00bzr_guest_session_wrapper.diff: Add back the guest
1188     session wrapper part that was uploaded in 1.0.0-0ubuntu4. The patch was
1189     correctly merged into trunk, but the 1.0 branch backport missed this
1190     wrapper part and thus broke AppArmor protection entirely. (LP: #849027)
1191
1192  -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 07 Oct 2011 11:47:36 +0200
1193
1194 lightdm (1.0.1-0ubuntu4) oneiric; urgency=low
1195
1196   * debian/patches/04_language_not_to_LANG.patch:
1197   * debian/patches/04_dmrc_set_LANG_only.patch:
1198     - Replace LANG disabling code with proper fix (LP: #868149)
1199   * debian/patches/03_launch_dbus.patch:
1200   * debian/patches/05_gdmflexiserver_not_in_PATH.patch:
1201     - Refreshed
1202   * debian/patches/06_accounts_service_timeout.patch:
1203     - Fix D-Bus timeout when accounts service not installed (LP: #866035)
1204   * debian/patches/07_long_password_crash.patch:
1205     - Fix crash with long passwords (LP: #817186)
1206
1207  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 06 Oct 2011 15:45:21 +1100
1208
1209 lightdm (1.0.1-0ubuntu3) oneiric; urgency=low
1210
1211   * debian/patches/05_gdmflexiserver_not_in_PATH.patch:
1212     - Make sure to insert our own utility path into PATH after PAM
1213       sets PATH, not before.  This ensures gdmflexiserver is present
1214       in PATH and can be found by gnome-screensaver, gnome-shell, etc.
1215
1216  -- Michael Terry <mterry@ubuntu.com>  Wed, 05 Oct 2011 09:05:31 -0400
1217
1218 lightdm (1.0.1-0ubuntu2) oneiric; urgency=low
1219
1220   * debian/patches/04_language_not_to_LANG.patch:
1221     Locale names based on AccountsService's "Language" key may not
1222     go to $LANG, as that property is a language name, not a locale.
1223     (LP: #864618).
1224
1225  -- Gunnar Hjalmarsson <ubuntu@gunnar.cc>  Wed, 05 Oct 2011 09:49:15 +0200
1226
1227 lightdm (1.0.1-0ubuntu1) oneiric; urgency=low
1228
1229   * New upstream release:
1230     - GTK greeter now remembers last user
1231     - GTK greeter now initializes i18n (LP: #862427)
1232     - Start authentication for automatically selected user in GTK greeter
1233     - Link liblightdm-qt against QtGui
1234     - Fix liblightdm-qt crashing when face images are installed (LP: #850095)
1235     - Set correct permissions on session log files (LP: #863119)
1236     - Prefer a locale with a codeset over one without for setting LANG
1237       (LP: #864618)
1238     - Introduce a lightdm-guest-session-wrapper session command which MAC
1239       systems like AppArmor and SELinux can use for attaching a restrictive
1240       policy to guest sessions.
1241     - Provide an AppArmor profile for guest session lockdown.
1242   * debian/patches/01_guest_session_lockdown.patch:
1243     - Applied upstream
1244
1245  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 04 Oct 2011 19:58:25 +1100
1246
1247 lightdm (1.0.0-0ubuntu4) oneiric; urgency=low
1248
1249   * Add 01_guest_session_lockdown.patch: Lock down guest session with an
1250     AppArmor profile. This uses the very same approach as gdm-guest-session,
1251     and copies the profile from it. (LP: #849027)
1252   * 03_launch_dbus.patch: Refresh.
1253   * debian/lightdm.install: Install AppArmor profile.
1254
1255  -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 30 Sep 2011 17:30:56 +0200
1256
1257 lightdm (1.0.0-0ubuntu3) oneiric; urgency=low
1258
1259   * debian/patches/03_launch_dbus.patch:
1260     - Fix patch applying in the wrong place
1261
1262  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 29 Sep 2011 16:08:20 +1000
1263
1264 lightdm (1.0.0-0ubuntu2) oneiric; urgency=low
1265
1266   * debian/lightdm-gtk-greeter.postinst,
1267     debian/lightdm-gtk-greeter.postrm,
1268     debian/lightdm-gtk-greeter.preinst:
1269     - move the gtk-greeter conffile starting from 1.0.0-0ubuntu1 and not
1270       0.9.7-0ubuntu1 (the patch using 0.9.7-0ubuntu1 as a reference has
1271       been integrated in 1.0.0-0ubuntu1 without being updated even if
1272       0.9.7-0ubuntu2 was already released). Ensure we do it now (LP: #861316)
1273
1274  -- Didier Roche <didrocks@ubuntu.com>  Wed, 28 Sep 2011 13:40:40 +0200
1275
1276 lightdm (1.0.0-0ubuntu1) oneiric; urgency=low
1277
1278   [ Steve Langasek ]
1279   * don't start on graphics-device-added; reintroducing this reverted the fix
1280     for bug #615549 from maverick without explanation.
1281   * clean up the completely illegible start rule for debian/lightdm.upstart,
1282     killing off the unnecessary parentheses
1283   * debian/lightdm.upstart: when lightdm is shut down by a runlevel call,
1284     emit an upstart event that can be caught by plymouth so it can
1285     distinguish between the DM shutting down for a runlevel change vs. other
1286     causes.  LP: #854329.
1287
1288   [ Robert Ancell ]
1289   * New upstream release.
1290     [ 0.9.8 ]
1291     - GetSeatForCookie and GetSessionForCookie are now deprecated.  They
1292       remain for now but use the XDG_SEAT_PATH and XDG_SESSION_PATH
1293       environment variables instead.
1294     - Change log filenames to be unique across different display types.
1295     - Fix up script hooks, add regression tests for them
1296     - Complete removal of X code from the core of LightDM, so it can better
1297       support various display types
1298     - Add ability to set the language of a user from the greeter (LP: #803858)
1299     - Set LANG variable based on the user language
1300     - Add language selector into GTK greeter (disabled by default)
1301     - Allow TCP/IP connections if xserver-allow-tcp is true
1302     - Allow lightdm --version to be run as non-root
1303     - Automatically respond to PAM messages without prompts (LP: #783598)
1304     - Create 'AddLocalXSeat' D-Bus method, and require root to use 'AddSeat'
1305     - Fix multi-seat configuration picking the same display number (LP: #851362)
1306     - Use correct D-Bus and power interface in liblightdm-qt (LP: #852803)
1307     - Run pam_setcred inside the session process so pam_group works
1308       (LP: #851347)
1309     - Make sure one session is always selected in the GTK greeter (LP: #819177)
1310     [ 1.0.0 ]
1311     - Explicitly grab keyboard focus in GTK greeter
1312     - Fix removed power and a11y menu items in GTK greeter
1313     - Put system binary directory into path when running in test mode
1314       (LP: #860003)
1315     - Call pam_getenvlist after pam_setcred
1316
1317   [ Lionel Le Folgoc ]
1318   * Make the gtk greeter easily themable by derivatives: (LP: #845549)
1319     - rename lightdm-gtk-greeter.conf to lightdm-gtk-greeter-ubuntu.conf,
1320       and handle the move in maintainer scripts.
1321     - manage /etc/lightdm/lightdm-gtk-greeter.conf with update-alternatives,
1322       by default it uses /etc/lightdm/lightdm-gtk-greeter-ubuntu.conf with a
1323       very low priority.
1324   * debian/control: lightdm-gtk-greeter provides lightdm-gtk-greeter-config.
1325
1326  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 28 Sep 2011 16:00:20 +1000
1327
1328 lightdm (0.9.7-0ubuntu2) oneiric; urgency=low
1329
1330   * don't start on graphics-device-added; reintroducing this reverted the fix
1331     for bug #615549 from maverick without explanation.
1332   * clean up the completely illegible start rule for debian/lightdm.upstart,
1333     killing off the unnecessary parentheses
1334   * debian/lightdm.upstart: when lightdm is shut down by a runlevel call,
1335     emit an upstart event that can be caught by plymouth so it can
1336     distinguish between the DM shutting down for a runlevel change vs.
1337     other causes.  LP: #854329.
1338
1339  -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 25 Sep 2011 22:22:38 -0700
1340
1341 lightdm (0.9.7-0ubuntu1) oneiric; urgency=low
1342
1343   * New upstream release.
1344     - Set PAM_TTY to the display name, not the tty device (LP: #851055)
1345
1346  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 16 Sep 2011 09:39:22 +1000
1347
1348 lightdm (0.9.6-0ubuntu1) oneiric; urgency=low
1349
1350   * New upstream release:
1351     - Only unlock displays if switched to from greeter
1352     - Make log file not system readable
1353     - Write ~/.Xauthority inside the session process so it cannot be hijacked
1354     - Set PAM_TTY and PAM_XDISPLAY when opening PAM session
1355     - Add VNC server support
1356     - Do not write ~/.dmrc and ~/.Xauthority as root. [CVE-2011-3349]
1357   * debian/patches/00upstream_unlock_fix.patch:
1358   * debian/patches/04_dont_write_files_as_root.patch:
1359     - Applied upstream
1360
1361  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 15 Sep 2011 17:32:25 +1000
1362
1363 lightdm (0.9.5-0ubuntu2) oneiric; urgency=low
1364
1365   * debian/lightdm.config: When installing from scratch as part of a release
1366     upgrade, default to lightdm, otherwise ask. (LP: #806559)
1367   * Add 04_dont_write_files_as_root.patch: Do not write ~/.dmrc and
1368     ~/.Xauthority as root. [CVE-2011-3349]
1369   * Add 00upstream_unlock_fix.patch: Only unlock displays if switched to from
1370     greeter. Cherrypicked from upstream r1137. (LP: #844274)
1371
1372  -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 15 Sep 2011 08:52:24 +0200
1373
1374 lightdm (0.9.5-0ubuntu1) oneiric; urgency=low
1375
1376   [ Steve Langasek ]
1377   * Update upstart job to use current start condition lifted from gdm,
1378     and to check runlevels instead of /proc/cmdline so it's possible to
1379     start lightdm after switching out of recovery mode.  LP: #803513.
1380
1381   [ Didier Roche ]
1382   * debian/patches/01_transition_gnome_ubuntu_desktop.patch:
1383     natty-oneiric session name upgrade:
1384     - transition from unity-2d -> ubuntu-2d
1385     - transition from gnome-2d -> gnome-fallback
1386
1387   [ Robert Ancell ]
1388   * New upstream release:
1389    [0.9.5]
1390     - Use accounts service in the daemon if it is available
1391     - Correctly load seat type in multi seat configuration
1392     - Add display-setup, session-setup and session-cleanup scripting hooks
1393     - Fix cancel button in GTK greeter (LP: #819240)
1394     - Fix line through GTK greeter menu items
1395     - Exit daemon if a seat fails which has exit-on-failure set to true
1396     - Add HasGuestAccount property to seat D-Bus interface (LP: #835084)
1397     - Fix XDMCP authorization
1398     - Update man file
1399     - Emit upstart events (LP: #715094)
1400    [0.9.4]
1401     - lightdm-set-defaults enables tweaking the default session and chosen
1402       greeter for lightdm. This is useful for derivatives waiting to not ship
1403       the whole configuration file of lightdm
1404     - Fix crash in GTK+ greeter when a user is added
1405     - Move xsessions-directory and xgreeters-directory from [SeatDefaults] to
1406       [LightDM].  This is a configuration break, but making it on the assumption
1407       that these settings are not likely to have been overridden.
1408     - Fix fallback from org.freedesktop.Accounts to passwd format
1409     - Fix duplicate user entries being shown when using passwd file
1410     - Add AddSeat D-Bus method for adding dynamic seats
1411     - Added a dm-tool program that allows user switching and adding seats
1412     - Allow remote X servers, e.g. launched using dm-tool add-nested-seat
1413     - Fix bug where sessions were started when the greeter quit and the user
1414       hadn't been authorized.
1415     - Fix bug where sessions used the seat bus name
1416     - Don't allow autologin-username to be set to empty
1417     - Fix bug where PAM session was not opened before writing to home directory
1418     - Fix crash when failing to write X authority
1419
1420  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 07 Sep 2011 16:09:53 +1000
1421
1422 lightdm (0.9.3-0ubuntu8) oneiric; urgency=low
1423
1424   * debian/patches/series:
1425     - Add patch from last commit to actually apply.  Ahem.
1426   * debian/rules:
1427     - Make greeter wrapper executable
1428
1429  -- Michael Terry <mterry@ubuntu.com>  Thu, 25 Aug 2011 16:20:00 -0400
1430
1431 lightdm (0.9.3-0ubuntu7) oneiric; urgency=low
1432
1433   * debian/install, debian/lightdm-greeter-session,
1434     debian/patches/03_launch_dbus.patch:
1435     - Add patch and wrapper script to launch dbus for the greeter so that
1436       we can safely kill it when the greeter ends.
1437
1438  -- Michael Terry <mterry@ubuntu.com>  Wed, 24 Aug 2011 15:34:07 -0400
1439
1440 lightdm (0.9.3-0ubuntu6) oneiric; urgency=low
1441
1442   * Backport r1065 to use account service instead of .dmrc (lp: #823718), 
1443     should fix the session not being correct remembered (lp: #818201)
1444
1445  -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 23 Aug 2011 16:21:59 +0200
1446
1447 lightdm (0.9.3-0ubuntu5) oneiric; urgency=low
1448
1449   * Backport potfiles.in fix from trunk
1450   * debian/lightdm.install: install dm-tool (seat management utility)
1451
1452  -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 18 Aug 2011 15:59:45 +0200
1453
1454 lightdm (0.9.3-0ubuntu4) oneiric; urgency=low
1455
1456   * Updated to current trunk, that's a candidate version version for the next
1457     update, it fixes those issues:
1458     - login doesn't work for ecryptfs users (lp: #823775, #824594)
1459     - "lightdm-gtk-greeter segfaults in get_user_iter when adding a new user"
1460     (lp: #822470)
1461     - fix fallback from org.freedesktop.Accounts to passwd format (lp: #817835)
1462     - empty autologin-user should not be passed to pam (lp: #817581)
1463   * debian/control.in:
1464     - build-depends on quilt, it's needed with source v1
1465     - don't build-depends on valac, vala is not used in the current version
1466   * debian/lightdm.install:
1467     - install the manpages as well
1468   * debian/lightdm.manpages:
1469     - dropped, it's installed by the upstream make install
1470   * debian/rules:
1471     - use the quilt rule
1472   * debian/source/format:
1473     - use source v1, it works better with vcs workflows
1474
1475  -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 18 Aug 2011 15:29:42 +0200
1476
1477 lightdm (0.9.3-0ubuntu3) oneiric; urgency=low
1478
1479   * debian/control: stop forcing the unity-greeter recommends (lp: #824299)
1480
1481  -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 11 Aug 2011 23:21:51 +0200
1482
1483 lightdm (0.9.3-0ubuntu2) oneiric; urgency=low
1484
1485   * Backport mterry's changes to the gdmflexiserver functionnality
1486   * debian/control: default to the unity greeter (lp: #809710)
1487   * debian/lightdm.install: install the new files
1488
1489   [ Didier Roche ]
1490   * Cherry-pick from upstream:
1491     - lightdm-set-defaults enables tweaking the default session and chosen
1492       greeter for lightdm. This is useful for derivatives waiting to not ship
1493       the whole configuration file of lightdm
1494     - refreshed translations
1495   * debian/rules:
1496     - set "ubuntu" as the default session (unable to login for people who don't
1497       have a .dmrc, sorry for the kittens…)
1498
1499  -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 10 Aug 2011 18:34:03 +0200
1500
1501 lightdm (0.9.3-0ubuntu1) oneiric; urgency=low
1502
1503   [ Sebastien Bacher ]
1504   * New upstream version
1505   * debian/control:
1506     - build-depends on dh-translations
1507     - build with the current vala
1508     - demote the greeter depends back to a recommend, lightdm can be use to
1509       connect to remote displays and doesn't need a local greeter
1510     - lightdm depends on dbus (lp: #822824)
1511     - liblightdm-gobject recommends accountsservice (lp: #822863)
1512   * debian/liblightdm-gobject-1-0.symbols:
1513     - track library symbols
1514   * debian/lightdm.install:
1515     - ship the translations
1516   * debian/lightdm.preinst:
1517     - fix missing dh token
1518   * debian/rules:
1519     - reorder rules to work with new dh versions
1520     - stop the build if the liblightdm-gobject symbols are outdated
1521     - use dh-translations to generate the translations template
1522   * debian/source_lightdm.py:
1523     - get bug informations for apport, thanks Pedro Villavicencio (lp: #819954)
1524
1525   [ Didier Roche ]
1526   * debian/watch:
1527     - fix debian/watch to get lightdm
1528   * debian/patches/01_transition_gnome_ubuntu_desktop.patch:
1529     - transition so that gnome.desktop is now move to ubuntu.desktop as the main
1530       session. We need that for transitionning to the next step (post LTS) where
1531       gnome-shell.desktop will be renamed to gnome.desktop
1532
1533  -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 09 Aug 2011 18:21:07 +0200
1534
1535 lightdm (0.9.2-0ubuntu4) oneiric; urgency=low
1536
1537   * debian/control: depends on the greeters rather than recommends, seems some
1538     users still get no greeter after upgrade otherwise
1539
1540  -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 27 Jul 2011 19:10:47 +0200
1541
1542 lightdm (0.9.2-0ubuntu3) oneiric; urgency=low
1543
1544   * Fix lightdm to conflict liblightdm-gobject-0-0 and liblightdm-qt-0-0,
1545     so that old greeters are removed on upgrade
1546     - update debian/control
1547
1548  -- Chris Coulson <chris.coulson@canonical.com>  Tue, 26 Jul 2011 23:26:49 +0100
1549
1550 lightdm (0.9.2-0ubuntu2) oneiric; urgency=low
1551
1552   * debian/control: 
1553     - recommends the preferred greeter before a virtual one
1554     - let the new gtk greeter provide the old example named one for easier
1555       upgrade
1556
1557  -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 26 Jul 2011 21:38:25 +0200
1558
1559 lightdm (0.9.2-0ubuntu1) oneiric; urgency=low
1560
1561   * New upstream release
1562     [0.9.0]
1563     - Fix invalid XAUTHORITY variable being set for second X server.
1564     - Fix bug where switching users created X servers without VTs
1565     - Release a VT when the X server on it stops
1566     - Greeters are now just standard X sessions that are stored in
1567       /usr/share/xgreeters.
1568     - Drop most of the configure options, they aren't necessary
1569     - Config changes:
1570       - Major reorginisation of configuration to make it easier to configure and
1571         understand.  Users should set [SeatDefaults] section with settings for
1572         all seats, and can override each setting in a per seat configuration.
1573       - Default seats are now specified using a [Seat:<name>] section.  If no
1574         seats are specified then one is started.  This can be overridden by
1575         setting start-default-seat=false in [LightDM].
1576       - Support setting autologin user to guest account
1577       - Split the user accounts configuration into /etc/lightdm/users.conf so
1578         the  main config can be private.
1579       - The default user session is now "default".  Distributions should put a
1580         symlink to their chosen default or set one in lightdm.conf.
1581       - XDMCP keys now stored in keys.conf
1582     - liblightdm API changes:
1583       - Both libraries are now version 1 and have API and ABI guarantees.
1584       - Face images are now local paths not URIs
1585       - liblightdm-gobject now uses lightdm_ prefix instead of ldm_
1586       - Non-greeter functions are now moved out of the Greeter class
1587       - connect_to_server() is now called connect_sync and blocks until
1588         completion.
1589       - start_session() is now called start_session_sync and blocks until
1590         completion. The quit signal is removed, and the greeter should quit if
1591         this method returns TRUE.
1592       - login() is now called authenticate()
1593       - Greeters now have hints instead of configuration (greeters should load
1594         their own configuration from /etc/lightdm if they need it).
1595       - liblightdm-gobject uses AccountsService if it is available
1596       - Added regression tests for liblightdm-qt
1597     - D-Bus API changes:
1598       - Expose Seats and Sessions on org.freedesktop.DisplayManager
1599       - Add a CanSwitch property
1600       - Rename ShowGreeter() to SwitchToGreeter()
1601     - Greeter changes:
1602       - Drop "example" from the name of the GTK+ and Qt greeters and make them
1603         official default greeters.
1604       - Use GTK3 for GTK+ greeter.
1605       - Removed the Vala and Python GTK+ greeters, they weren't being well
1606         maintained.
1607     [0.9.1]
1608     - Fix up translation build system
1609     - Add a --with-greeter-user configure option
1610     - Fix greeter-user configuration not being used
1611     - Abort greeter if attempted to be run as root and greeter-user set
1612     - Fix setting session in GTK+ greeter
1613     [0.9.2]
1614     - Fix annotation and Vala bindings for getting the UserList singleton
1615     - Fix GTK+ greeter error label not being shown
1616     - Don't set SIGQUIT to ignore in child processes
1617     - Reworked the PAM code as ecryptfs users weren't able to log in.  They
1618       can now but not sure what changed to fix that!?
1619   * debian/control:
1620     - Build depend on libgtk3.0-dev, not libgtk2.0-dev
1621     - Drop obsolete greeters, use new ones
1622     - lightdm conflicts with liblightdm-gobject-1 and liblightdm-qt-1 so old
1623       greeters will be removed.
1624     - Update versions of libraries
1625   * debian/lightdm.conf:
1626     - Removed, no longer needs configuration
1627   * debian/patches/01_resize_grip.patch:
1628     - Dropped, not required anymore
1629
1630  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 26 Jul 2011 19:19:00 +1000
1631
1632 lightdm (0.4.4-0ubuntu1) oneiric; urgency=low
1633
1634   * New upstream release
1635     - Fix failure to accept XDMCP connections due to invalid assert.
1636     - Allow minimum-display-number to be set in lightdm.conf and on the command
1637       line.
1638     - Session X authority now written to ~/.Xauthority by default.  It can be
1639       configured to run from the system location by setting
1640       user-authority-in-system-dir=true in lightdm.conf.
1641     - When using system authority the authority can be updated by the user.
1642       (LP: #795046)
1643     - Written X authority files now checks hostname and display number.
1644     - Enironment is no longer passed through to X servers and sessions, this is
1645       no longer required now PAM works correctly.
1646     - liblightdm API changes:
1647       - Drop ldm_greeter_get_is_first() - it was added for testing and doesn't
1648         work well.
1649     - Fix more errors where authentication messages from previous sessions could
1650       be confused with new sessions.
1651     - Added XDMCP regression tests.
1652   * debian/lightdm.conf:
1653     - Updated to latest format
1654
1655  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 15 Jul 2011 13:35:49 +1000
1656
1657 lightdm (0.4.3-0ubuntu1) oneiric; urgency=low
1658
1659   * New upstream release
1660
1661  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 13 Jul 2011 15:06:13 +1000
1662
1663 lightdm (0.4.2-0ubuntu2) oneiric; urgency=low
1664
1665   * debian/Xsession:
1666     - Correctly load ~/.Xresource
1667
1668  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 06 Jul 2011 09:29:15 +1000
1669
1670 lightdm (0.4.2-0ubuntu1) oneiric; urgency=low
1671
1672   * New upstream release
1673     - Fixes (LP: #798277)
1674   * debian/lightdm.upstart:
1675     - Don't source /etc/environment or /etc/default/locale - this is done in PAM
1676   * debian/Xsession:
1677     - Handle X resource directory being empty (LP: #800193)
1678
1679  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 05 Jul 2011 15:22:12 +1000
1680
1681 lightdm (0.4.1-0ubuntu1) oneiric; urgency=low
1682
1683   * New upstream release
1684     - Fixes (LP: #793366)
1685   * debian/lightdm.conf:
1686   * debian/guest-session-cleanup.sh:
1687   * debian/guest-session-setup.sh:
1688     - Enable guest session
1689
1690  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 30 Jun 2011 17:04:25 +0100
1691
1692 lightdm (0.4.0-0ubuntu7) oneiric; urgency=low
1693
1694   * debian/Xsession:
1695     - Correctly load Xresources (LP: #800193)
1696
1697  -- Robert Ancell <robert.ancell@canonical.com>  Mon, 27 Jun 2011 09:43:49 +0100
1698
1699 lightdm (0.4.0-0ubuntu6) oneiric; urgency=low
1700
1701   * debian/Xsession:
1702     - Set required variables to make Xsession.d scripts work (LP: #800192)
1703
1704  -- Robert Ancell <robert.ancell@canonical.com>  Mon, 27 Jun 2011 00:03:12 +1000
1705
1706 lightdm (0.4.0-0ubuntu5) oneiric; urgency=low
1707
1708   * debian/lightdm.lightdm-autologin.pam, debian/rules:
1709     - Actually install autologin PAM configuration (LP: #797669).
1710
1711  -- Colin Watson <cjwatson@ubuntu.com>  Fri, 17 Jun 2011 12:52:33 +0100
1712
1713 lightdm (0.4.0-0ubuntu4) oneiric; urgency=low
1714
1715   * debian/control: don't depends on gnome-icon-theme-full, the purpose of the
1716     binary is to not be installed by default, icons should be moved rather
1717
1718  -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 17 Jun 2011 11:28:05 +0200
1719
1720 lightdm (0.4.0-0ubuntu3) oneiric; urgency=low
1721
1722   * debian/control:
1723     - Make GTK greeters depend on gnome-icon-theme-full (LP: #796793)
1724   * debian/Xsession:
1725   * debian/lightdm.conf:
1726     - Load profile and X resources when running session (LP: #794315)
1727       (LP: #795083)
1728
1729  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 17 Jun 2011 15:26:59 +1000
1730
1731 lightdm (0.4.0-0ubuntu2) oneiric; urgency=low
1732
1733   * debian/copyright:
1734     - Drop copyright reference to obsolete ck-connector.[ch]
1735   * debian/patches/02_disable_tests.patch:
1736     - Disable regression tests as they're not running on the buildd's correctly
1737
1738  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 17 Jun 2011 13:55:12 +1000
1739
1740 lightdm (0.4.0-0ubuntu1) oneiric; urgency=low
1741
1742   * New upstream release
1743   * debian/control:
1744     - Add build-depends on dbus for regression tests
1745     - lightdm pre-depends on dpkg (>= 1.15.7.2) to get dpkg-maintscript-helper
1746       support
1747     - Drop build-depends on libdbus-glib-1-dev, libck-connector-dev
1748   * debian/lightdm.conf:
1749     - Update to latest format
1750   * debian/lightdm.postinst:
1751   * debian/lightdm.postrm:
1752   * debian/lightdm.preinst:
1753     - Move config file from /etc/lightdm.conf to /etc/lightdm/lightdm.conf
1754   * debian/lightdm-autologin.pam:
1755     - Add autologin PAM session
1756   * debian/patches/01_resize_grip.patch:
1757     - Don't show resize grip on window
1758   * debian/patches/01_handle_all_signals.patch:
1759   * debian/patches/02_process_exit.patch:
1760     - Applied upstream
1761
1762  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 17 Jun 2011 12:31:14 +1000
1763
1764 lightdm (0.3.7-0ubuntu2) oneiric; urgency=low
1765
1766   * debian/control:
1767     - Add ${python:Depends} and required dependencies for
1768       lightdm-greeter-example-python-gtk package (LP: #787409)
1769   * debian/patches/01_handle_all_signals.patch:
1770     - Correctly handle signals from external processes (LP: #789389)
1771   * debian/patches/02_process_exit.patch:
1772     - Fix crash when child processes quit (LP: #795050)
1773
1774  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 10 Jun 2011 16:24:56 +1000
1775
1776 lightdm (0.3.7-0ubuntu1) oneric; urgency=low
1777
1778   * New upstream release
1779
1780  -- Robert Ancell <robert.ancell@canonical.com>  Mon, 30 May 2011 20:22:39 +1000
1781
1782 lightdm (0.3.6-0ubuntu1) oneiric; urgency=low
1783
1784   * New upstream release
1785   * debian/lightdm.conf:
1786     - Start display on active VT
1787
1788  -- Robert Ancell <robert.ancell@canonical.com>  Mon, 30 May 2011 16:43:37 +1000
1789
1790 lightdm (0.3.5-0ubuntu1) oneiric; urgency=low
1791
1792   * New upstream release
1793
1794  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 24 May 2011 15:38:04 +1000
1795
1796 lightdm (0.3.4-0ubuntu1) oneiric; urgency=low
1797
1798   * New upstream release
1799
1800  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 20 May 2011 14:56:09 +1000
1801
1802 lightdm (0.3.3-0ubuntu1) natty; urgency=low
1803
1804   * New upstream release
1805   * debian/lightdm-greeter-example-gtk.install:
1806     - Install .ui file
1807
1808  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 10 May 2011 17:45:50 +0200
1809
1810 lightdm (0.3.2-0ubuntu1) natty; urgency=low
1811
1812   * New upstream release:
1813   * debian/lightdm-greeter-*.install:
1814     - Use new binary names
1815   * debian/lightdm.conf:
1816     - Start display on VT 7
1817
1818  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 21 Apr 2011 15:31:24 +1000
1819
1820 lightdm (0.3.0-0ubuntu1) natty; urgency=low
1821
1822   * New upstream release
1823   * debian/control:
1824     - Add build-depends on valac
1825     - Drop build-depends on libwebkitgtk-dev
1826     - Rename gir1.0-lightdm-0 to gir1.2-lightdm-0
1827     - Webkit engine and theme dropped
1828     - Merge theme and engines into one package
1829     - Add vala-gtk, python-gtk and qt greeters
1830
1831  -- Robert Ancell <robert.ancell@canonical.com>  Sat, 16 Apr 2011 18:22:50 +1000
1832
1833 lightdm (0.2.3-0ubuntu2) natty; urgency=low
1834
1835   * debian/control:
1836     - Fix Vcs-Bzr link
1837
1838  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 14 Jan 2011 14:44:48 -0600
1839
1840 lightdm (0.2.3-0ubuntu1) natty; urgency=low
1841
1842   * New upstream release
1843   * debian/control:
1844     - Build depend on libwebkitgtk-dev
1845
1846  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 14 Jan 2011 14:39:15 -0600
1847
1848 lightdm (0.2.2-0ubuntu2) natty; urgency=low
1849
1850   * debian/copyright:
1851     - Update copyright for liblightdm-gobject and liblightdm-qt
1852
1853  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 15 Dec 2010 10:16:16 +1100
1854
1855 lightdm (0.2.2-0ubuntu1) natty; urgency=low
1856
1857   * New upstream release
1858   * debian/copyright:
1859     - Update copyright for src/ck-connector.[ch]
1860   * debian/liblightdm-gobject-0-dev:
1861     - .vapi file has moved location
1862   * debian/lightdm.upstart:
1863     - Tidy up upstart config
1864   * debian/rules:
1865     - Compile with --with-greeter-user=lightdm
1866
1867  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 09 Dec 2010 11:45:44 +1100
1868
1869 lightdm (0.2.1-0ubuntu1) natty; urgency=low
1870
1871   [ Julien Lavergne ]
1872   * debian/lightdm.{config,pam,postinst,postrm,prerm,upstart,init}
1873    - Add configuration based on gdm and xdm ones.
1874   * debian/rules:
1875    - Use dh_installinit --no-start
1876    - Remove .la and .a files.
1877    - Pass --list-missing to dh_install.
1878    - Don't use --with quilt with format 3.0.
1879    - Use with autoreconf.
1880   * debian/control:
1881    - Add myself to Uploaders, and use ubuntu address for Maintainer.
1882    - Build-depends on dh-autoreconf and gtk-doc-tools
1883    - Improve the description.
1884    - Add depends on libpam-runtime (>= 0.76-14) and libpam-modules for pam
1885      support.
1886    - Add depends on adduser.
1887    - Provides x-display-manager.
1888    - Add depends on libglib2.0-dev, libdbus-glib-1-dev and libxklavier-dev for
1889      libldmgreeter-dev.
1890   * debian/libldmgreeter-dev.install:
1891    - Install .so
1892   * debian/lightdm.install
1893    - Install conf file for DBus.
1894   * debian/lightdm.dirs
1895    - Add /var directories for logs, and cache.
1896   * debian/po & debian/lightdm.template:
1897    - Add translations for display manager switch.
1898   * debian/copyright:
1899    - Update address for source code and copyright for debian/.
1900   * debian/lightdm.conf:
1901    - Sync with upstream modification.
1902   * debian/lightdm.manpages
1903    - Add the upstream manpage.
1904
1905   [ Robert Ancell ]
1906   * New upstream release
1907   * Rename from libldmgreeter to liblightdm
1908   * debian/control:
1909     - Use ubuntu-desktop Bzr link
1910   * debian/gir1.0-lightdm-0.install:
1911     - Install typelib into correct package
1912   * debian/lightdm.postinst:
1913   * debian/lightdm.postrm:
1914     - Create lightdm user
1915
1916  -- Robert Ancell <robert.ancell@canonical.com>  Wed, 01 Dec 2010 08:40:37 +1100
1917
1918 lightdm (0.2.0-0ubuntu1) maverick; urgency=low
1919
1920   * New upstream release
1921   * debian/control:
1922     - Use standards version 3.9.1
1923   * debian/lightdm.conf:
1924   * debian/rules:
1925     - Make an Ubuntu specific default config file
1926
1927  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 12 Nov 2010 13:58:43 +1100
1928
1929 lightdm (0.1.2-0ubuntu2) maverick; urgency=low
1930
1931   * debian/lightdm-theme-gnome.install:
1932   * debian/lightdm-theme-webkit.install:
1933     - Fix install location of themes
1934
1935  -- Robert Ancell <robert.ancell@canonical.com>  Tue, 12 Oct 2010 15:52:24 +1100
1936
1937 lightdm (0.1.2-0ubuntu1) maverick; urgency=low
1938
1939   * New upstream release
1940
1941  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 10 Sep 2010 16:57:49 +1000
1942
1943 lightdm (0.1.1-0ubuntu1) maverick; urgency=low
1944
1945   * New upstream release
1946
1947  -- Robert Ancell <robert.ancell@canonical.com>  Sat, 14 Aug 2010 22:06:43 +1000
1948
1949 lightdm (0.1.0-0ubuntu2) maverick; urgency=low
1950
1951   * debian/lightdm-theme-gnome.install:
1952     - Install gnome theme data
1953
1954  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 22 Jul 2010 22:17:46 +0200
1955
1956 lightdm (0.1.0-0ubuntu1) maverick; urgency=low
1957
1958   * New upstream release
1959
1960  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 22 Jul 2010 21:57:35 +0200
1961
1962 lightdm (0.0.4-0ubuntu1) maverick; urgency=low
1963
1964   * New upstream release
1965   * debian/control:
1966     - Build-depend on libxdmcp-dev, libxcb1-dev
1967     - Use standards-version 3.9.0
1968
1969  -- Robert Ancell <robert.ancell@canonical.com>  Fri, 16 Jul 2010 10:12:40 +1000
1970
1971 lightdm (0.0.3-0ubuntu2) maverick; urgency=low
1972
1973   * debian/control:
1974     - Build-depend on libxklavier-dev
1975
1976  -- Robert Ancell <robert.ancell@canonical.com>  Sat, 10 Jul 2010 15:33:57 +1000
1977
1978 lightdm (0.0.3-0ubuntu1) maverick; urgency=low
1979
1980   * New upstream release
1981     - Wait for signal from X server before starting session
1982     - Add language API
1983     - Add keyboard layout API
1984     - Add gettext support to the WebKit greeter
1985
1986  -- Robert Ancell <robert.ancell@canonical.com>  Sat, 10 Jul 2010 14:07:26 +1000
1987
1988 lightdm (0.0.2-0ubuntu1maverick1) maverick; urgency=low
1989
1990   * New upstream release:
1991     - Fix installation of D-Bus service file
1992     - Allow DISPLAY env variable to be passed to X server so can run Xephyr
1993     - Handle no automatic login in webkit theme
1994   * debian/control:
1995     - Remove invalid ${shlibs:Depends} lines on binary free packages
1996   * debian/watch:
1997     - Update watch location
1998
1999  -- Robert Ancell <robert.ancell@canonical.com>  Thu, 01 Jul 2010 11:47:58 +1000
2000
2001 lightdm (0.0.1-0ubuntu1) maverick; urgency=low
2002
2003   * Initial release
2004
2005  -- Robert Ancell <robert.ancell@canonical.com>  Sun, 27 Jun 2010 11:14:01 +1000