]> git.deb.at Git - pkg/abook.git/commitdiff
- prepare for 0.6.0pre2
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Tue, 5 Sep 2006 08:11:02 +0000 (08:11 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Tue, 5 Sep 2006 08:11:02 +0000 (08:11 +0000)
ChangeLog
Makefile.am
README
configure.in

index 1ab85218264e9b277332f7769cef3adf978877fc..4537105a81889967542ec71b535cd5210a45178c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 0.6.0
  - configurable views (Cedric Duval)
  - new field types, lists and improved custom field support (Cedric Duval)
+ - index_format option (Cedric Duval)
  - Italian translation (Claudio Stazzone)
 
 0.5.6
index 7d87a599a1685331975826d1442787d7dd547cb3..1b3d27ef24a9e2e59a63c7efaf6c7a504afbccf4 100644 (file)
@@ -12,7 +12,7 @@ abook_SOURCES = abook.c abook_rl.c database.c edit.c \
                ui.h views.h xmalloc.h
 
 EXTRA_DIST = config.rpath  ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc \
-               abook.spec contrib doc/HOWTO.translating_abook
+               abook.spec contrib doc/HOWTO.translating_abook RELEASE_NOTES
 
 abook_LDADD = @LIBINTL@
 
diff --git a/README b/README
index 83bc73d2dfe000ed308824f1ced2282694923b91..ad56f59750bb07bf26652e3eb98861bd51492714 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ Abook is an addressbook program with mutt mail client support.
 
 COMPILATION
 
-To compile abook you must have ncurses developement libraries installed.
+To compile abook you must have ncurses development libraries installed.
 Starting from version 0.4.10 abook is known to compile with the native curses
 library of SUN Solaris and OpenBSD. Since version 0.5.0 GNU readline is
 required. Please note that other readline implementations don't work.
@@ -16,8 +16,8 @@ to somewhere. (for example 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, RedHat Linux, all other distributions with GNU ncurses
-       and GNU readline should work)
+Linux (distributions with moderately new GNU ncurses and GNU readline libraries
+       should work)
 Darwin
 Solaris
 FreeBSD
@@ -43,9 +43,13 @@ After this you can make queries from mutt using the query command ('Q')
 and add sender e-mail addresses to the addressbook from pager using 'A'
 command. (Of course you can choose another keybinding if you like.)
 
-It's also recommeded to set pipe_decode variable in mutt configuration.
+It's also recommended to set pipe_decode variable in mutt configuration.
 See the mutt manual for details.
 
+UPGRADING FROM VERSION 0.5
+
+See RELEASE_NOTES .
+
 UPGRADING FROM VERSION 0.4
 
 You must import your abook 0.4 addressbook file because it is stored
@@ -70,8 +74,8 @@ LICENSE
 All files in this distribution are released under GNU GENERAL PUBLIC LICENSE.
 See COPYING for details.
 
-CONTACT AUTHOR
+CONTACT AUTHORS
 
-Send bugreports, fixes, wishes etc. to Jaakko Heinonen
-<jheinonen@users.sourceforge.net> or use the mailing list.
+Send bugreports, fixes, wishes etc. to abook mailing list:
+https://lists.sourceforge.net/lists/listinfo/abook-devel
 
index 93ccef968e0bc591b6b69d7672689acca0e155ec..105cf5542bc33797f834ba5c071606996a134fd1 100644 (file)
@@ -1,7 +1,7 @@
 dnl abook configure.in
 
 AC_INIT(abook.c)
-AM_INIT_AUTOMAKE(abook, 0.6.0pre1)
+AM_INIT_AUTOMAKE(abook, 0.6.0pre2)
 AM_CONFIG_HEADER(config.h)
 
 dnl ---------------