2011-01-07
	* idnkit 2.1 release.

	* lib/res_prefcheck.c: Don't return 'idn_prefcheck_error' when
	the first or second character is in the range U+0080 through
	U+10FFFF.

	* map/ja.map: Map U+2212 (MINUS SIGN) to U+002D (HYPHEN-MINUS),
	not U+FF0D (FULL WIDTH HYPHEN-MINUS).

	* lib/localencoding.c, lib/resconf.c: Delete declarations of
	unused varibales.

2010-12-08
	* idnkit 2.1 release.

	* configure.ac: Set AC_INIT version to '2.1'.
	Set LIB_VERSION_INFO to '2:2:0'.

	* lib/version.c: Change the format of the string returned from
	idn_version_getstring().  Use the prefix "libidnkit version:",
	instead of "libidn version".

2010-11-24
	* tools/idnconv/idnconv.c: Don't output "library version:" prefix
	when it shows version information.
	* tools/idncmp/idncmp.c: Likewise.
	* tools/idncheck/idncheck.c: Likewise.

	* util/generate_tr46category.pl: Recognize status values
	'disallowed_STD3_valid' and 'disallowed_STD3_mapped' in
	IdnaMappingTable.txt.

	* lib/resconf.c: Fix a bug in parse_confline() that it doesn't
	remove quotation marks at end of arguments.

2010-11-01
	* include/config.h.win32: Removed.
	* include/Makefile.am: Remove 'config.h.win32' from EXTRA_DIST.

	* lib/util.c: Set REGISTRY_SUBKEY to "Software\\idnkit2 x64"
	in case of 64-bit platform.

2010-09-29
	* lib/res_combcheck.c: Fix arguments passed to TRACE().

2010-09-17
	* idnkit 2.0.1 release.

	* configure.ac: Set AC_INIT version to '2.0.1'.
	Set LIB_VERSION_INFO to '2:1:0'.

2010-09-15
	* lib/resconf.c, include/idn/resconf.h: Recognize new map procedure
	named 'rfc5895'.

2010-09-06
	* lib/lang.c, lib/localencoding.c, lib/resconf.c: Revise Win32
	support codes.
	* include/config.h.win32: Added.
	* include/Makefile.am: Add 'config.h.win32' to EXTRA_DIST.

2010-09-01
	* lib/resconf.c: idn_resconf_loadfile() read the standard
	configuration file, when the 'file' argument is empty.

2010-07-08
	* idnkit 2.0 release.

	* configure.ac: detect libiconv and set ICONVINC and ICONVLIB
	automatically.

2010-06-24
	* idnkit 2.0rc1 release.
