aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.boot2
2 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index a0ed50d..6862019 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
-GNU Dico NEWS -- history of user-visible changes. 2016-08-05
+GNU Dico NEWS -- history of user-visible changes. 2016-08-09
Copyright (C) 2008-2010, 2012-2016 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Dico bug reports to <bug-dico@gnu.org.ua>
-Version 2.2.90 (Git)
+Version 2.3, 2016-08-09
* IPv6 support
@@ -16,7 +16,9 @@ Version 2.2.90 (Git)
The metaphone2 strategy implements the Double Metaphone phonetic
encoding algorithm.
-* Implement info and description for gcide dictionary.
+* Implement info and description for gcide dictionary
+
+* Fixed bugs in idxgcide
* Added manpages
diff --git a/configure.boot b/configure.boot
index e518ece..ce53455 100644
--- a/configure.boot
+++ b/configure.boot
@@ -28,7 +28,7 @@ dnl Process this file with -*- autoconf -*- to produce a configure script.
# along with GNU Dico. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([GNU dico], 2.2.90, [bug-dico@gnu.org])
+AC_INIT([GNU dico], 2.3, [bug-dico@gnu.org])
AC_CONFIG_SRCDIR([dicod/main.c])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR([build-aux])

Return to:

Send suggestions and report system problems to the System administrator.