From 753acdc678a536cfe38462c0c0a95e25ebfeabb8695a8acf1760abe4cfd9cdc6 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 8 Jan 2011 20:00:57 +0000 Subject: [PATCH] version 16 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=104 --- systemd-15.tar.bz2 | 3 --- systemd-16.tar.bz2 | 3 +++ systemd.changes | 46 ++++++++++++++++++++++++++++++++++++++++++++++ systemd.spec | 4 ++-- 4 files changed, 51 insertions(+), 5 deletions(-) delete mode 100644 systemd-15.tar.bz2 create mode 100644 systemd-16.tar.bz2 diff --git a/systemd-15.tar.bz2 b/systemd-15.tar.bz2 deleted file mode 100644 index 1830f317..00000000 --- a/systemd-15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:414f2c94256aebaaceddef8dba1410026f4dd29d3e056be544dd44bcad01d1e8 -size 765361 diff --git a/systemd-16.tar.bz2 b/systemd-16.tar.bz2 new file mode 100644 index 00000000..92d480c1 --- /dev/null +++ b/systemd-16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35f25cf6815b7f010718b51abd491fd83ed0ce7d3c7210702e6eb5c0d96873b +size 768175 diff --git a/systemd.changes b/systemd.changes index 9199183f..f886eb74 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Sat Jan 8 19:25:40 CET 2011 - kay.sievers@novell.com + +- version 16 + - device: don't warn if we cannot bump the udev socket buffer + - logger: when passing on PID info, fall back to our own if + originating process is already gone + - service: don't hit an assert if information in LSB headers is + incorrectly formatted + - execute,util: fix two small memory leaks + - getty: unset locale before execution + - execute: drop empty assignments from env blocks on execution + but keep them around otherwise to make them visible + - umount: don't try to detach the dm device the root dir is on, + to minimize warning messages + - locale: fix variable names + - fragment: allow prefixing of the EnvironmentFile= + path with - to ignore errors + - util: don't pass invalid fd to fdopendir() on error to avoid + corruption of errno + - tmpfiles: nicer message when two or more conflicting lines + are configured for the same file + - fragment: properly handle quotes in assignments in + EnvironmentFile= files + - sysctl: don't warn if sysctls are gone + - readahead: ignore if files are removed during collection or + before replay + - serial: use TERM=vt100 instead of TERM=vt100-nav + - cryptsetup: call mkswap on dm device, not on source device + - mount-setup: mount /dev/pts with mode=620,gid=5 by default + and make GID overridable via configure switch + - systemctl: implement auto-pager a la git + - shutdown: drop redundant sync() invocation + - util: invoke sync() implicitly on freeze() + - tmpfiles: do no follow symlinks when cleaning up dirs + +------------------------------------------------------------------- +Mon Dec 27 22:15:41 CET 2010 - kay.sievers@novell.com + +- new snapshot + - pam: do not sort user sessions into their own cgroups in + the 'cpu' hierarchy + - mount-setup: drop noexec flag from default mount options + for /dev/shm + - systemd.pc: change 'session' to 'user' + ------------------------------------------------------------------- Thu Dec 16 16:52:04 CET 2010 - kay.sievers@novell.com diff --git a/systemd.spec b/systemd.spec index 8e3e919e..c72aa8b1 100644 --- a/systemd.spec +++ b/systemd.spec @@ -20,8 +20,8 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd -Version: 15 -Release: 4 +Version: 16 +Release: 1 License: GPLv2+ Group: System/Base Summary: A System and Session Manager