diff options
| author | Sam Varshavchik | 2020-07-11 08:56:44 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2020-07-12 15:56:45 -0400 | 
| commit | 51471a4d8b177adfcd40c145a809193a4ab9bd8d (patch) | |
| tree | ddbc3051892939116be116eb17a862cb6bddf9eb | |
| parent | f94fc14a9f3019f110c71d084f4bc59261434519 (diff) | |
| download | courier-libs-51471a4d8b177adfcd40c145a809193a4ab9bd8d.tar.bz2 | |
Bump version.
| -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 | 
