Path to this page:
Subject: CVS commit: pkgsrc/devel/libidn
From: Thomas Klausner
Date: 2007-03-18 21:25:35
Message id: 20070318202535.21A322150A@cvs.netbsd.org
Log Message:
Update to 0.6.11:
* Version 0.6.11 (released 2007-03-13)
** Update of the C# Libidn port, by Alexander Gnauck.
The code has been refactored and the namespace has been modified to
comply with .NET naming conventions. An IDNA bug was fixed.
** Update gnulib files.
We now use the "striconv" module instead of the "iconvme", which
causes a slight increase of code size (from 303kb to 319kb with
debugging symbols on i386). The reason is the use of a new locale
independent strcasecmp, which may cause faster operation in some
locales where, e.g., "ASCII" and "ascii" are not treated as \
the same.
** API and ABI is backwards compatible with the previous version.
Files: