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