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