]> git.deb.at Git - pkg/abook.git/commitdiff
*** empty log message ***
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Mon, 12 Mar 2001 15:05:49 +0000 (15:05 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Mon, 12 Mar 2001 15:05:49 +0000 (15:05 +0000)
README
configure

diff --git a/README b/README
index 8a8a0c21d8b4eb81fe9514dec3fb4ce227df03ae..a46abe16fa7fcf73e0c1ef19708fe6f1a35bd870 100644 (file)
--- a/README
+++ b/README
@@ -11,15 +11,20 @@ Starting from version 0.4.10 abook is know to compile with the native curses
 library of SUN Solaris and OpenBSD.
 
 If you compile with --enable-debug flag you should run abook like this:
-abook 2> debug or abook 2> /dev/null. Abook 0.4.8 has been compiled and tested
-successfully on following platforms:
-
-Linux (Debian GNU/Linux 2.1, RedHat 6.1)
-FreeBSD 3.3
-Solaris 2.5 / 2.6 (thanks Michael Wiedmann)
-AIX 3.2.5 (tested by Brian Salter-Duke)
-DEC alpha ? (tested by Brian Salter-Duke)
-Irix 6.5 (abook version 0.4.11)
+abook 2> debug or abook 2> /dev/null. Abook has been compiled and tested
+successfully on following platforms: (NOTE: All versions of abook haven't
+been tested on all platforms.)
+
+Linux (Debian GNU/Linux 2.1/2.2, RedHat 6.x)
+Solaris 2.4
+Solaris 2.5
+Solaris 2.6
+FreeBSD 3.3 (newer versions should work)
+OpenBSD
+NetBSD (reportedly requires ncurses to work properly)
+AIX 3.2.5
+DEC alpha ?
+Irix 6.5
 
 INSTALLATION
 
index c67069c2b221522389450721ef77a63a3c3a54d8..0052f1e6171ea0881ec96e582d8eca9a32ce9992 100755 (executable)
--- a/configure
+++ b/configure
@@ -695,7 +695,7 @@ fi
 
 PACKAGE=abook
 
-VERSION=0.4.12pre1
+VERSION=0.4.12pre1cvs
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }