1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
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'.
|