199 lines
7.4 KiB
Plaintext
199 lines
7.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Feb 13 17:42:00 CET 2008 - maw@suse.de
|
|
|
|
- Update to version 3.8:
|
|
+ Locale Data: ICU uses and supports data from Common Locale Data
|
|
Repository (CLDR) 1.5.0.1, which includes many improvements in
|
|
quality and quantity of data.
|
|
+ Rule Based Time Zone: This set of classes provides the ability
|
|
to read and write time zone data in RFC2445 VTIMEZONE format.
|
|
This also provides access Olson timezone transitions.
|
|
+ Timezone Formatting: This has changed to give more human
|
|
readable results.
|
|
+ Relative Date/Time Formatting: A draft of the relative date/time
|
|
format class has been added. This functionality can be accessed
|
|
through the DateFormat::createDateInstance or DateFormat.getInstance
|
|
factory method. It provides the ability to format localized dates
|
|
in terms of "yesterday", "today" and "tomorrow", instead of a
|
|
specific only date or time.
|
|
+ Demonstrations and Tools
|
|
* ICU Data Library Customizer: This new online tool provides an
|
|
easier way customize ICU's data.
|
|
* ICU4J Demonstrations: These will demonstrate some features of
|
|
ICU4J, like calendars, transliteration, and several other
|
|
features.
|
|
+ Flexible Date/Time Formatting: A draft of flexible date/time
|
|
format generator has been added. This allows multiple date and
|
|
time format patterns to be generated that are valid for specific
|
|
locales. This funtionality can be accessed through the
|
|
DateTimePatternGenerator API.
|
|
+ Time Zones: The default time zone is detected more accurately
|
|
on Unix machines.
|
|
+ Additional Calendars
|
|
* @calendar=taiwan: This calendar is a variant of the Gregorian
|
|
calendar used in Taiwan.
|
|
* @calendar=indian: This is the Indian national calendar.
|
|
* @calendar=persian: This is the Persian calendar. It is also
|
|
known as the JalÄli Calendar. It is used in several Arabic
|
|
countries.
|
|
+ UnicodeSet
|
|
* The Freezable design pattern is now supported, which can
|
|
improve performance for the contains() and span() methods
|
|
on frozen UnicodeSet objects.
|
|
* A span function was added for iterating through strings.
|
|
* The containsAll(string) and containsNone(string) now support
|
|
set strings, instead of only codepoints.
|
|
+ Performance
|
|
* Charset conversion performance has been enhanced. The
|
|
amount of improvement varies depending on the converter
|
|
being used and platform being used.
|
|
* Rule based transliterator construction performance has been
|
|
improved.
|
|
- s#%run_ldconfig#/sbin/ldconfig# in libicu's %post and %postun
|
|
- add libicu-regex.patch (bnc#354372).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 7 14:25:21 CET 2008 - pmladek@suse.cz
|
|
|
|
- made RuleBasedBreakIterator::setBreakType method pubclic; it was requested by
|
|
OpenOffice_org >= 2.3.1, see http://bugs.icu-project.org/trac/ticket/5498
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 25 18:02:05 CEST 2007 - pmladek@suse.cz
|
|
|
|
- Updated to version 3.6
|
|
* supports Unicode 5.0
|
|
* supports data from Common Locale Data Repository (CLDR) 1.4
|
|
* charset detection framework was added
|
|
* font layout engine has support added for Tibetan, Sinhala and Old Hangul
|
|
* BiDi algorithm was enhanced to be more flexible and efficient
|
|
* new icupkg tool provides an easier way to manage ICU's data library
|
|
* time zone data is modularized to allow easier building and updating of
|
|
the data
|
|
* BreakIterator uses UText for abstract text processing
|
|
* 64-bit indexing is now used to allow access to larger chunks of text
|
|
* added API for read-only locking for security and robustness
|
|
* lots performance improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 13 19:13:29 CET 2006 - olh@suse.de
|
|
|
|
- mark libraries as executable to extract debuginfo
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:32:14 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 3 18:16:27 CEST 2005 - sbrabec@suse.cz
|
|
|
|
- Updated to version 3.4.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 28 22:30:50 CEST 2005 - gekker@suse.de
|
|
|
|
- Move icu-config to libicu-devel package (8030).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 10 17:40:00 CET 2005 - sbrabec@suse.cz
|
|
|
|
- Updated to version 3.2 (#49578).
|
|
Updated by Robert Schiele <rschiele@uni-mannheim.de>.
|
|
- Added -fno-strict-aliasing.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 19 16:24:17 CET 2004 - ro@suse.de
|
|
|
|
- ignore return-code from strip call
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 25 20:51:50 CEST 2004 - clahey@suse.de
|
|
|
|
- Removed --with-data-packaging=files. Fixes gtk-sharp compilation.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 24 19:50:19 CEST 2004 - clahey@suse.de
|
|
|
|
- Updated to 2.6.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 31 12:45:14 CEST 2004 - mfabian@suse.de
|
|
|
|
- Bugzilla #37029: "strip --strip-debug" static libraries to save
|
|
space on the CDs.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 23 17:57:03 CET 2004 - uli@suse.de
|
|
|
|
- removed --disable-rpath; it is unnecessary and breaks the
|
|
icu-config script
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 10 11:28:36 CET 2004 - adrian@suse.de
|
|
|
|
- add %run_ldconfig
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 23 19:53:27 CEST 2003 - mfabian@suse.de
|
|
|
|
- Bugzilla #31665: "SuSEconfig.icu is not lib64 clean" fixed.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 18 17:15:52 CEST 2003 - mfabian@suse.de
|
|
|
|
- update to 2.6.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 16 17:07:45 CEST 2003 - mfabian@suse.de
|
|
|
|
- fix "directory not owned by any package".
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 16 22:45:48 CEST 2003 - mfabian@suse.de
|
|
|
|
- fix file list, remove CVS directories.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 11 16:49:01 CEST 2002 - mfabian@suse.de
|
|
|
|
- /usr/sbin/gencnval is now in /usr/bin/gencnval.
|
|
Fix SuSEconfig.icu accordingly.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 17 01:06:28 CEST 2002 - mfabian@suse.de
|
|
|
|
- update to 2.2
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 11 20:16:14 CEST 2002 - mfabian@suse.de
|
|
|
|
- add Provides: libicu17 to libicu21 subpackage
|
|
(to trigger the selection of the new package during update.)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 9 10:48:57 CEST 2002 - mfabian@suse.de
|
|
|
|
- update to 2.1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 12 16:07:49 CET 2002 - mfabian@suse.de
|
|
|
|
- use %{_libdir}
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 12 13:32:41 CET 2002 - kukuk@suse.de
|
|
|
|
- Fix most wrong directories in filelist
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 11 22:59:49 CET 2002 - ro@suse.de
|
|
|
|
- tar option for bz2 is "j"
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 7 22:07:51 CET 2001 - mfabian@suse.de
|
|
|
|
- new package: icu 1.7
|
|
- package names as described in PACKAGING
|