Package: release-notes Severity: normal Hi,
please consider applying the attached patch to the release notes which adds a section about systemd to what's new. Cheers, Michael -- System Information: Debian Release: 7.0 APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.8-trunk-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: en/whats-new.dbk =================================================================== --- en/whats-new.dbk (Revision 10039) +++ en/whats-new.dbk (Arbeitskopie) @@ -458,6 +458,30 @@ </section> +<section id="systemd"> + <title>systemd</title> + <para> + &debian; &release; introduces preliminary support for systemd, a modern + init system with advanced monitoring, logging and service management + capabilities. + </para> + <para> + While it is designed as a drop-in sysvinit replacement and as such makes + use of the existing SysV init scripts, the + <systemitem role="package">systemd</systemitem> package can be installed + safely alongside sysvinit and started via the + <literal>init=/bin/systemd</literal> kernel option. + To utilize the features provided by systemd, about 50 packages already + provide native systemd support, among them core packages like udev, dbus + and rsyslog. + </para> + <para> + systemd is shipped as a technology preview in &debian; &release;. + For more information on this topic, see the Debian + <ulink url="http://wiki.debian.org/systemd">wiki</ulink>. + </para> +</section> + <!-- Copied from http://wiki.debian.org/NewInWheezy --> <section id="multimedia"> <title>Multimedia</title>

