remove non-maintainer
[external/fribidi.git] / NEWS
1 Overview of changes between 0.19.1 and 0.19.2
2 =============================================
3 * Update to Unicode Character Database 5.1.0
4 * Fixed bug in Arabic ligature table (bug #208870)
5 * Handle RLM/LRM in CP1255 charset converter. (bug #15328, Artyom)
6
7 Overview of changes between 0.10.9 and 0.19.1
8 =============================================
9 * This is the first release of the fribidi2 module in CVS, mostly
10   developed in 2004 and 2005.
11 * Support for Arabic joining/shaping added.
12 * API for correct handling of multi-line paragraphs added.
13 * Restructured code base.
14 * Supposed to be fully API/ABI compatible with 0.10 releases.
15   Please report if it is not.
16
17 Overview of changes between 0.10.8 and 0.10.9
18 =============================================
19 * Minor bugfix.
20
21 Overview of changes between 0.10.7 and 0.10.8
22 =============================================
23 * Update to Unicode Character Database 5.0.0
24
25 Overview of changes between 0.10.6 and 0.10.7
26 =============================================
27 * Nothing really.  Just to fix my mess with 0.10.6 release (that never left
28   the door.)
29
30 Overview of changes between 0.10.5 and 0.10.6
31 =============================================
32 * Fixed type sizes when stdint.h is not available.
33
34 Overview of changes between 0.10.4 and 0.10.5
35 =============================================
36 * Unicode 4.1.0 character database used.
37 * Fixed type sizes on 64-bit architectures.
38 * We've become GNU FriBidi.  Note capitalization please.
39 * We have moved to http://fribidi.org/, hosted on freedesktop.org.
40
41 Overview of changes between 0.10.2 and 0.10.4
42 =============================================
43 * Unicode 3.2 data files used.
44
45 Overview of changes between 0.10.1 and 0.10.2
46 =============================================
47 * Rule L3 of UAX#9 implemented.  Now fribidi implements the whole Unicode
48   BiDi Algorithm.
49 * The autogenerated table files now contain much fewer symbols, which reduces
50   the relocation time of the library.
51
52 See ChangeLog for more descriptive list of changes.