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