summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-29 00:35:20 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-29 00:35:20 +0200
commit48383ed7f727ff64ff877ffc4cf5bf2876231da5 (patch)
treef26c8098144a14e74844caf80ae3e9f14688a57f
parent4aafaf32676bcf5343f9c9b3650c20251b7ac756 (diff)
update docs
-rw-r--r--doc/README.html.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index 4c784b4..e735d0c 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
<body>
<h1><a name="top">libdaemon @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2003-2007 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
+<p><i>Copyright 2003-2008 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
@@ -38,6 +38,9 @@ Lesser General Public License for more details.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Tue Jul 29 2008: </div>
+<p class="news-text"><a href="@PACKAGE_URL@libdaemon-0.13.tar.gz">Version 0.13</a> released; changes include: add <tt>daemon_reset_sigs()</tt> and <tt>daemon_unblock_sigs()</tt> calls for resetting signal handlers to sensible states; improve error handling.</p>
+
<div class="news-date">Tue Jul 10 2007: </div>
<p class="news-text"><a href="@PACKAGE_URL@libdaemon-0.12.tar.gz">Version 0.12</a> released; changes include: make <tt>daemon_close_all()</tt> actually work properly.</p>
@@ -81,7 +84,7 @@ daemons. It consists of the following parts:</p>
<ul>
<li>A wrapper around <tt>fork()</tt> which does the correct
- daemonization procedure of a process</lI>
+ daemonization procedure of a process</li>
<li>A wrapper around <tt>syslog()</tt> for simpler and compatible
log output to Syslog or STDERR</li>
@@ -145,17 +148,16 @@ compilation and <tt>make install</tt> (as root) for installation of
<p>The newest release is always available from <a href="@PACKAGE_URL@">@PACKAGE_URL@</a></p>
-<p>Get <tt>libdaemon</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="svn://svn.0pointer.de/libdaemon">repository</a> (<a href="http://0pointer.de/cgi-bin/viewcvs.cgi/?root=libdaemon">viewcvs</a>): </p>
+<p>Get <tt>libdaemon</tt>'s development sources from the <a href="http://git.or.cz/">GIT</a> <a href="git://git.0pointer.de/libdaemon">repository</a> (<a href="http://git.0pointer.de/?p=libasyncns.git">gitweb</a>): </p>
-<pre>svn checkout svn://svn.0pointer.de/libdaemon/trunk libdaemon</pre>
+<pre>git clone git://git.0pointer.de/libdaemon</pre>
<p>You may find an up to date Debian package of <tt>libdaemon</tt> on the <a href="http://packages.debian.org/libdaemon0">Debian package repository</a>.</p>
<p>If you want to be notified whenever I release a new version of this software use the subscription feature of <a href="http://freshmeat.net/projects/libdaemon/">Freshmeat</a>.</p>
<hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, July 2007</address>
-<div class="grey"><i>$Id$</i></div>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, July 2008</address>
</body>
</html>