summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-03-22 13:26:54 +0000
committerLennart Poettering <lennart@poettering.net>2004-03-22 13:26:54 +0000
commit579cae885dbeae7e25e60096c7342ebb0e86aa99 (patch)
tree853b69e907fc22135b3e3ca9af51ae982aff84ce /doc
parent975c6f9f7779d2d2d92280c19661c868fd05ca19 (diff)
prepare release 0.4:
use madvise() fix mmap() copy bug update for libd 4.2 git-svn-id: file:///home/lennart/svn/public/syrep/trunk@53 07ea20a6-d2c5-0310-9e02-9ef735347d72
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; }