From 5df7002d1d0b8a0f58f3b976c2afd7ece9afc900 Mon Sep 17 00:00:00 2001
From: Lennart Poettering
Version 0.5 released; Changes +include: optionally show sizes of file on --diff, implement +new command --forget, check for extended attribute +user.syrep on --update on file systems that support +it.
+Version 0.4 released; Changes include: fix annonoying SIGBUS failure when working on files >= 100 MB, update to Berkeley DB 4.2, use madvise() to improve file copying throughput on newer kernels, minor other fixes
@@ -194,7 +201,11 @@ a "symmetric" way as described above.syrep requires installed development versions of zlib and Berkeley DB 4.2.
+syrep requires installed development versions of zlib and Berkeley DB 4.2. If you want +build syrep with support for extended attributes (currently +supported on Linux only) you have to install libattr and a kernel that supports it.
syrep was developed and tested on Debian GNU/Linux "testing" from September 2003, it should work on most other Linux @@ -227,11 +238,11 @@ L. Peter Deutsch. Thanks to him for this.
The current release is @PACKAGE_VERSION@
-Get syrep's development sources from the Subversion repository.
+Get syrep's development sources from the Subversion repository. (viewcvs)