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