From ddf436e92a51faa12a9ba70babb683ee17ca18df Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 20 Aug 2002 11:52:10 +0000 Subject: Update to 1.8. Changes since 1.7: * The iconv program has new options -l, -c, -s. * The iconv program is internationalized. * Added C99 converter. * Added KOI8-T converter. * New configuration option --enable-extra-encodings that enables a bunch of additional encodings; see the README for details. * Updated the ISO-8859-16 converter. * Upgraded BIG5-HKSCS, EUC-TW, ISO-2022-CN, ISO-2022-CN-EXT converters to Unicode 3.2. * Upgraded EUC-KR, CP949, JOHAB converters to include the Euro sign. * Changed the ARMSCII-8 converter. * Extended the EUC-JP encoder so that YEN SIGN characters don't cause failures in Shift_JIS to EUC-JP conversion. * The JAVA converter now handles characters outside the Unicode BMP correctly. * Fixed a bug in the CP1255, CP1258, TCVN decoders: The base characters of combining characters could be dropped at the end of the conversion buffer. * Fixed a bug in the transliteration that could lead to excessive memory allocations in libintl when transliteration was needed. * Portability to BSD/OS and SCO 3.2.5. --- converters/libiconv/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'converters/libiconv/Makefile') diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 9123510b31b..00fc91226b5 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2002/07/12 06:37:14 grant Exp $ +# $NetBSD: Makefile,v 1.11 2002/08/20 11:52:10 wiz Exp $ # -DISTNAME= libiconv-1.7 -PKGREVISION= 2 +DISTNAME= libiconv-1.8 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GNU:=libiconv/} -- cgit v1.2.3