diff options
Diffstat (limited to 'unicode')
| -rw-r--r-- | unicode/ChangeLog | 7 | ||||
| -rw-r--r-- | unicode/Makefile.am | 6 | ||||
| -rw-r--r-- | unicode/configure.ac | 2 |
3 files changed, 11 insertions, 4 deletions
diff --git a/unicode/ChangeLog b/unicode/ChangeLog index 4755689..dc030b8 100644 --- a/unicode/ChangeLog +++ b/unicode/ChangeLog @@ -1,3 +1,10 @@ +2.2 + +2020-07-11 Sam Varshavchik <mrsam@courier-mta.com> + + * Implement bidirectional algorithm, canonical or equivalent character + mappings. + 2020-07-04 Sam Varshavchik <mrsam@courier-mta.com> * Unicode 13 update. Adds lookup of EastAsianWidth property, emoji diff --git a/unicode/Makefile.am b/unicode/Makefile.am index 83034c5..8ac6fb1 100644 --- a/unicode/Makefile.am +++ b/unicode/Makefile.am @@ -203,7 +203,7 @@ libcourier_unicode_la_SOURCES=\ bidi_mirroring.h \ unicode_categories.c -libcourier_unicode_la_LDFLAGS=-version-info 5:0:1 +libcourier_unicode_la_LDFLAGS=-version-info 6:0:2 EXTRA_DIST=$(noinst_SCRIPTS) $(man_MANS) $(PACKAGE).spec \ m4/courier-unicode.m4 \ @@ -394,8 +394,8 @@ check-am: unicodetest test "`./biditest 30`" = "30 30 n" test "`./biditest 8261`" = "8262 8262 o" test "`./biditest 8262`" = "8261 8261 c" - ./biditest - ./biditest2 + set -vx; test -f ./BidiTest.txt || exit 0; ./biditest + set -vx; test -f ./BidiCharacterTest.txt || exit 0; ./biditest2 if HAVE_DOCS diff --git a/unicode/configure.ac b/unicode/configure.ac index b9bcca0..b074657 100644 --- a/unicode/configure.ac +++ b/unicode/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([courier-unicode], [2.1], [courier-users@lists.sourceforge.net]) +AC_INIT([courier-unicode], [2.2], [courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros |
