]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - NEWS
Releasing 1.5.2
[sojka/lightdm.git] / NEWS
1 Overview of changes in lightdm 1.5.2
2
3     * Fix stale X server being left behind when using LockSession D-Bus API
4     * Adjust AppArmor profile to also work with logind
5     * Don't use GIO to access X authority files - it uses GVFS which is
6       unnecessary overhead/complexity
7     * Handle over/underflows when reading from greeter
8     * Improve warning message when XDMCP packet has length mismatch
9     * Only report test command line if it fails
10     * Add more regression tests
11
12 Overview of changes in lightdm 1.5.1
13
14     * QLightDM: Add Qt5 version of the library: liblightdm-qt5-2
15     * QLightDM: Add some missing role names in UsersModel
16     * QLightDM: Add a backgroundPath role to UsersModel
17     * QLightDM: Fix potential crash in QLightDM::UsersModel closedown.
18     * Improve guest session apparmor
19     * Run each test in its own /tmp dir so they can't interfere with eachother
20     * Fix script hooks no longer working with latest glib
21     * Fix display clean up code
22
23 Overview of changes in lightdm 1.5.0
24
25     * Add man page for lightdm-set-defaults
26     * Use xzip for distribution, don't distribute old metadata
27     * Correctly check if display is active when session quits
28     * Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against it
29     * Selectively lock memory rather than calling mlockall for main daemon
30
31 Overview of changes in lightdm 1.4.1
32
33     * Fix autologin PAM configuration
34
35 Overview of changes in lightdm 1.4.0
36
37     * Correctly implement and test autologin timeouts
38     * Add greeter-show-remote-login hint
39     * Correctly annotate enums in vapi file
40     * QLightDM: Add default constructor to Qt power interface
41     * QLightDM: Expose image path in UserModel
42     * QLightDM: Add parameter to session model to show either local or remote
43       sessions
44     * Fix race conditions in tests
45
46 Overview of changes in lightdm 1.3.3
47
48     * Add a new remote session type. These sessions create a temporary local
49       account and authenticate against a remote server. The session is an
50       application that accesses that remote session (e.g. VNC, RDP etc)
51     * Support multiple simultaneous PAM prompts
52     * Set utmp ut_host field to the X display address
53     * Correctly reap unused authentication sessions
54
55 Overview of changes in lightdm 1.3.2
56
57     * Handle clearenv() not being defined
58     * Fix compilation with GCC 4.7
59     * Expose remaining properties in QLightDM::Greeter
60     * Fix utmp records being written before child process created
61
62 Overview of changes in lightdm 1.3.1
63
64     * Fix wrapper path in AppArmor profile (broken since 1.1.1)
65     * Add show-manual-login and allow-guest options to lightdm-set-defaults
66     * Don't set PAM_XDISPLAY or PAM_XAUTHDATA if not supported
67     * Add lock-memory option, enabled by default, to prevent paging memory
68       to disk.
69     * Write utmp records for sessions
70     * Install PAM configuration
71     * Run greeters inside the "lightdm-greeter" PAM service
72     * Handle setresgid and setresuid not being available
73     * Use xsession directory from lightdm.conf in liblightdm
74
75 Overview of changes in lightdm 1.2.0
76
77     * Backup .xsession-errors on login
78     * Handle failures in pam_setcred
79     * Open log files in append mode
80     * Add extra checks in liblightdm so that it doesn't send invalid messages
81       to the daemon
82     * Fix gdmflexiserver not being added to the path (broken since 1.1.4)
83     * Fix PAM conversations after authentication from locking up sessions
84     * Fix PAM informational messages locking up autologin
85     * Change XDMCP manage timeout from 10ms to 126s (maximum specified in the
86       XDMCP specification)
87
88 Overview of changes in lightdm 1.1.9
89
90     * Add --show-users/--hide-users to lightdm-set-defaults
91     * Call initgroups before pam_setcred - this allows pam_setcred to change
92       group membership correctly
93
94 Overview of changes in lightdm 1.1.8
95
96     * Handle PAM interactions that have more than one message in one callback
97
98 Overview of changes in lightdm 1.1.7
99
100     * Add a seat option greeter-allow-guest which controls if the greeter should
101       provide an option to access the guest account.
102     * Add a seat option greeter-show-manual-login which hints to a greeter if it
103       should show a manual username entry if a user list is already present.
104
105 Overview of changes in lightdm 1.1.6
106
107     * Fix session wrapper working the same as it did in 1.1.3
108
109 Overview of changes in lightdm 1.1.5
110
111     * Stop file descriptors leaking into the session processes
112
113 Overview of changes in lightdm 1.1.4
114
115     * Change session directory once user permissions are set so it works
116       on NFS filesystems that don't allow root to access files.
117     * Restructure session code so the PAM authentication is run in its
118       own process.
119     * Set PAM_XDISPLAY and PAM_XAUTHDATA pam items
120     * Don't send session stdout to .xsession-errors
121     * Fix Qt bindings crash when removing a user
122
123 Overview of changes in lightdm 1.1.3
124
125     * Actually return the system default keyboard layout, not just 'us'
126     * Add keyboard layout variants to list of keyboard layouts
127     * Check accountsservice as well as .dmrc for users' layouts
128     * Add lightdm_user_get_layouts() to query the configured list of layouts
129       on a per-user basis
130     * Add Lock D-Bus method that locks the seat and provides a hint to the
131       greeter to be in lock mode.
132     * Automatically lock sessions when switching away from them
133     * Add a has-messages property to liblightdm
134     * Add regression tests for PAM modules changing usernames
135     * Don't use g_key_file_unref, it requires glib 2.32
136
137 Overview of changes in lightdm 1.1.2
138
139     * Add regression tests for getting the user language and layout
140     * Stop accidentally distributing libsystem
141     * Fix introspection bindings not containing any methods
142     * lightdm-set-defaults can now set the autologin user
143     * Add Python greeter regression tests (representative of all introspection
144       based greeters)
145     * Wait for the VT to become active when switching to avoid a suspected
146       race condition somewhere between LightDM, X, ConsoleKit and the kernel.
147     * Stop lightdm_greeter_start_session_sync() blocking on success.
148
149 Overview of changes in lightdm 1.1.1
150
151     * Add a --disable-tests option
152     * Add note to AUTHORS file where to find author list
153     * Update build system to find moc/uic
154     * Fix non-distributed tests/src/lightdm-session
155     * Fix X sessions with arguments in Exec not working
156     * Use previous session for automatic login or if greeter does not request
157       one.
158     * Set default resolution of VNC to 1024x768, add settings for width, height,
159       depth into lightdm.conf.
160     * AppArmor profile: Fix broken gnome-keyring and dbus/gwibber, and quiesce
161       annoying kernel audit messages for privileges that we definitively do not
162       want to grant.
163     * Set LOGNAME environment variable
164     * Don't set USERNAME environment variable - this is not specified in POSIX,
165       please report if this causes any major problems.
166     * Drop privileges when reading ~/.dmrc
167     * Move the GTK+ and Qt greeters into their own projects
168     * Fix crash when quitting with newer GLib
169     * Fix crash calling lightdm_get_layout
170     * Support for reading users' backgrounds from Accounts Service
171     * Fix --debug working with new glib
172     * Support PAM requesting a change of password
173     * Update build system to work with automake 1.11.2
174     * Run tests inside their own system D-Bus, simulating ConsoleKit and
175       AccountsService
176     * Add regression test for users that have their home directory created after
177       authentication.
178     * Move lightdm-guest-session from libexec to pkglibexec directory
179
180 Overview of changes in lightdm 1.1.0
181
182     * Remove GetSeatForCookie and GetSessionForCookie D-Bus methods
183     * Switching to a user without a password bypasses the greeter
184     * Use LD_PRELOAD to intercept system calls for testing
185     * Removed the --passwd-file option as not required for testing anymore
186     * Rename test-xserver to X and remove --xserver-command option
187     * Make a test session wrapper and remove --session-wrapper option
188     * Remove unused --user-session, --greeter-session, --minimum-vt,
189       --minimum-display-number options
190     * Use 'default' as the default greeter (make a symlink)
191     * GTK greeter now initializes i18n
192     * GTK greeter now remembers last user
193     * Start authentication for automtically selected user in GTK greeter
194     * Don't resize GTK greeter on each click
195     * Start authentication when scrolling through GTK greeter entries
196     * Link liblightdm-qt against QtGui
197     * Fix liblightdm-qt crashing when face images are installed
198     * Set correct permissions on session log files
199     * Introduce a lightdm-guest-session-wrapper session command which MAC
200       systems like AppArmor and SELinux can use for attaching a restrictive
201       policy to guest sessions.
202     * Provide an AppArmor profile for guest session lockdown.
203     * Fix daemon from blocking if Accounts Service does not exist
204     * Fix greeter log file not being written
205     * Don't set LANG environment variable if using Accounts Service.
206     * Fix gdmflexiserver not working due to it not being in PATH
207     * Don't authenticate the greeter user
208     * Allow greeters to be disabled in configure flags
209     * Fix over allocation of read buffer in greeter protocol
210     * Make sure objects are cleaned up on exit
211     * Fix minor memory leaks
212     * Fix reference counting issue in ConsoleKit code
213     * Fix --enable-gtk-greeter=yes not working
214
215 Overview of changes in lightdm 1.0.0
216
217     * Explicitly grab keyboard focus in GTK greeter
218     * Fix removed power and a11y menu items in GTK greeter
219     * Put system binary directory into path when running in test mode
220     * Call pam_getenvlist after pam_setcred
221
222 Overview of changes in lightdm 0.9.8
223
224     * GetSeatForCookie and GetSessionForCookie are now deprecated.  They
225       remain for now but use the XDG_SEAT_PATH and XDG_SESSION_PATH
226       environment variables instead.
227     * Change log filenames to be unique across different display types.
228     * Fix up script hooks, add regression tests for them
229     * Complete removal of X code from the core of LightDM, so it can better
230       support various display types
231     * Add ability to set the language of a user from the greeter
232     * Set LANG variable based on the user language
233     * Add language selector into GTK greeter (disabled by default)
234     * Allow TCP/IP connections if xserver-allow-tcp is true
235     * Allow lightdm --version to be run as non-root
236     * Automatically respond to PAM messages without prompts
237     * Create 'AddLocalXSeat' D-Bus method, and require root to use 'AddSeat'
238     * Fix multi-seat configuration picking the same display number
239     * Use correct D-Bus and power interface in liblightdm-qt
240     * Run pam_setcred inside the session process so pam_group works
241     * Make sure one session is always selected in the GTK greeter
242
243 Overview of changes in lightdm 0.9.7
244
245     * Set PAM_TTY to the display name, not the tty device
246
247 Overview of changes in lightdm 0.9.6
248
249     * Only unlock displays if switched to from greeter
250     * Make log file not system readable
251     * Write ~/.Xauthority inside the session process so it cannot be hijacked
252     * Set PAM_TTY and PAM_XDISPLAY when opening PAM session
253     * Add VNC server support
254     * Do not write ~/.dmrc and ~/.Xauthority as root. [CVE-2011-3349]
255
256 Overview of changes in lightdm 0.9.5
257
258     * Use accounts service in the daemon if it is available
259     * Correctly load seat type in multi seat configuration
260     * Add display-setup, session-setup and session-cleanup scripting hooks
261     * Fix cancel button in GTK greeter
262     * Fix line through GTK greeter menu items
263     * Exit daemon if a seat fails which has exit-on-failure set to true
264     * Add HasGuestAccount property to seat D-Bus interface
265     * Fix XDMCP authorization
266     * Update man file
267
268 Overview of changes in lightdm 0.9.4
269
270     * lightdm-set-defaults enables tweaking the default session and chosen
271       greeter for lightdm. This is useful for derivatives waiting to not ship
272       the whole configuration file of lightdm
273     * Fix crash in GTK+ greeter when a user is added
274     * Move xsessions-directory and xgreeters-directory from [SeatDefaults] to
275       [LightDM].  This is a configuration break, but making it on the assumption
276       that these settings are not likely to have been overridden.
277     * Fix fallback from org.freedesktop.Accounts to passwd format
278     * Fix duplicate user entries being shown when using passwd file
279     * Add AddSeat D-Bus method for adding dynamic seats
280     * Added a dm-tool program that allows user switching and adding seats
281     * Allow remote X servers, e.g. launched using dm-tool add-nested-seat
282     * Fix bug where sessions were started when the greeter quit and the user
283       hadn't been authorized.
284     * Fix bug where sessions used the seat bus name
285     * Don't allow autologin-username to be set to empty
286     * Fix bug where PAM session was not opened before writing to home directory
287     * Fix crash when failing to write X authority
288
289 Overview of changes in lightdm 0.9.3
290
291     * Unlock ConsoleKit sessions when switching to them
292     * Add a gdmflexiserver binary that provides backwards compatibility with
293       existing sessions
294     * Set XDG_SEAT_PATH and XDG_SESSION_PATH environment variables for sessions.
295     * Always set XAUTHORITY environment variable so sudo keeps accessing the
296       correct X authority.
297     * Connect up lightdm_user_get_logged_in in liblightdm-gobject
298     * Ignore sessions that fail TryExec or are hidden
299     * Add missing home_directory User property missing in Vala bindings
300
301 Overview of changes in lightdm 0.9.2
302
303     * Fix annotation and Vala bindings for getting the UserList singleton
304     * Fix GTK+ greeter error label not being shown
305     * Don't set SIGQUIT to ignore in child processes
306     * Reworked the PAM code as ecryptfs users weren't able to log in.  They
307       can now but not sure what changed to fix that!?
308
309 Overview of changes in lightdm 0.9.1
310
311     * Fix up translation build system
312     * Add a --with-greeter-user configure option
313     * Fix greeter-user configuration not being used
314     * Abort greeter if attempted to be run as root and greeter-user set
315     * Fix setting session in GTK+ greeter
316
317 Overview of changes in lightdm 0.9.0
318
319     * Fix invalid XAUTHORITY variable being set for second X server.
320     * Fix bug where switching users created X servers without VTs
321     * Release a VT when the X server on it stops
322     * Greeters are now just standard X sessions that are stored in
323       /usr/share/xgreeters.
324     * Binaries now installed in /usr/sbin
325     * Drop most of the configure options, they aren't necessary
326     * Config changes:
327       - Major reorginisation of configuration to make it easier to configure and
328         understand.  Users should set [SeatDefaults] section with settings for
329         all seats, and can override each setting in a per seat configuration.
330       - Default seats are now specified using a [Seat:<name>] section.  If no seats
331         are specified then one is started.  This can be overridden by setting
332         start-default-seat=false in [LightDM].
333       - Support setting autologin user to guest account
334       - Split the user accounts configuration into /etc/lightdm/users.conf so the
335         main config can be private.
336       - The default user session is now "default".  Distributions should put a
337         symlink to their chosen default or set one in lightdm.conf.
338       - XDMCP keys now stored in keys.conf
339     * liblightdm API changes:
340       - Both libraries are now version 1 and have API and ABI guarantees.
341       - Face images are now local paths not URIs
342       - liblightdm-gobject now uses lightdm_ prefix instead of ldm_
343       - Non-greeter functions are now moved out of the Greeter class
344       - connect_to_server() is now called connect_sync and blocks until
345         completion.
346       - start_session() is now called start_session_sync and blocks until
347         completion. The quit signal is removed, and the greeter should quit if
348         this method returns TRUE.
349       - login() is now called authenticate()
350       - Greeters now have hints instead of configuration (greeters should load their
351         own configuration from /etc/lightdm if they need it).
352       - liblightdm-gobject uses AccountsService if it is available
353       - Added regression tests for liblightdm-qt
354     * D-Bus API changes:
355       - Expose Seats and Sessions on org.freedesktop.DisplayManager
356       - Add a CanSwitch property
357       - Rename ShowGreeter() to SwitchToGreeter()
358     * Greeter changes:
359       - Drop "example" from the name of the GTK+ and Qt greeters and make them
360         official default greeters.
361       - Use GTK3 for GTK+ greeter.
362       - Removed the Vala and Python GTK+ greeters, they weren't being well
363         maintained.
364
365 Overview of changes in lightdm 0.4.4
366
367     * Fix failure to accept XDMCP connections due to invalid assert.
368     * Allow minimum-display-number to be set in lightdm.conf and on the command
369       line.
370     * Session X authority now written to ~/.Xauthority by default.  It can be
371       configured to run from the system location by setting
372       user-authority-in-system-dir=true in lightdm.conf.
373     * When using system authority the authority can be updated by the user.
374     * Written X authority files now checks hostname and display number.
375     * Enironment is no longer passed through to X servers and sessions, this is
376       no longer required now PAM works correctly.
377     * liblightdm API changes:
378       - Drop ldm_greeter_get_is_first() - it was added for testing and doesn't
379         work well.
380     * Fix more errors where authentication messages from previous sessions could
381       be confused with new sessions.
382     * Added XDMCP regression tests.
383
384 Overview of changes in lightdm 0.4.3
385
386     * Don't replace Plymouth if it isn't running on a valid VT
387     * Allow a null username to log in with - the system will prompt for a
388       username.
389     * liblightdm API changes:
390       - Rename ldm_greeter_provide_secret to ldm_greeter_respond - responses
391         may not be secrets.
392       - show-prompt signal now has a PromptType field
393       - show-message signal now has a MessageType field and takes over
394         behaviour of show-error signal
395     * Fix error where an authentication failure from a previous session could
396       be interpreted as a failure in the current session.
397     * Simplify Vala bindings and add missing methods
398
399 Overview of changes in lightdm 0.4.2
400
401     * Fix errors communicating with PAM
402     * Fix interaction with Plytmouth.
403     * Removes the vt option in lightdm.conf, this is no longer required
404       and the active is used for the first display if Plymouth is
405       detected.  A new option minimum-vt is added to select the first
406       VT to be used for other displays.
407     * On login switch to an existing session if already logged in with that
408       username.
409     * Correctly connect up D-Bus interface for user switching
410
411 Overview of changes in lightdm 0.4.1
412
413     * Fix linking issue with -z,defs
414     * Added guest account support
415     * Restart X server if it crashes during a session
416     * Don't set language environment variables, use the daemon values
417       (system default) and leave it to ~/.profile for users to set these
418     * Change greeter library API, starting a session no longer has a language
419       option
420     * Fix greeter crash when user accounts change
421
422 Overview of changes in lightdm 0.4.0
423
424     * Fix crash when child processes quit
425     * Fix crash when catching signals
426     * Fix crash when session quits after X server
427     * Add internal checking for NULL object access
428     * Correctly handle signals from external programs (Thanks to Jason Conti)
429     * liblightdm API changes:
430       - ldm_greeter_start_authentication becomes ldm_greeter_login
431       - The existing ldm_greeter_login is now ldm_greeter_start_session
432         and the username parameter is not required.
433       - Drop ldm_greeter_get_default_layout (X controls the layout)
434     * Configuration changes:
435       - Use /etc/lightdm/lightdm.conf instead of /etc/lightdm.conf
436       - The "displays" item is now called "seats".  LightDM will fallback to
437         "displays" if "seats" is not defined, but this is deprecated and will
438         be removed by version 1.0.
439       - Make X server configuration a separate section and now has new options
440     * Automatic login users now use PAM session lightdm-autologin
441     * Use org.freedesktop.DisplayManager instead of
442       org.lightdm.LightDisplayManager for D-Bus name
443     * Add regression tests
444     * Allow many more options to be set from the command line
445
446 Overview of changes in lightdm 0.3.7
447
448     * Fix autologin broken in 0.3.3
449
450 Overview of changes in lightdm 0.3.6
451
452     * Disable Plymouth when starting
453     * Allow display vt setting to be set to "active" to start on active VT
454     * Fix login in Qt example greeter
455     * Fix typo for High Contrast menu item (GTK example greeter)
456
457 Overview of changes in lightdm 0.3.5
458
459     * Set working directory when logging in
460     * Massive improvements to Qt greeter
461     * Fix XDMCP authentication/authorization errors
462     * Have the daemon open a connection to a local X server
463     * Tidy up some debugging messages
464     
465 Overview of changes in lightdm 0.3.4
466
467     * Updates to liblightdm-qt
468     * Fix --with-cache-dir not working
469     * Set greeterdir in .pc files to point to where greeter engines should be
470       installed
471
472 Overview of changes in lightdm 0.3.3
473
474     * Don't run in test-mode if Xephyr cannot be found
475     * Fix daemon using 100% CPU after greeter quits
476     * Fix crash when users don't have GECOS data
477     * Greeters can now detect user add/remove events
478     * Fix ConsoleKit support broken with switch to GDBus
479     * Correctly clean up X processes on exit
480     * Wait for greeter to quit before running user session (fixes problem with
481       Compiz)
482
483 Overview of changes in lightdm 0.3.2
484
485     * Distribute GTK greeter .ui file
486
487 Overview of changes in lightdm 0.3.1
488
489     * Add greeter login_with_defaults method
490     * Add example to the name of all the greeters
491     * Set the configuration for the default display to use VT 7
492     * Fix the vt setting for displays, it was incorrectly named tty
493     * Fix crash when load-users is false in UserManager
494     * Fix up name of .vapi file so it can be used directly from valac
495     * Tidy up Qt library and greeter
496     * Move menubar in greeters to top of screen
497     * Fix console kit get_can_*() methods
498     * Use GtkBuilder for example GTK greeter
499
500 Overview of changes in lightdm 0.3.0
501
502     * Correctly pass environment variables through to the session
503     * Allow starting virtual terminal to be configured
504     * Replace D-Bus greeter communication with a private pipe
505     * Use GDBus instead of dbus-glib
506     * Use the engine process name instead of a hardcoded value in theme files
507     * Rename ldm_greeter_connect to ldm_greeter_connect_to_server so it doesn't
508       clash with GObject method name
509     * Rename ldm-gtk-greeter to lightdm-gtk-greeter
510     * Rename gnome theme to example-gtk-gnome
511     * Add more annotations to liblightdm-gobject
512     * Add an example PyGObject, Vala and QT greeter
513     * Generate metadata for QT libraries
514     * Move Webkit greeter into separate module
515
516 Overview of changes in lightdm 0.2.3
517
518     * Set correct linking library names in pkg-config files
519     * Handle session executables that take arguments
520
521 Overview of changes in lightdm 0.2.2
522
523     * Make default themedir work when --prefix is not passed to configure
524     * Look for face images in ~/.face and ~/.face.icon
525     * Put .vapi file in unversioned vala directory
526     * Fix compiling without QT
527     * Choose the VT to open the display on
528     * Set correct group memberships for sessions (Yves-Alexis Perez)
529     * Set permissions on xauthority file so it can only be read by the owning
530       user (Yves-Alexis Perez)
531     * Set correct permissions on ~/.dmrc (Yves-Alexis Perez)
532     * Add --enable-liblightdm-gobject, --enable-liblightdm-qt configure option
533     * Set environment variables from PAM (Yves-Alexis Perez)
534
535 Overview of changes in lightdm 0.2.1
536
537     * Use "lightdm" as default PAM service and make it configurable
538     * Rename libldmgreeter to libldmgreeter-gobject
539     * Add libldmgreeter-qt (David Edmundson)
540     * Fix gobject-introspection build
541     * Renamed libldmgreeter to liblightdm
542     * Install a .vapi file
543
544 Overview of changes in lightdm 0.2.0
545
546     * Make default user configuration per-display
547     * Only automatically login the first time
548     * Fix WebKit theme loading and automatic login
549     * Do cross fade for sessions that support it
550       (set X-LightDM-Supports-Transitions=true in their xsession file)
551     * Load user settings from ~/.dmrc
552     * Add configuration for default language/layout
553     * Change language/layout/session when user selected in GTK+ greeter
554     * Set default keyboard layout on first login
555     * Don't run all sessions throught /etc/X11/XSession - make the session
556       wrapper optional and configurable.
557     * Make pkgconfig file require libxklavier
558     * Only compile greeters if have dependencies
559     * Include ck-connector code to reduce library dependencies
560     * Add introspection.m4 to the source tree
561     * Support using no greeter user in lightdm.conf
562     * Flush writes to main log file
563     * Allow non-privilidged user to write greeter log file in /var
564     * Fix bugs stopping running greeter as priviledged user (i.e. root)
565     * Don't default to running greeters with the GDM user - it may not exist!
566
567 Overview of changes in lightdm 0.1.2
568
569     * Write PID file
570     * Make user switcher API work
571     * Add a AddDisplay D-Bus method to start new displays
572     * Feed signals to GLib main loop via a pipe
573     * Add an upstart script
574     * Make theme files more similar to existing themes
575     * Change dbus namespace from org.freedesktop.LightDisplayManager to
576       org.lightdm.LightDisplayManager
577     * Write debug log to /var/log/lightdm/lightdm.log instead of stdout.  Use
578       --debug for the previous behaviour
579     * Add exec_prefix into libldmgreeter.pc
580     * Change versioned include and pkgconfig files from 1 to 0
581     * Add themedir variable into pkgconfig file
582     * Connect language list in GTK greeter to login language
583
584 Overview of changes in lightdm 0.1.1
585
586     * Change licence of libldmgreeter from GPL to LGPL
587     * Write X server and session output to log files
588     * Set PATH, DESKTOP_SESSION, GDMSESSION and USERNAME environment variables
589     * Run sessions through Xsession
590     * Close all X servers on exit
591     * Send SIGHUP to X server when returning to greeter (makes all clients quit)
592     * Change authorization after a session ends so previous session does not get
593       access
594     * Make shutdown buttons work in GTK+ greeter
595     * Make user manager configurable
596     * Make GTK+ greeter show username entry if no user list
597     * Hide C and POSIX languages in greeter
598     * Load language and layout from .dmrc file
599
600 Overview of changes in lightdm 0.1.0
601
602     * Make --test-mode which runs as the current user
603     * Support displays acting as XDMCP terminals
604     * Support MIT-MAGIC-COOKIE-1 and XDM-AUTHORIZATION-1 authorization
605     * Support XDMCP over IPv6
606
607 Overview of changes in lightdm 0.0.4
608
609     * Support XDMCP logins
610     * Support multi-head
611     * Clean up resources on exit
612     * Create gettext instance in WebKit greeter
613
614 Overview of changes in lightdm 0.0.3
615
616     * Wait for signal from X server before starting session
617     * Add language API
618     * Add keyboard layout API
619     * Add gettext support to the WebKit greeter
620
621 Overview of changes in lightdm 0.0.2
622
623     * Fix installation of D-Bus service file
624     * Allow DISPLAY env variable to be passed to X server so can run Xephyr
625     * Handle no automatic login in webkit theme
626
627 Overview of changes in lightdm 0.0.1
628
629     * Initial release