1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
New in 0.10.9:
* Minor bugfix.
New in 0.10.8:
* Update to Unicode Character Database 5.0.0
New in 0.10.7:
* Nothing really. Just to fix my mess with 0.10.6 release (that never left
the door.)
New in 0.10.6:
* Fixed type sizes when stdint.h is not available.
New in 0.10.5:
* Unicode 4.1.0 character database used.
* Fixed type sizes on 64-bit architectures.
* We've become GNU FriBidi. Note capitalization please.
* We have moved to http://fribidi.org/, hosted on freedesktop.org.
New in 0.10.4:
* Unicode 3.2 data files used.
New in 0.10.2:
* Rule L3 of UAX#9 implemented. Now fribidi implements the whole Unicode
BiDi Algorithm.
* The autogenerated table files now contain much fewer symbols, which reduces
the relocation time of the library.
New in 0.10.1:
* fribidi.spec has been added to distribution, please use this file if you
are going to create an RPM package from fribidi.
* Fribidi tested on sourceforge.net's compile farm.
Currently tested and has no problem with:
[x86] Linux 2.4 (RedHat 7.1)
[x86] Linux 2.2 (Debian 2.2)
[x86] FreeBSD (4.3-RELEASE)
[Alpha] Linux 2.2 (Debian 2.2)
[PPC - RS/6000] Linux 2.2 (Debian 2.2)
[Sparc - Ultra60] Linux 2.2 (Debian 2.2)
[Sparc - R220] Sun Solaris (8)
[x86] Windows 2000 (Cygwin)
See ChangeLog for more descriptive list of changes.
|