<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in README</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/systemd/README</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>coredump: dump priviliges when processing system coredumps
    
    Let's add an extra-safety net and change UID/GID to the "systemd-coredump" user when processing coredumps from system
    user. For coredumps of normal users we keep the current logic of processing the coredumps from the user id the coredump
    was created under.
    
    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=87354</title>
        <description>/systemd/README - 888e378da2dbf4520e68a9d7e59712a3cd5a830f</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>README: drop link to systemd-commits ML
    
    Since we moved to github the commits ML is basically dead, hence don't advertise it anymore.</title>
        <description>/systemd/README - 0aa5f6983fffb75c51f1581e139b846234f836f7</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>README, tests: remove /etc/mtab
    
    This is a followup for 1d40ddb</title>
        <description>/systemd/README - 75f63f0640c8183ec5cd2050aa4a53cb949c75df</description>
        <pubDate></pubDate>
        <dc:creator>Evgeny Vereshchagin &lt;evvers@ya.ru&gt;</dc:creator>
    </item>

    <item>
        <title>README: Recommend kinvolk regarding engineering services
    
    They are our friends, do systemd development, hence add them.</title>
        <description>/systemd/README - ada64a0cff58497147bd856688901f86f86ae1c0</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>core: drop check for /etc/mtab
    
    util-linux 2.27.1 now entirely stops looking at /etc/mtab, so we don't need to
    verify /etc/mtab during early boot any more. Later on, tmpfiles.d/etc.conf will
    fix /etc/mtab anyway, so there's not even a point in warning about it.
    
    Drop test_mtab() and bump the util-linux dependency to &gt;= 2.17.1.
    
    Fixes #1495</title>
        <description>/systemd/README - 1d40ddbfd35fa500dcf4312621c235ffe86d28e5</description>
        <pubDate></pubDate>
        <dc:creator>Martin Pitt &lt;martin.pitt@ubuntu.com&gt;</dc:creator>
    </item>

    <item>
        <title>mount: use libmount to monitor mountinfo &amp; utab
    
    The current implementation directly monitor /proc/self/mountinfo and
    /run/mount/utab files. It's really not optimal because utab file is
    private libmount stuff without any official guaranteed semantic.
    
    The libmount since v2.26 provides API to monitor mount kernel &amp;
    userspace changes and since v2.27 the monitor is usable for
    non-root users too.
    
    This patch replaces the current implementation with libmount based
    solution.
    
    Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;</title>
        <description>/systemd/README - d379d44255469f03994832ab5821bf1b9034f4dc</description>
        <pubDate></pubDate>
        <dc:creator>Karel Zak &lt;kzak@redhat.com&gt;</dc:creator>
    </item>

    <item>
        <title>README: remove obsolete instructions regarding python-systemd/sphinx</title>
        <description>/systemd/README - 45096d27d338bfcca51b1f051b36f6c623719cd7</description>
        <pubDate></pubDate>
        <dc:creator>Michael Biebl &lt;biebl@debian.org&gt;</dc:creator>
    </item>

    <item>
        <title>README: document new /etc/mtab requirement</title>
        <description>/systemd/README - 37b76fd3ee5a03d76786e7bd1e0f8596e6ce47d6</description>
        <pubDate></pubDate>
        <dc:creator>Daniel Mack &lt;daniel@zonque.org&gt;</dc:creator>
    </item>

    <item>
        <title>README: bump minimal required kernel version
    
    We generally try to support 2y old kernels, which allows us bump the
    minimal required version to 3.11 now.
    
    Also, clarify that support for the unified cgroup hierarchy requires 4.2
    or newer.</title>
        <description>/systemd/README - a0c3e16b7bce78c7ce42e18050106f61cfe7a94a</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>README: drop reference to Endocode
    
    Chris Kühl does not work at Endocode anymore, the contact data is no
    longer valid.</title>
        <description>/systemd/README - d1584b9f5b8ba7857ee8f287c87a78da74ec30fe</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>README: document that RT group sched should be turned off
    
    https://bugs.freedesktop.org/show_bug.cgi?id=87570
    https://bugzilla.redhat.com/show_bug.cgi?id=1229700</title>
        <description>/systemd/README - f4e74be1856b3ac058acbf1be321c31d5299f69f</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>build-sys: warn if people don't change the default NTP servers when building systemd
    
    Also, explain the situation in the docs.
    
    Relates to #437</title>
        <description>/systemd/README - 2ed3de9cc4f80670cd911536c3e40239fb0e2aa6</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>README: mention "git archive"</title>
        <description>/systemd/README - 82627069e93a0f75265797b0a1524fcda1e83c39</description>
        <pubDate></pubDate>
        <dc:creator>Kay Sievers &lt;kay@vrfy.org&gt;</dc:creator>
    </item>

    <item>
        <title>build-sys: split internal basic/ library from shared/
    
    basic/      can be used by everything
                cannot use anything outside of basic/
    
    libsystemd/ can use basic/
                cannot use shared/
    
    shared/     can use libsystemd/</title>
        <description>/systemd/README - a095315b3c31f7a419baceac82c26c3c5ac0cd12</description>
        <pubDate></pubDate>
        <dc:creator>Kay Sievers &lt;kay@vrfy.org&gt;</dc:creator>
    </item>

    <item>
        <title>build-sys: drop references to gobject-introspection
    
    It has been removed alongside gudev</title>
        <description>/systemd/README - c7b13c64b3cd36f912d658a9c21fc4277bed55e7</description>
        <pubDate></pubDate>
        <dc:creator>Marc-Antoine Perennou &lt;Marc-Antoine@Perennou.com&gt;</dc:creator>
    </item>

    <item>
        <title>point to github issues instead of freedesktop bugzilla</title>
        <description>/systemd/README - 29d01b70640878f63e74ce20cb45fd747311fa18</description>
        <pubDate></pubDate>
        <dc:creator>Kay Sievers &lt;kay@vrfy.org&gt;</dc:creator>
    </item>

    <item>
        <title>README: update links to reference new home (GitHub)</title>
        <description>/systemd/README - eb0914fc85812570538c37287dd3cfa377289418</description>
        <pubDate></pubDate>
        <dc:creator>Jonathan Boulle &lt;jonathanboulle@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>remove gudev and gtk-doc
    
    The library moved to:
      https://git.gnome.org/browse/libgudev/</title>
        <description>/systemd/README - 2375607039517c88df51ef16ddbb624ec1c10654</description>
        <pubDate></pubDate>
        <dc:creator>Kay Sievers &lt;kay@vrfy.org&gt;</dc:creator>
    </item>

    <item>
        <title>README: fix typo</title>
        <description>/systemd/README - 8f42ccd24ba3cbdb994094df4aac69a00c3c7367</description>
        <pubDate></pubDate>
        <dc:creator>Ronny Chevalier &lt;chevalier.ronny@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>systemctl: drop hardcoded chkconfig invocation
    
    Introduce /usr/lib/systemd/systemd-sysv-install [--root=] &lt;action&gt; &lt;name&gt;
    abstraction, replacing the direct calling of chkconfig. This allows
    distributions to call their specific tools like update-rc.d without patching
    systemd.
    
    Ship systemd-sysv-install.SKELETON as an example for packagers how to implement
    this.
    
    Drop the --enable-chkconfig configure option.
    
    Document this in README and point to it in NEWS.</title>
        <description>/systemd/README - 0f0467e63b0e0688ae9edb1512c1a2637d62ddb4</description>
        <pubDate></pubDate>
        <dc:creator>Martin Pitt &lt;martin.pitt@ubuntu.com&gt;</dc:creator>
    </item>

</channel>
</rss>

