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