summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--configure.ac4
-rw-r--r--doc/.gitignore1
-rw-r--r--doc/README.html.in14
4 files changed, 12 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 40033fa..a62efe1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*~
+*.tar.gz
config.rpath
Makefile
Makefile.in
diff --git a/configure.ac b/configure.ac
index 3875cd3..3f2ab05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
AC_PREREQ(2.59)
-AC_INIT([libdaemon],[0.12],[mzqnrzba (at) 0pointer (dot) de])
+AC_INIT([libdaemon],[0.13],[mzqnrzba (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([libdaemon/dfork.c])
AC_CONFIG_HEADERS([config.h])
@@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/libdaemon/])
-AC_SUBST(LIBDAEMON_VERSION_INFO, [3:1:3])
+AC_SUBST(LIBDAEMON_VERSION_INFO, [4:0:4])
if type -p stow > /dev/null && test -d /usr/local/stow ; then
AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])
diff --git a/doc/.gitignore b/doc/.gitignore
index 9bc8009..54af4f6 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -1,3 +1,4 @@
+reference
README
README.html
doxygen.conf
diff --git a/doc/README.html.in b/doc/README.html.in
index 4c784b4..df6ed06 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=libdaemon.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>