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