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