From: Jaakko Heinonen Date: Tue, 5 Sep 2006 08:11:02 +0000 (+0000) Subject: - prepare for 0.6.0pre2 X-Git-Tag: upstream/0.6.1~2^2~91 X-Git-Url: https://git.deb.at/?p=pkg%2Fabook.git;a=commitdiff_plain;h=47d3628e96aaacb17bc402c1fb72b563b6d9c938 - prepare for 0.6.0pre2 --- diff --git a/ChangeLog b/ChangeLog index 1ab8521..4537105 100644 --- 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 diff --git a/Makefile.am b/Makefile.am index 7d87a59..1b3d27e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 83bc73d..ad56f59 100644 --- 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 - or use the mailing list. +Send bugreports, fixes, wishes etc. to abook mailing list: +https://lists.sourceforge.net/lists/listinfo/abook-devel diff --git a/configure.in b/configure.in index 93ccef9..105cf55 100644 --- a/configure.in +++ b/configure.in @@ -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 ---------------