From 78852bb8ca13a48894eb4cf7e3acafcc946800c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Droz?= Date: Tue, 11 Aug 2015 11:18:45 -0300 Subject: [PATCH] release: 0.6.1, pre-release version change commit --- ChangeLog | 6 ++++-- RELEASE_NOTES | 12 +++++++----- configure.ac | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 53d325e..ddef6b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ git + +0.6.1 - custom output format (Raphaël Droz) - remove duplicates (Fabio Zanini) - merge entries (Fabio Zanini) @@ -8,11 +10,11 @@ git - color support (Thorsten Wißmann) - mouse support (Thorsten Wißmann) - extra-fields deletion bugfix (Jorrit Tijben) - - additinal keybinding (Hagen Fuchs) + - additional keybindings (Hagen Fuchs) - autotools update (Fabio Zanini) - case-sensitive ldif fields parsing (Christian Brabandt) - ldif standard input support (Raphaël Droz) - - ldif extensible field management rewritting (Raphaël Droz) + - ldif extensible field management rewrite (Raphaël Droz) 0.6.0 - configurable views (Cedric Duval) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 8ec86aa..8a2f117 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -4,13 +4,15 @@ A more comprehensive list of changes can be found in the ChangeLog file. -- Git: + +0.6.1 (2015-08-11): * support for mouse * scrolling now affects the viewport instead of the cursor * support for a colored UI * added "groups" as a default field - * the UI now support merging selected entries [key M] + * the UI now supports merging selected entries [key M] and removing duplicates [key U] - * a "custom" output filter allow the specification of an output + * a "custom" output filter allows the specification of an output format using placeholders * search-next is now bound to "/" too * some output filters can now be used in the context @@ -18,7 +20,7 @@ Git: [ no --query option has been created and --mutt-query is fully backward compatible ] * ldif output filter has been fixed [output modified] in multiple - ways, does not force output to latin1 anymore and support input + ways, does not force output to latin1 anymore and supports input from stdin. * vcard input/output support: An original input filter implementation was provided soon @@ -29,11 +31,11 @@ Git: - It's only used as an input filter, especially useful to deal with multi-valued fields and encoded characters. * when the UI requests a confirmation from the user before a - destructive operation it does not treat unknown key as yes anymore. + destructive operation it does not treat unknown key as "yes" anymore. * allcsv output changes: - header line uses lowercase - "MOBILEPHONE" column name changed to "mobile" (consistent w.r.t. standard_fields) - - now outputs defined custom fields as well + - defined custom fields as well are part of the output now 0.6.0pre2 (2010-07-22): * Added anniversary as a default field diff --git a/configure.ac b/configure.ac index 6b2c261..5a9ae3b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl abook configure.in -AC_INIT([Abook], [0.6.0pre2], [abook-devel@lists.sourceforge.net], [abook], [http://abook.sourceforge.net]) +AC_INIT([Abook], [0.6.1], [abook-devel@lists.sourceforge.net], [abook], [http://abook.sourceforge.net]) AC_CONFIG_SRCDIR([abook.c]) AC_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE -- 2.39.2