summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.html.in10
-rw-r--r--doc/style.css1
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index a5551fa..5e723e4 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
<body>
<h1><a name="top">syrep @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2003 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
+<p><i>Copyright 2003,2004 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
@@ -42,6 +42,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Mon Mar 22 2004: </div> <p class="news-text"><a
+href="@PACKAGE_URL@syrep-0.4.tar.gz">Version 0.4</a> released; Changes
+include: fix annonoying SIGBUS failure when working on files &gt;= 100 MB, update to Berkeley DB 4.2, use <tt>madvise()</tt> to improve file copying throughput on newer kernels, minor other fixes </p>
+
<div class="news-date">Sun Nov 30 2003: </div> <p class="news-text"><a
href="@PACKAGE_URL@syrep-0.3.tar.gz">Version 0.3</a> released; Changes
include: new options <tt>--sort</tt>, <tt>--check-md</tt>,
@@ -227,9 +231,9 @@ L. Peter Deutsch. Thanks to him for this.</p>
<hr/>
-<address>Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, Nov 2003</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, March 2004</address>
-<div><i>$Id$</i></div>
+<div class="grey"><i>$Id$</i></div>
</body>
</html>
diff --git a/doc/style.css b/doc/style.css
index 110f73c..7aee082 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -29,3 +29,4 @@ h1 { color: #00009F; }
h2 { color: #00009F; }
h3 { color: #00004F; margin-left: 0.5cm; }
pre { margin-left: .5cm; background-color: #f0f0f0; padding: 0.4cm;}
+.grey { color: #afafaf; }