[ubuntu/oneiric] lightdm 0.9.2-0ubuntu1 (Accepted)

Robert Ancell robert.ancell at canonical.com
Tue Jul 26 09:25:46 UTC 2011


lightdm (0.9.2-0ubuntu1) oneiric; urgency=low

  * New upstream release
    [0.9.0]
    - Fix invalid XAUTHORITY variable being set for second X server.
    - Fix bug where switching users created X servers without VTs
    - Release a VT when the X server on it stops
    - Greeters are now just standard X sessions that are stored in
      /usr/share/xgreeters.
    - Drop most of the configure options, they aren't necessary
    - Config changes:
      - Major reorginisation of configuration to make it easier to configure and
        understand.  Users should set [SeatDefaults] section with settings for
        all seats, and can override each setting in a per seat configuration.
      - Default seats are now specified using a [Seat:<name>] section.  If no
        seats are specified then one is started.  This can be overridden by
        setting start-default-seat=false in [LightDM].
      - Support setting autologin user to guest account
      - Split the user accounts configuration into /etc/lightdm/users.conf so
        the  main config can be private.
      - The default user session is now "default".  Distributions should put a
        symlink to their chosen default or set one in lightdm.conf.
      - XDMCP keys now stored in keys.conf
    - liblightdm API changes:
      - Both libraries are now version 1 and have API and ABI guarantees.
      - Face images are now local paths not URIs
      - liblightdm-gobject now uses lightdm_ prefix instead of ldm_
      - Non-greeter functions are now moved out of the Greeter class
      - connect_to_server() is now called connect_sync and blocks until
        completion.
      - start_session() is now called start_session_sync and blocks until
        completion. The quit signal is removed, and the greeter should quit if
        this method returns TRUE.
      - login() is now called authenticate()
      - Greeters now have hints instead of configuration (greeters should load
        their own configuration from /etc/lightdm if they need it).
      - liblightdm-gobject uses AccountsService if it is available
      - Added regression tests for liblightdm-qt
    - D-Bus API changes:
      - Expose Seats and Sessions on org.freedesktop.DisplayManager
      - Add a CanSwitch property
      - Rename ShowGreeter() to SwitchToGreeter()
    - Greeter changes:
      - Drop "example" from the name of the GTK+ and Qt greeters and make them
        official default greeters.
      - Use GTK3 for GTK+ greeter.
      - Removed the Vala and Python GTK+ greeters, they weren't being well
        maintained.
    [0.9.1]
    - Fix up translation build system
    - Add a --with-greeter-user configure option
    - Fix greeter-user configuration not being used
    - Abort greeter if attempted to be run as root and greeter-user set
    - Fix setting session in GTK+ greeter
    [0.9.2]
    - Fix annotation and Vala bindings for getting the UserList singleton
    - Fix GTK+ greeter error label not being shown
    - Don't set SIGQUIT to ignore in child processes
    - Reworked the PAM code as ecryptfs users weren't able to log in.  They
      can now but not sure what changed to fix that!?
  * debian/control:
    - Build depend on libgtk3.0-dev, not libgtk2.0-dev
    - Drop obsolete greeters, use new ones
    - lightdm conflicts with liblightdm-gobject-1 and liblightdm-qt-1 so old
      greeters will be removed.
    - Update versions of libraries
  * debian/lightdm.conf:
    - Removed, no longer needs configuration
  * debian/patches/01_resize_grip.patch:
    - Dropped, not required anymore

Date: Tue, 26 Jul 2011 19:19:00 +1000
Changed-By: Robert Ancell <robert.ancell at canonical.com>
Maintainer: Robert Ancell <robert.ancell at ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/lightdm/0.9.2-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 26 Jul 2011 19:19:00 +1000
Source: lightdm
Binary: lightdm lightdm-gtk-greeter lightdm-qt-greeter liblightdm-gobject-1-0 gir1.2-lightdm-1 liblightdm-qt-1-0 liblightdm-gobject-1-dev liblightdm-qt-1-dev liblightdm-gobject-1-doc
Architecture: source
Version: 0.9.2-0ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Robert Ancell <robert.ancell at ubuntu.com>
Changed-By: Robert Ancell <robert.ancell at canonical.com>
Description: 
 gir1.2-lightdm-1 - Typelib file for liblightdm-1
 liblightdm-gobject-1-0 - LightDM GObject client library
 liblightdm-gobject-1-dev - LightDM client library (development files)
 liblightdm-gobject-1-doc - LightDM client library (documentation)
 liblightdm-qt-1-0 - LightDM Qt client library
 liblightdm-qt-1-dev - LightDM client library (development files)
 lightdm    - Display Manager
 lightdm-gtk-greeter - LightDM GTK+ Greeter
 lightdm-qt-greeter - LightDM Qt Greeter
Changes: 
 lightdm (0.9.2-0ubuntu1) oneiric; urgency=low
 .
   * New upstream release
     [0.9.0]
     - Fix invalid XAUTHORITY variable being set for second X server.
     - Fix bug where switching users created X servers without VTs
     - Release a VT when the X server on it stops
     - Greeters are now just standard X sessions that are stored in
       /usr/share/xgreeters.
     - Drop most of the configure options, they aren't necessary
     - Config changes:
       - Major reorginisation of configuration to make it easier to configure and
         understand.  Users should set [SeatDefaults] section with settings for
         all seats, and can override each setting in a per seat configuration.
       - Default seats are now specified using a [Seat:<name>] section.  If no
         seats are specified then one is started.  This can be overridden by
         setting start-default-seat=false in [LightDM].
       - Support setting autologin user to guest account
       - Split the user accounts configuration into /etc/lightdm/users.conf so
         the  main config can be private.
       - The default user session is now "default".  Distributions should put a
         symlink to their chosen default or set one in lightdm.conf.
       - XDMCP keys now stored in keys.conf
     - liblightdm API changes:
       - Both libraries are now version 1 and have API and ABI guarantees.
       - Face images are now local paths not URIs
       - liblightdm-gobject now uses lightdm_ prefix instead of ldm_
       - Non-greeter functions are now moved out of the Greeter class
       - connect_to_server() is now called connect_sync and blocks until
         completion.
       - start_session() is now called start_session_sync and blocks until
         completion. The quit signal is removed, and the greeter should quit if
         this method returns TRUE.
       - login() is now called authenticate()
       - Greeters now have hints instead of configuration (greeters should load
         their own configuration from /etc/lightdm if they need it).
       - liblightdm-gobject uses AccountsService if it is available
       - Added regression tests for liblightdm-qt
     - D-Bus API changes:
       - Expose Seats and Sessions on org.freedesktop.DisplayManager
       - Add a CanSwitch property
       - Rename ShowGreeter() to SwitchToGreeter()
     - Greeter changes:
       - Drop "example" from the name of the GTK+ and Qt greeters and make them
         official default greeters.
       - Use GTK3 for GTK+ greeter.
       - Removed the Vala and Python GTK+ greeters, they weren't being well
         maintained.
     [0.9.1]
     - Fix up translation build system
     - Add a --with-greeter-user configure option
     - Fix greeter-user configuration not being used
     - Abort greeter if attempted to be run as root and greeter-user set
     - Fix setting session in GTK+ greeter
     [0.9.2]
     - Fix annotation and Vala bindings for getting the UserList singleton
     - Fix GTK+ greeter error label not being shown
     - Don't set SIGQUIT to ignore in child processes
     - Reworked the PAM code as ecryptfs users weren't able to log in.  They
       can now but not sure what changed to fix that!?
   * debian/control:
     - Build depend on libgtk3.0-dev, not libgtk2.0-dev
     - Drop obsolete greeters, use new ones
     - lightdm conflicts with liblightdm-gobject-1 and liblightdm-qt-1 so old
       greeters will be removed.
     - Update versions of libraries
   * debian/lightdm.conf:
     - Removed, no longer needs configuration
   * debian/patches/01_resize_grip.patch:
     - Dropped, not required anymore
Checksums-Sha1: 
 e8ec9d23aaaf13fdd1e869b28fd0705a82eaf7dd 1584 lightdm_0.9.2-0ubuntu1.dsc
 c6ab8ddc3eb7517b16258cca36f118d7b7cc2efb 606355 lightdm_0.9.2.orig.tar.gz
 f1a07ac51432712c341203988e2e596a3625e85a 36469 lightdm_0.9.2-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 d279876346831dfe26f72b6c192eeb7ed9a778a0d2557ea0d5d25854191cea81 1584 lightdm_0.9.2-0ubuntu1.dsc
 f8ba054af613eed2d711be487be188eb3ca4b7384dfb65bdb14121f39595b361 606355 lightdm_0.9.2.orig.tar.gz
 4b6569fd9263195f8afd50c39d44b6ca51e4563ca818fd4d849549b573e0971b 36469 lightdm_0.9.2-0ubuntu1.debian.tar.gz
Files: 
 feff724dfb0396151cb2bc2e5018839c 1584 x11 optional lightdm_0.9.2-0ubuntu1.dsc
 7f5a38ab69f1f96a7ad5c17c3a5599fd 606355 x11 optional lightdm_0.9.2.orig.tar.gz
 60c51c27a04c820ab38b4fe5dff4c00a 36469 x11 optional lightdm_0.9.2-0ubuntu1.debian.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk4uhrQACgkQGOqhiQ98iC7sQACff1M9W36/FcE5OBpC9BLRZLvb
5Y0AoONKBlAmbnL4GPAMwNJMmFEgr3fc
=VSJT
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list