From 940c971f5c2d591d85c98741d5c427f093170cd4 Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Thu, 24 Aug 2006 09:46:08 +0000 Subject: [PATCH] * update BUGS ChangeLog TODO * prepare for first 0.6 pre-release --- BUGS | 7 ++++++- ChangeLog | 3 +++ TODO | 4 ++++ configure.in | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/BUGS b/BUGS index 6dd14f8..381bf0d 100644 --- a/BUGS +++ b/BUGS @@ -10,13 +10,18 @@ known bugs in abook ftp://ftp.gnu.org/gnu/readline/readline-4.3-patches/readline43-001 * cursor disappears in some cases with abook_readline() on Solaris. If - you have problems it is recommended to use the ncurses library + you have problems it is recommended to use the GNU ncurses library * terminal state is not restored correctly on exit with certain ncurses and readline combination (more information is needed on this) * file format is not tolerant for character set changes +* datafile is always removed and rewritten from scratch (symlinks don't work, + timestamp is always updated, comments are removed) + +* comma (,) is not allowed in lists and is converted to _ + -- [25] name=Lastname, Firstname diff --git a/ChangeLog b/ChangeLog index 3e6f895..1ab8521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +0.6.0 + - configurable views (Cedric Duval) + - new field types, lists and improved custom field support (Cedric Duval) - Italian translation (Claudio Stazzone) 0.5.6 diff --git a/TODO b/TODO index deda7c3..fb05474 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,7 @@ +0.6 + - input for data type should be implemented + +generic: - grouping - new file format (xml?) - custom views, keybindings diff --git a/configure.in b/configure.in index 8345ae6..7c54564 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl abook configure.in AC_INIT(abook.c) -AM_INIT_AUTOMAKE(abook, 0.5.5) +AM_INIT_AUTOMAKE(abook, 0.6.0pre1) AM_CONFIG_HEADER(config.h) dnl --------------- -- 2.39.2