SHA256
1
0
forked from pool/icu

Accepting request 45481 from GNOME:Factory

Copy from GNOME:Factory/icu based on submit request 45481 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/45481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/icu?expand=0&rev=18
This commit is contained in:
OBS User autobuild
2010-08-13 22:01:22 +00:00
committed by Git OBS Bridge
parent e142327b69
commit 326fcad534
9 changed files with 134 additions and 14 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Thu Jul 8 21:02:02 UTC 2010 - jengelh@medozas.de
- Update to version 4.4.1
+ Common Changes
- Common Locale Data Repository (CLDR) 1.8.1
- Enabled non-Gregorian calendars in DateIntervalFormat
- Changes from version 4.4:
+ Common Changes
- Unicode 5.2 support.
- CLDR 1.8 data - over 22% more data, with many new locales.
- Normalizer2 - for fast, flexible normalization, paving the
way for UTS #46 support of international domain names.
- Optimized resource bundle format to reduce the ICU resource
bundle installation footprint.
- Hebrew calendar month numbering improvement.
- Finer granular ICU locale resource data packaging.
- SelectFormat - for selecting a translation by a keyword among
multiple alternatives when formatting messages.
- Flexible hour pattern handling in DateFormatPatternGenerator.
- Updated LMBCS converter implementation.
- EBCDIC converter enhancement for supporting various SI/SO
codes used by non-IBM mainframes.
- 64bit time zone transition data support.
+ ICU4C Specific Changes
- Regular Expressions support UText - allowing regular
expressions to work on large or discontiguous text
(Technology Preview).
- DecimalFormat support for big decimal numbers.
- ICU Plug-ins - for packaging a specific ICU servce as plug-in
and calling different versions of plug-ins in a same
environment (Technology Preview).
- C++ public smart pointers.
- Java modified UTF-8 support.
- Improved UnicodeString substring operations.
- New usearch options to control matching of collation elements
- Use %_smp_mflags
- Add icu44-rpmlint.diff to fix some build errors.
- Add pkgdata.diff to help build on some architecture, see
http://bugs.icu-project.org/trac/ticket/6969#comment:19.
-------------------------------------------------------------------
Tue Apr 20 14:32:22 UTC 2010 - crrodriguez@opensuse.org