diff options
author | jlam <jlam> | 2003-06-23 07:50:05 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-06-23 07:50:05 +0000 |
commit | ea65862f558a32dfe76412e5416b9780e80d1bb8 (patch) | |
tree | ebf5223a3b90191c7f624b2b492c7439c0f66ed5 | |
parent | 441ae74a6a88df7717915c57c9efaad9332a91e0 (diff) | |
download | pkgsrc-ea65862f558a32dfe76412e5416b9780e80d1bb8.tar.gz |
Update textproc/icu to 2.6. This is a major reference release with new
features and new and modified APIs from version 2.4:
* Added support for Unicode 4.0
* Added support for Unicode regular expressions
* Enhanced sorting
* Added support for international domain names
* Added service registration for pluggable ICU modules
* Added layout engine API for language-specific glyphs
* Separated currencies from locales
* Added POSIX-like API for message catalogs
* Added new charset converters
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 2fabba30a85..c8f3c8fdc0c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.2550 2003/06/23 07:46:20 jlam Exp $ +$NetBSD: CHANGES,v 1.2551 2003/06/23 07:50:05 jlam Exp $ Changes to the packages collection and infrastructure in 2003: @@ -2516,3 +2516,4 @@ Changes to the packages collection and infrastructure in 2003: Added dvdrip-0.50.13 [mrg 2003-06-23] Updated perl5 to 5.6.1nb9 [jlam 2003-06-23] Updated perl58 to 5.8.0nb2 [jlam 2003-06-23] + Updated icu to 2.6 [jlam 2003-06-23] |