Merge branch 'upstream' into tizen
[platform/upstream/fribidi.git] / NEWS
1 Overview of changes between 0.19.6 and 0.19.7
2 =============================================
3 * Disable thread-unsafe memory pool by default. (bug #79385)
4 * Misc fixes.
5
6 Overview of changes between 0.19.5 and 0.19.6
7 =============================================
8 * Fix two minor bidi bugs.
9 * Build with new libtool to support ppc64le.
10
11 Overview of changes between 0.19.4 and 0.19.5
12 =============================================
13 * Update to Unicode 6.2.0.
14
15 Overview of changes between 0.19.2 and 0.19.4
16 =============================================
17 * Update to Unicode 6.1.0.
18 * Misc fixes.
19
20 Overview of changes between 0.19.1 and 0.19.2
21 =============================================
22 * Update to Unicode Character Database 5.1.0
23 * Fixed bug in Arabic ligature table (bug #208870)
24 * Handle RLM/LRM in CP1255 charset converter. (bug #15328, Artyom)
25
26 Overview of changes between 0.10.9 and 0.19.1
27 =============================================
28 * This is the first release of the fribidi2 module in CVS, mostly
29   developed in 2004 and 2005.
30 * Support for Arabic joining/shaping added.
31 * API for correct handling of multi-line paragraphs added.
32 * Restructured code base.
33 * Supposed to be fully API/ABI compatible with 0.10 releases.
34   Please report if it is not.
35
36 Overview of changes between 0.10.8 and 0.10.9
37 =============================================
38 * Minor bugfix.
39
40 Overview of changes between 0.10.7 and 0.10.8
41 =============================================
42 * Update to Unicode Character Database 5.0.0
43
44 Overview of changes between 0.10.6 and 0.10.7
45 =============================================
46 * Nothing really.  Just to fix my mess with 0.10.6 release (that never left
47   the door.)
48
49 Overview of changes between 0.10.5 and 0.10.6
50 =============================================
51 * Fixed type sizes when stdint.h is not available.
52
53 Overview of changes between 0.10.4 and 0.10.5
54 =============================================
55 * Unicode 4.1.0 character database used.
56 * Fixed type sizes on 64-bit architectures.
57 * We've become GNU FriBidi.  Note capitalization please.
58 * We have moved to http://fribidi.org/, hosted on freedesktop.org.
59
60 Overview of changes between 0.10.2 and 0.10.4
61 =============================================
62 * Unicode 3.2 data files used.
63
64 Overview of changes between 0.10.1 and 0.10.2
65 =============================================
66 * Rule L3 of UAX#9 implemented.  Now fribidi implements the whole Unicode
67   BiDi Algorithm.
68 * The autogenerated table files now contain much fewer symbols, which reduces
69   the relocation time of the library.
70
71 See ChangeLog for more descriptive list of changes.