blob: a3517eb0e881c7c3bb5c2d5503b8b3ec0ae57c1f (
plain)
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
|
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.
|