]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - debian/changelog
debian/lightdm-greeter-session: Don't launch another session D-Bus if one
[sojka/lightdm.git] / debian / changelog
index a39bdb2debc90186ffc5fa27f05ab8a47e459137..95233835c78e74d2e3e20ea081d408e2946c7eae 100644 (file)
-lightdm (1.17.0-0ubuntu1) UNRELEASED; urgency=medium
+lightdm (1.20.0-0ubuntu2) UNRELEASED; urgency=medium
+
+  * debian/lightdm-greeter-session: Don't launch another session D-Bus if one
+    is already running (usually from dbus-user-session).
+
+ -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 25 Oct 2016 21:22:51 +0200
+
+lightdm (1.20.0-0ubuntu1) yakkety; urgency=medium
+
+  * New upstream release:
+    - Use stable version number (no other changes)
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Sat, 15 Oct 2016 18:14:22 +1300
+
+lightdm (1.19.5-0ubuntu1) yakkety; urgency=medium
+
+  * New upstream release:
+    - Fix errors in documentation generation
+    - Improve documentation
+    - Fix guest AppArmor profile to allow guest sessions more access to the
+      upstart session socket (LP: #1627304)
+    - Fix small memory leak in liblightdm-gobject keyboard layout code
+  * debian/control:
+    - Drop duplicate dependency on gobject-introspection
+    - Alphabetically order dependencies
+  * debian/guest-session-auto.sh:
+    - Don't show guest session dialog in MATE (LP: #1627395)
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Fri, 30 Sep 2016 14:56:00 +1300
+
+lightdm (1.19.4-0ubuntu1) yakkety; urgency=medium
+
+  * New upstream release:
+    - Fix various issues in new in-session greeter code
+    - Fix user list memory management exposed by use of in-session greeters
+    - Fix some spurious warnings in the log
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Fri, 12 Aug 2016 11:07:57 +1200
+
+lightdm (1.19.3-0ubuntu1) yakkety; urgency=medium
 
   * New upstream release:
-    - Don't backup system log files to *.old when starting. Handling of these
-      log files is now left to the system (e.g., through logrotate).
+    - Fix in-session greeters not working for greeter logins
+  * debian/control:
+    - Use standards version 3.9.8
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Tue, 12 Jul 2016 10:10:41 +1200
+
+lightdm (1.19.2-0ubuntu1) yakkety; urgency=medium
+
+  * New upstream release:
+    * Add support for greeters running inside sessions. This is enabled by
+      setting X-LightDM-Allow-Greeter inside the session .desktop file.
+      The session can then use liblightdm to connect one greeter to the
+      daemon. The communication is done using a socket
+      (/var/run/lightdm/<user>/greeter-socket) that is accessible to any
+      process run by that user. Consider controlling access to this socket
+      using a MAC system such as AppArmor. (LP: #1582242)
+    * Report errors for all liblightdm methods. This will require existing
+      greeters to update their API usage. The ABI is unchanged.
+    * Handle EAGAIN correctly when daemons communicate with the daemon.
+    * Drop support for mir-container sessions - no-one ever used these.
+  * debian/liblightdm-gobject-1-0.symbols:
+    - Updated
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Wed, 29 Jun 2016 15:29:17 +1200
+
+lightdm (1.19.1-0ubuntu1) yakkety; urgency=medium
+
+  * New upstream release:
+  * debian/lightdm.dirs:
+    - Rename "xlocal" seat type to "local". Using "xlocal" will continue to work
+      but report a warning.
+    - Ensure user configuration directories /etc/lightdm/lightdm.conf.d and
+      /etc/guest-session exist
+    - Use MIR_SERVER_HOST_SOCKET instead of MIR_SOCKET to report compositor
+      socket to sessions. This used to work but no longer works in Mir 0.21
+      (LP: #1583624)
+    - Allow XMir to run on the xlocal seat using the new x-server-backend=mir
+      option
+    - Use only a single compositor on local seats (LP: #1594229)
+    - Fix Mir greeter log filename having "(null)" in the name (LP: #1590582)
+    - Copy fcitx/mozc rules so session works when these aren't installed
+      (LP #1581187)
+    - Revert lxsession change - it caused the AppArmor to fail to compile
+  * debian/rules:
+    - Revert dh_installinit change - we don't want to start LightDM on install
+      (LP: #1581106)
+  * debian/guest-account.sh:
+  * debian/guest-session-setup.sh:
+    - Source prefs.sh as privileged user to allow user modification
+      (LP: #1581853)
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Mon, 20 Jun 2016 16:18:36 +1200
+
+lightdm (1.19.0-0ubuntu1) yakkety; urgency=medium
+
+  * New upstream release:
+    - Use /dev/tty0 instead of /dev/console for VT operations (LP: #1566073)
+    - Don't quit on SIGUSR1, SIGUSR2 or SIGHUP (LP: #960157)
+    - Improve XDMCP IPv6 address selection (LP: #1575200)
+    - Set XDMCP hostname field in to system hostname or configured value
+      (LP: #1578442)
+    - Allow fcitx and mozc to run in guest session (LP: #1509829)
+    - Fix lxsession running in guest session
+    - Drop support for legacy XMir
+    - Fix g_spawn compiler warning
+  * debian/rules:
+    - Fix usage of dh_installinit (LP: #1292990)
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Thu, 05 May 2016 12:23:45 +1200
+
+lightdm (1.18.0-0ubuntu2) xenial; urgency=medium
+
+  * debian/control:
+    - Set libaudit and plymouth dependencies to linux-any (LP: #1563036)
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Tue, 29 Mar 2016 12:05:24 +1300
+
+lightdm (1.18.0-0ubuntu1) xenial; urgency=medium
+
+  * New upstream release:
+    - Small documentation fixes
+  * debian/guest-account.sh:
+    - More forcibly remove guest sessions so they don't remain after logout
+      (LP: #1556516)
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Wed, 23 Mar 2016 15:09:54 +1300
+
+lightdm (1.17.6-0ubuntu1) xenial; urgency=medium
+
+  * New upstream release:
+    - Don't write $DISPLAY into tty line in utmp/btmp. (LP: #1380364)
+  * debian/guest-account.sh:
+  * debian/guest-session.profile:
+  * debian/rules:
+    - Don't overwrite .profile file from skeleton session, append it instead
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Tue, 15 Mar 2016 15:47:08 +1300
+
+lightdm (1.17.5-0ubuntu2) xenial; urgency=medium
+
+  * debian/control:
+    - Fix liblightdm-qt5-3-dev to depend on qtbase5-dev, not libqt4-dev
+
+ -- Michael Terry <mterry@ubuntu.com>  Wed, 03 Feb 2016 13:45:53 -0500
+
+lightdm (1.17.5-0ubuntu1) xenial; urgency=medium
+
+  * New upstream release:
+    - Set XDG_RUNTIME_DIR for ConsoleKit sessions. This is a recent change in
+      ConsoleKit2.
+  * debian/lightdm.postrm:
+    - Don't remove the lightdm user home directory on purge since we no longer
+      remove the user account. (LP: #1540933)
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Wed, 03 Feb 2016 12:55:04 +1300
+
+lightdm (1.17.4-0ubuntu1) xenial; urgency=medium
+
+  * New upstream release:
+    - Add support for g_autoptr and liblightdm-gobject
+    - Fix dm-tool add-local-seat not working because LightDM is trying to
+      connect with TCP/IP (LP: #1529454)
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Mon, 25 Jan 2016 17:13:18 +1300
+
+lightdm (1.17.3-0ubuntu1) xenial; urgency=medium
+
+  * New upstream release:
+    - Don't enable the hardware cursor in Unity System Compositor anymore.
+      Unity 8 now correctly provides its own cursor and other shells should too
+      (LP: #1517615)
+  * debian/guest-session.profile:
+    - Fix guest session dialog sleep (LP: #1526004)
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Thu, 17 Dec 2015 13:12:24 +1300
+
+lightdm (1.17.2-0ubuntu1) xenial; urgency=medium
+
+  * New upstream release:
+    - Handle XDMCP Request packet with no addresses. (LP: #1516831)
+    - Don't start LightDM if the XDMCP server is configured with a key that
+      doesn't exist. (LP: #1517685)
+    - Add IP addresses to XDMCP log messages.
+    - Refactor XDMCP error handling.
+    - Add more XDMCP tests.
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Fri, 20 Nov 2015 15:34:08 +1300
+
+lightdm (1.17.1-0ubuntu2) xenial; urgency=medium
+
+  * debian/guest-session-setup.sh:
+    - don't error out if there is no prefs.sh configuration,
+      should fix the guest session not starting in xenial (lp: #1515704)
+
+ -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 13 Nov 2015 11:52:06 +0100
+
+lightdm (1.17.1-0ubuntu1) xenial; urgency=medium
+
+  * New upstream release:
+    - Add a backup-logs option that can be used to disable existing logging
+      files having a .old suffix added to them.
+    - Add LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT and
+      LC_IDENTIFICATION variables to the list of inherited locale variables.
+      (LP: #1511259)
+    - Implement XDMCP ForwardQuery. (LP: #1511545)
+    - Fix small memory leak in XDMCP logging code. 
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Tue, 03 Nov 2015 16:28:54 +1300
+
+lightdm (1.17.0-0ubuntu1) xenial; urgency=medium
+
+  * New upstream release:
+    - Disable log backups - this interferes with logrotate.
+    - Support using libaudit to generate audit events.
+    - Handle trailing whitespace on boolean values in configuration.
+    - Update example configuration to more correctly match allowed options.
+    - Fix unnecessary X server from being launched when locking seats.
+    - Check the version of the X server we are running so we correctly pass
+      -listen tcp when required.
+    - Allow reading /proc/<PID>/net/dev from within a guest session.
+      (LP: #1442609)
+    - Allow guest sessions to write in /{,var/}run/screen folder.
+      (LP: #1442611)
+    - Update guest-session AppArmor profile to be suitable for openSUSE.
+    - Fix apparmor profiles for running Chromium in guest sessions.
+      (LP: #1504049, LP: #1464958)
+    - Fix configure failing without Vala installed.
   * Build with multi-arch
-  * debian/patches/xorg-1.17.patch:
-    - Fix xserver-allow-tcp=true option not working with X.org 1.17
-  * data/apparmor/abstractions/lightdm_chromium-browser: cgroups support for
-    guest sessions. (LP: #1504049, LP: #1464958)
   * debian/lightdm.logrotate:
     - Use logrotate to handle log files placed in the default system log
       directory (/var/log/lightdm).
+  * debian/guest*:
+    - Optimize guest account creation, use OverlayFS of AuFS if available.
 
- -- Robert Ancell <robert.ancell@canonical.com>  Mon, 12 Oct 2015 14:57:47 +0100
+ -- Robert Ancell <robert.ancell@canonical.com>  Wed, 28 Oct 2015 15:02:46 +1300
 
 lightdm (1.16.0-0ubuntu1) wily; urgency=medium