- Update to new upstream release 219

* basically this is just adding the changelog

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=851
This commit is contained in:
2015-02-17 07:36:45 +00:00
committed by Git OBS Bridge
parent 06a1bb6e8b
commit 4ed33b9add
6 changed files with 65 additions and 19 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Feb 16 23:46:11 UTC 2015 - jengelh@inai.de
- Update to new upstream release 219
* systemd units can now be "unsupported" (like, for example,
.device in a containers), similar to the "skipped" state in
SUSE's prior sysvinit scripts.
* tmpfiles gained the 'v' type for creating btrfs subvolumes.
* tmpfiles gained the 'a' type for setting ACLs.
* systemd-nspawn gained new switches: --ephemeral, --template
* The /var/lib/containers location is deprecated and replaced by
/var/lib/machines.
* machinectl gained the copy-from and copy-to commands.
* machinectl now knows a "bind" command (for use with nspawn)
* new "systemd-importd" daemon to download container images and run
them as nspawn containers.
* networkd collects LLDP network announcements, if available, and
so shown in networkctl.
* The fallback terminal type was changed from "vt102" to "vt220",
allowing PgUp/PgDn keys to work.
* Pressing Ctrl-Alt-Del 7x in 2 seconds forces a umount+reboot now,
useful should the regular shutdown hang.
* Removing storage will cause systemd to unmount the associated
mountpoints so that they don't linger around.
-------------------------------------------------------------------
Mon Feb 16 11:47:04 UTC 2015 - jengelh@inai.de
@@ -19,7 +44,6 @@ Mon Feb 16 09:42:48 UTC 2015 - meissner@suse.com
- disable systemd-resolved for now as it interacts not well with
our methods and security has concerns regarding spoofing. bsc#917781
- disable netword as we use wicked.
-------------------------------------------------------------------
Tue Jan 20 11:33:59 UTC 2015 - werner@suse.de