2002-02-28
	* Version 2.4.

	* API/API.pm, ResConf/ResConf.pm, ja/API.pod, ja/ResConf.pod:
	Updated documents.  Now NAMEPREP also performs unassigned codepoint
	check.

2002-02-27
	* API/API.pm: perform nothing for the `unascheck' action.

2002-02-07
	* Version 2.3.

	* API/API.pm, ResConf/ResConf.pm, ja/API.pod, ja/ResConf.pod:
	Updated documents.

	* API/API.pm, Log/Log.pm, ResConf/ResConf.pm, UTF8/UTF8.pm:
	Set $VERSION to 2.3.

2002-02-05
	* ResConf/test.pl, common/mdn.conf: Use "nameprep-07" for tests. 
	* ResConf/test.pl: Add a test for MDN::ResConf->enable().
	* API/API.pm, ResConf/ResConf.xs: Add enable() methods.

2001-10-15
	* Version 2.2.2.

	* README, README.ja: Add the `Known problem' section.

2001-10-05
	* ResConf/test.pl: Don't use the "UTF-16" encoding name.

	* ResConf/test.pl: The test item "unset_nameprep_normalized" was
	duplicated.  Fixed.

2001-09-25
	* Version 2.2.1.

	* README, README.ja: Describe about the $EUC_JP variable in
	Makefile.PL.
	* README, README.ja: Use the terms `compile' and `compilation'
	instead of `build'.
	* Makefile.PL: Rename the temporary file name from `localcodset'
	to `eucjp'.

2001-09-21
	* Makefile.PL: Add configuration parameter $EUC_JP.
	* Makefile.PL: Create the file `localcodeset' for `make test'.
	* API/test.pl, ResConf/test.pl: include ../localcodeset.

2001-09-19
	* Version 2.2.

2001-08-16
	* ResConf/ResConf.pm, ja/ResConf.pod: As sample ACE name, use 
	`AMC-ACE-Z' rather than `LACE'.

2001-08-07
	* ResConf/ResConf.pm, ja/ResConf.pod, ResConf/test.pl, common/testdata:
	Update NAMEPREP version from -03 to -05.

	* ja/API.pod: Catch up with the English edition.

2001-08-02
	* ResConf/ResConf.pm: Update NAMEPREP version written in the
	embedded document (`nameprep-03' -> `nameprep-05').

2001-07-31
	* API/API.pm, ResConf/ResConf.pm: Define nameprep_check() method.
	* ResConf/ResConf.pm: idn_to_utf8() don't perform '!N'.

2001-07-11
	* API/API.pm, ResConf/ResConf.pm, UTF8/UTF8.pm, ja/API.pod,
	ja/ResConf.pod, ja/UTF8.pod: Add the section ``ISSUE OF HANDLING
	UNICODE CHARACTERS'' to the pod documents.

2001-07-09
	* common/testdata: add five tests.
	* ResConf/test.pl: Delete a test of unset_alternate_encoding().
	* API/test.pl, ResConf/test.pl: Update the number of tests.

2001-07-06
	* API/API.pm: decode_name('decode_app') does `nameprep'.
	* ResConf/ResConf.pm: idn_to_utf8() and idn_to_local() do '!N'.
	* API/API.pm: decode_name() recognizes the action `unascheck'.
	* API/test.pl: add two tests.

2001-07-05
	* common/testdata, API/test.pl, ResConf/test.pl: Add tests for
	action !m, !n, !p, !N and !u.

2001-06-05
	* ResConf/ResConf.xs, ResConf/ResConf.pm: Add unset methods.
	* ResConf/test.pl: Add tests for unset methods.

2001-06-04
	* Version 2.1.

	* API/API.pm, Log/Log.pm, ResConf/ResConf.pm, UTF8/UTF8.pm:
	Set $VERSION to 2.1.

2001-05-02
	* Log/Log.pm, UTF8/UTF8.pm: Set $VERSION to 2.0.

2001-05-01
	* ResConf/ResConf.xs: Delete `fix_delimiter_map' method.
	* MDN/API.pm: load the configuration file $config_file if the
	variable is defined

2001-04-27
	* ResConf/ResConf.pm: Fix typo in method name idn_to_utf8().

	* MANIFEST: Update for MDN-2.0.
	  - Remvove filenames under Converter and Normalizer sub-directories.
	  - Remove ResConf/invalid-syntax.conf, ResConf/mdnres.conf and
	    ResConf/null.conf.
	  - Remove ja/Converter.pod and ja/Normalizer.pod.
	  - Add common/jp.map, common/mdn.conf and common/testdata.
	  - Add API/API.pm and API/test.pl.
	  - Add ja/API.pod.

2001-04-25
	* ResConf/ResConf.xs: for perl 5.6, call SvUTF8_on for the result
	of nameconv() method in order to indicate it is UTF-8 encoded
	if it is indeed UTF-8 encoded.

2001-04-24
	* ResConf/ResConf.xs: add_nameprep_normalize() doesn't initialize
	`RETVAL'.

2001-04-23
	* API/API.pm: New file.

	* API/API.pm: encode_api() doesn't perform `unasckeck'.
	* ResConf/ResConf.pm: local_to_idn() doesn't perform the 'u' action
	of nameconv().
	* API/API.pm: Add notice to the document that the order of elements
	in @actions to encode_name() or decode_name() is not significant.

2001-04-13
	* ResConf/Resconf.xs, ResConf/ResConf.pm, common/lasterror.h:
	Revised.  Now it supports mDNkit 2.0 API.
	* Normalizer/Normalizer.pm, Normalizer/Normalizer.xs,
	Normalizer/test.pl: Removed.
	* Converter/Converter.pm, Converter/Converter.xs, Converter/aliasfile,
	Converter/test.pl: Removed.
	* Makefile.PL: Delete `Converter' and `Normalizer' from $SUBDIR,
	and add `API' instead.
	* ja/Converter.pod, ja/Normalizer.pod: Removed.
	* ja/Makefile: Delete rules about Converter.pod and Normalizer.pod. 
	* README, READE.ja: Update module list and version requirement for
	mDNkit.

2001-01-25
	* ResConf/Resconf.pm: Fix SYNOPSIS in the embedded document.
	* ja/Resconf.pod: Fix SYNOPSIS.

2000-12-22
	* Version 1.0.1.

	* Converter/Converter.pm, Log/Log.pm, Normalizer/Normalizer.pm,
	ResConf/Resconf.pm, UTF8/UTF8.pm: Set version numbers to `1.0.1'.

	* Converter/Converter.xs (convert): Don't croak but retun `undef'
	when a conversion is failed because of `mdn_nomapping' error.
	* ResConf/Resconf.xs (localtoucs, ucstolocal, dnstoucs, ucstodns):
	Ditto.

	* common/lasterror.h (result_info_table): Fix the misleading error
	message for `mdn_nomapping'.
