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