systemd (229-4ubuntu1) xenial; urgency=medium

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - Hack to support system-image read-only /etc, and modify files in
      /etc/writable/ instead.

    Upgrade fixes, keep until 16.04 LTS release:
    - systemd Conflicts/Replaces/Provides systemd-services.
    - Remove obsolete systemd-logind upstart job.
    - Clean up obsolete /etc/udev/rules.d/README.
    - systemd.postinst: Migrate mountall specific fstab options to standard
      util-linux "nofail" option.
    - systemctl: Don't forward telinit u to upstart. This works around
      upstart's Restart() always reexec'ing /sbin/init on Restart(), even if
      that changes to point to systemd during the upgrade. This avoids running
      systemd during a dist-upgrade. (LP: #1430479)
    - Provide shutdown fallback for upstart. (LP: #1370329)
    - Break lvm (<< 2.02.133-1ubuntu1) and remove our dummy /etc/init.d/lvm2
      on upgrades, as it's shipped by lvm2 now.
    - Make udev break on mdadm << 3.3-2ubuntu3, as udev's init script dropped
      the "Provides: raid-mdadm".
    - Clean up /var/log/udev on upgrade (which is written under upstart, but
      not under systemd). (LP: #1537211)
    - Migrate existing s390x network configuration to new names. (LP: #1526808)
    - systemd.postinst: Bump Version comparison for migrating the UTC setting
      from /etc/default/rcS to /etc/adjtime, to run it for upgrades to 16.04.
    - VMWare BIOS reports implausibly high onboard numbers. This got fixed in
      upstream commit 6c1e69f9. Migrate names in ifupdown accordingly.
      (LP: #1550539)
    - udev: Don't kill peer processes if we don't run in a cgroup. This happens
      when running under/upgrading from upstart. udevd and everything else run
      in the root hierarchy on all controllers then, and the alleged cleanup of
      "our" cgroup becomes a system-wide killing spree. (LP: #1555237)

systemd (229-4) unstable; urgency=medium

  * Fix assertion crash when processing a (broken) device without a sysfs
    path. (Closes: #819290, LP: #1560695)
  * Fix crash when shutdown is issued from a non-tty. (LP: #1553040)
  * networkd: Stay running while any non-loopback interface is up.
    (Closes: #819414)
  * Fix reading uint32 D-Bus properties on big-endian.
  * Fix crash if an udev device has many tags or devlinks. (LP: #1564976)
  * systemctl, loginctl, etc.: Don't start polkit agent when running as root.
    (LP: #1565617)
  * keymap: Add Add HP ZBook (LP: #1535219) and HP ProBook 440 G3.
  * systemd.resource-control.5: Fix links to cgroup documentation on
    kernel.org. (Closes: #819970)
  * Install test-udev into libudev-dev, so that we have it available for
    autopkgtests.
  * Add "udev" autopkgtest for running the upstream test/udev-test.pl.

Date: Thu, 07 Apr 2016 09:53:25 +0200
Changed-By: Martin Pitt <martin.p...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/systemd/229-4ubuntu1
Format: 1.8
Date: Thu, 07 Apr 2016 09:53:25 +0200
Source: systemd
Binary: systemd systemd-sysv systemd-container systemd-journal-remote 
systemd-coredump libpam-systemd libnss-myhostname libnss-mymachines 
libnss-resolve libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb 
libudev1-udeb systemd-dbg
Architecture: source
Version: 229-4ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Martin Pitt <martin.p...@ubuntu.com>
Description:
 libnss-myhostname - nss module providing fallback resolution for the current 
hostname
 libnss-mymachines - nss module to resolve hostnames for local container 
instances
 libnss-resolve - nss module to resolve names via systemd-resolved
 libpam-systemd - system and service manager - PAM module
 libsystemd-dev - systemd utility library - development files
 libsystemd0 - systemd utility library
 libudev-dev - libudev development files
 libudev1   - libudev shared library
 libudev1-udeb - libudev shared library (udeb)
 systemd    - system and service manager
 systemd-container - systemd container/nspawn tools
 systemd-coredump - tools for storing and retrieving coredumps
 systemd-dbg - system and service manager (debug symbols)
 systemd-journal-remote - tools for sending and receiving remote journal logs
 systemd-sysv - system and service manager - SysV links
 udev       - /dev/ and hotplug management daemon
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Closes: 819290 819414 819970
Launchpad-Bugs-Fixed: 1370329 1430479 1526808 1535219 1537211 1550539 1553040 
1555237 1560695 1564976 1565617
Changes:
 systemd (229-4ubuntu1) xenial; urgency=medium
 .
   * Merge with Debian unstable. Remaining Ubuntu changes:
     - Hack to support system-image read-only /etc, and modify files in
       /etc/writable/ instead.
 .
     Upgrade fixes, keep until 16.04 LTS release:
     - systemd Conflicts/Replaces/Provides systemd-services.
     - Remove obsolete systemd-logind upstart job.
     - Clean up obsolete /etc/udev/rules.d/README.
     - systemd.postinst: Migrate mountall specific fstab options to standard
       util-linux "nofail" option.
     - systemctl: Don't forward telinit u to upstart. This works around
       upstart's Restart() always reexec'ing /sbin/init on Restart(), even if
       that changes to point to systemd during the upgrade. This avoids running
       systemd during a dist-upgrade. (LP: #1430479)
     - Provide shutdown fallback for upstart. (LP: #1370329)
     - Break lvm (<< 2.02.133-1ubuntu1) and remove our dummy /etc/init.d/lvm2
       on upgrades, as it's shipped by lvm2 now.
     - Make udev break on mdadm << 3.3-2ubuntu3, as udev's init script dropped
       the "Provides: raid-mdadm".
     - Clean up /var/log/udev on upgrade (which is written under upstart, but
       not under systemd). (LP: #1537211)
     - Migrate existing s390x network configuration to new names. (LP: #1526808)
     - systemd.postinst: Bump Version comparison for migrating the UTC setting
       from /etc/default/rcS to /etc/adjtime, to run it for upgrades to 16.04.
     - VMWare BIOS reports implausibly high onboard numbers. This got fixed in
       upstream commit 6c1e69f9. Migrate names in ifupdown accordingly.
       (LP: #1550539)
     - udev: Don't kill peer processes if we don't run in a cgroup. This happens
       when running under/upgrading from upstart. udevd and everything else run
       in the root hierarchy on all controllers then, and the alleged cleanup of
       "our" cgroup becomes a system-wide killing spree. (LP: #1555237)
 .
 systemd (229-4) unstable; urgency=medium
 .
   * Fix assertion crash when processing a (broken) device without a sysfs
     path. (Closes: #819290, LP: #1560695)
   * Fix crash when shutdown is issued from a non-tty. (LP: #1553040)
   * networkd: Stay running while any non-loopback interface is up.
     (Closes: #819414)
   * Fix reading uint32 D-Bus properties on big-endian.
   * Fix crash if an udev device has many tags or devlinks. (LP: #1564976)
   * systemctl, loginctl, etc.: Don't start polkit agent when running as root.
     (LP: #1565617)
   * keymap: Add Add HP ZBook (LP: #1535219) and HP ProBook 440 G3.
   * systemd.resource-control.5: Fix links to cgroup documentation on
     kernel.org. (Closes: #819970)
   * Install test-udev into libudev-dev, so that we have it available for
     autopkgtests.
   * Add "udev" autopkgtest for running the upstream test/udev-test.pl.
Checksums-Sha1:
 7dba727f54d580289155a5918957eef5d32d1a13 4180 systemd_229-4ubuntu1.dsc
 8cb442546b583368bce8360ad875dfb7a5d6f403 141572 
systemd_229-4ubuntu1.debian.tar.xz
Checksums-Sha256:
 1f5c4148282da6353a45d986b01d78a3026e3da1bbf8ebac92b2c0307e2deecf 4180 
systemd_229-4ubuntu1.dsc
 531c9ea6c578bef1a506185edb6960e0bcd323bf24d62786e4503ddd3fd177e3 141572 
systemd_229-4ubuntu1.debian.tar.xz
Files:
 37f380e14d888bbdc915e00ae5276bf7 4180 admin optional systemd_229-4ubuntu1.dsc
 d589324a6bf5229ff05ebda54ee2c7e4 141572 admin optional 
systemd_229-4ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers 
<pkg-systemd-maintain...@lists.alioth.debian.org>
-- 
Xenial-changes mailing list
Xenial-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xenial-changes

Reply via email to