]> git.deb.at Git - pkg/abook.git/commitdiff
* update BUGS ChangeLog TODO
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Thu, 24 Aug 2006 09:46:08 +0000 (09:46 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Thu, 24 Aug 2006 09:46:08 +0000 (09:46 +0000)
* prepare for first 0.6 pre-release

BUGS
ChangeLog
TODO
configure.in

diff --git a/BUGS b/BUGS
index 6dd14f88b67fa9e3ff4cadc0784d7c2057dce02e..381bf0deab0182e8855497d74f68d5710386b080 100644 (file)
--- 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
index 3e6f8956c200086b88d12e4f22f82efa6e609a78..1ab85218264e9b277332f7769cef3adf978877fc 100644 (file)
--- 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 deda7c392ea6da03eefe1415c6bb246eae880455..fb0547425750e07d006aebccb014efdad62aef7f 100644 (file)
--- 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
index 8345ae69810c171e9b5a9ffd4745cf67cf70e32c..7c545641ba5d0a6d4bfa2d5f84177c9ab418f831 100644 (file)
@@ -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 ---------------