ChangeLog revision 04bdb234571448ed6194e1d4048e6512f2446f1c
a82212bd36e1074408974b466798b9966bbaf49bvboxsync * wsock/config/mdnconf.tcl: implement "unwrap all" button.
a82212bd36e1074408974b466798b9966bbaf49bvboxsync * wsock/README.txt, wsock/README_j.txt: add description on "unwrap
a82212bd36e1074408974b466798b9966bbaf49bvboxsync all" button. add important notice on installing a new version
* lib/brace.c: fix a bug that the encoder outputs a broken string.
* DISTFILES: replace patch/bind8/bind-8.2.2-P5-patch with
* README, README.ja: updated for version 1.2 release.
* Makefile.in: updated for version 1.2-rc1.
* lib/race.c: fix a buffer overrun bug.
* patch/bind8/bind-8.2.2-P5-patch: removed.
* patch/bind8/bind-8.2.2-P7-patch: created.
* lib/normalizer.c: add normalize scheme "ja-kana-fullwidth"
* lib/normalizer.c: make the size of intermediate buffer used for
* lib/brace.c: add internal error checking. keep lint happy.
proxycnf.[ch], in order to avoid confusion with include/config.h).
dnsproxy/proxycnf.[ch]
include <config.h>.
* README, README.ja: mention about new configuration options above.
* dnsproxy/dnsproxy.h: take the definition of BOOL out. use own
version of TRUE/FALSE, instead of system-supplied ones.
* wsock/config/mdnconf.tcl: add log configuration feature (log level
and log file). implement log file operation (view/delete).
* wsock/common/printf.c: retrieve log file pathname from the
* dnsproxy/dnsproxy.8: removed.
* dnsproxy/dnsproxy.8.in: created.
* lib/brace.c: fix buffer-overrun bugs.
from race.c, such as UTF-8 <-> UTF-16 conversion.
* lib/converter.c: add BRACE and LACE converters.
* DISTFILES: add include/mdn/{brace,lace}.h, lib/{brace,lace}.c.
* lib/normalizer.c: add normalize scheme
* wsock/common/printf.c: mDN Wrapper enable libmdn trace
* wsock/wsock11/dllmain.c: mDN Wrapper enable libmdn trace
* wsock/wsock20/dllmain.c: mDN Wrapper enable libmdn trace
* wsock/common/jpnicmdn.h: mDN Wrapper enable libmdn trace
* wsock/common/jpnicmdn.def: mDN Wrapper enable libmdn trace
* wsock/wsock11/dllfunc.c: check status of conversion
* wsock/wsock20/dllfunc.c: check status of conversion
* wsock/common/encoding.c: Fixed query on program side encoding
* wsock/common/convert.c : Fixed setting program side encoding
* tools/runmdn/Makefile.in: use INSTALL_SCRIPT rather than
* tools/rpm/mdnkit.spec: increase version and serial.
* Makefile.in: change package name to mdnkit-1.1-src. add patch
* lib/msgtrans.c: remove extra semicolon at the end of #undef
* tools/rpm/mdnkit.spec: update for version 1.1.
* README, README.ja: update for version 1.1.
* dnsproxy/dnsproxy.8: fix typo.
* dnsproxy/dnsproxy.conf.sample: add log-level entry. correct
* dnsproxy/Makefile.in: remove -DDEBUG.
* dnsproxy/logging.c: supply default log file if not specfied.
* dnsproxy/translate.c: make the log correctly display "tcp" or
* dnsproxy/winserv.c: comment out message logging code because
* dnsproxy/config.c: stop redefining logging macros (since it's
* dnsproxy/dnsproxy.8: add description on log-level entry.
* dnsproxy/dnsproxy.h: add log-level constants. change log macro
* dnsproxy/logging.c: add log-level setting feature, including new
* dnsproxy/server.c: ignore transient errors such as EAGAIN or
* dnsproxy/translate.c: make mdn_log_level_info messages are
* dnsproxy/unxmain.c: add handler for SIGHUP.
* lib/utf8.c: fix mdn_utf8_getmb so that it returns correct
* dnsproxy/server.c: don't terminate server process even if
* tools/mdnconv/mdnconv.1: correct syntax of -noconf option.
* dnsproxy/message.c: fix DNS message ID allocation bug (only
* dnsproxy/server.c: increase interval for calling timer dispatch