aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.boot2
-rw-r--r--modules/gcide/tests/greek.at2
3 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3121615..be64a02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,13 @@
-GNU Dico NEWS -- history of user-visible changes. 2021-04-24
+GNU Dico NEWS -- history of user-visible changes. 2021-04-27
See the end of file for copying conditions.
Please send Dico bug reports to <bug-dico@gnu.org.ua>
-Version 2.10.90 (git)
+Version 2.11, 2021-04-27
+
+* Bugfixes in the gcide module
+
+* Fix searches in the gcider utility
* Support for Python 2 has been withdrawn
diff --git a/configure.boot b/configure.boot
index fd2186e..c948e2e 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.64)
-AC_INIT([GNU dico], 2.10.90, [bug-dico@gnu.org])
+AC_INIT([GNU dico], 2.11, [bug-dico@gnu.org])
AC_CONFIG_SRCDIR([dicod/main.c])
AC_CONFIG_HEADERS(include/prog/config.h include/lib/config.h)
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/modules/gcide/tests/greek.at b/modules/gcide/tests/greek.at
index 6635264..e9f8f34 100644
--- a/modules/gcide/tests/greek.at
+++ b/modules/gcide/tests/greek.at
@@ -16,7 +16,7 @@
AT_SETUP(Greek transliteration)
AT_KEYWORDS([greek transliteration xlit])
-# These string has been extracted from the GCIDE files with exgrk:
+# These strings has been extracted from the GCIDE files with exgrk:
AT_DATA([input],
['a
'a-

Return to:

Send suggestions and report system problems to the System administrator.