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