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