From ce36dd0994ffa833ff0ce18e57a8776ff1103d8d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 20 Oct 2003 21:53:46 +0000 Subject: commit release 0.3 git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@41 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- doc/Makefile.am | 3 ++- doc/README.html.in | 21 +++++++++++---------- doc/style.css | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+), 11 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index c9f5c50..fe60314 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,8 +17,9 @@ # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. noinst_DATA = README.html README reference +EXTRA_DIST = $(noinst_DATA) style.css README.html.in reference + MAINTAINERCLEANFILES = README README.html -EXTRA_DIST = style.css README README.html README.html.in reference CLEANFILES = if USE_DOXYGEN diff --git a/doc/README.html.in b/doc/README.html.in index 0ca5307..1d5ee03 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -42,14 +42,14 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

-
Thu July 10 2003:
-

Version 0.3 released; changes include: documentation update, build fixes, RPM spec file added

+
Mon Oct 20 2003:
+

Version 0.3 released; changes include: documentation update, build fixes, RPM spec file added, added new function int daemon_pid_file_kill_wait().

Thu July 10 2003:
-

Version 0.2 released; changes include: ugly umask error fix, documentation update

+

Version 0.2 released; changes include: ugly umask error fix, documentation update

Mon July 7 2003:
-

Version 0.1 released

+

Version 0.1 released

Overview

@@ -73,12 +73,11 @@ daemons. It consists of the following parts:

available. It is not that simple to get it done right and code duplication cannot be a goal.

-

libdaemon is currently used by ifplugd.

+

libdaemon is currently used by ifplugd, waproamd and aeswepd.

Status

-

Version 0.1 is feature complete.

+

Version @PACKAGE_VERSION@ is feature complete.

Documentation

@@ -107,12 +106,14 @@ compilation and make install (as root) for installation of

Download

-

The newest release is always available from http://www.stud.uni-hamburg.de/~lennart/projects/libdaemon/

+

The newest release is always available from @PACKAGE_URL@

+ +

The current release is @PACKAGE_VERSION@

-

The current release is @PACKAGE_VERSION@

+

Get libdaemon's development sources from the Subversion repository.


-
Lennart Poettering <mzyvoqnrzba [at] itaparica.org>, July 2003
+
Lennart Poettering <mzyvoqnrzba [at] itaparica.org>, October 2003
$Id$
diff --git a/doc/style.css b/doc/style.css index 2535ff1..e14ba7c 100644 --- a/doc/style.css +++ b/doc/style.css @@ -1,4 +1,23 @@ /* $Id$ */ + +/*** + * This file is part of libdaemon. + * + * libdaemon is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * libdaemon is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with libdaemon; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + ***/ + body { color: black; background-color: white; margin: 0.5cm; } a:link, a:visited { color: #900000; } p { margin-left: 0.5cm; margin-right: 0.5cm; } -- cgit