Merge branch 'upstream' into tizen
[platform/upstream/fribidi.git] / NEWS
1 Overview of changes between 1.0.1 and 1.0.2
2 =============================================
3
4 * Added meson build system.
5 * glib dependency was completely removed even for tests.
6 * Tests now run on Visual Studio (through meson).
7 * Cleanup of obsolete options
8 * Travis support.
9
10 Overview of changes between 1.0 and 1.0.1
11 =============================================
12
13 * Minor distribution related fixes.
14
15 Overview of changes between 0.19.7 and 1.0
16 =============================================
17
18 * Full isolate and parenthesis support as per Unicode 6.3 to Unicode 10.0 . 
19 * To get access to the new algorithm calls to the function
20   `fribidi_get_par_embedding_levels()` must be replaced with calls to
21   `fribidi_get_par_embedding_levels_ex()`. These function are not API
22   compatible. Calling the older function will use default values for
23   the new bracket properties and will sometimes yield non-complient
24   results.
25
26 Overview of changes between 0.19.6 and 0.19.7
27 =============================================
28 * Disable thread-unsafe memory pool by default. (bug #79385)
29 * Misc fixes.
30
31 Overview of changes between 0.19.5 and 0.19.6
32 =============================================
33 * Fix two minor bidi bugs.
34 * Build with new libtool to support ppc64le.
35
36 Overview of changes between 0.19.4 and 0.19.5
37 =============================================
38 * Update to Unicode 6.2.0.
39
40 Overview of changes between 0.19.2 and 0.19.4
41 =============================================
42 * Update to Unicode 6.1.0.
43 * Misc fixes.
44
45 Overview of changes between 0.19.1 and 0.19.2
46 =============================================
47 * Update to Unicode Character Database 5.1.0
48 * Fixed bug in Arabic ligature table (bug #208870)
49 * Handle RLM/LRM in CP1255 charset converter. (bug #15328, Artyom)
50
51 Overview of changes between 0.10.9 and 0.19.1
52 =============================================
53 * This is the first release of the fribidi2 module in CVS, mostly
54   developed in 2004 and 2005.
55 * Support for Arabic joining/shaping added.
56 * API for correct handling of multi-line paragraphs added.
57 * Restructured code base.
58 * Supposed to be fully API/ABI compatible with 0.10 releases.
59   Please report if it is not.
60
61 Overview of changes between 0.10.8 and 0.10.9
62 =============================================
63 * Minor bugfix.
64
65 Overview of changes between 0.10.7 and 0.10.8
66 =============================================
67 * Update to Unicode Character Database 5.0.0
68
69 Overview of changes between 0.10.6 and 0.10.7
70 =============================================
71 * Nothing really.  Just to fix my mess with 0.10.6 release (that never left
72   the door.)
73
74 Overview of changes between 0.10.5 and 0.10.6
75 =============================================
76 * Fixed type sizes when stdint.h is not available.
77
78 Overview of changes between 0.10.4 and 0.10.5
79 =============================================
80 * Unicode 4.1.0 character database used.
81 * Fixed type sizes on 64-bit architectures.
82 * We've become GNU FriBidi.  Note capitalization please.
83 * We have moved to http://fribidi.org/, hosted on freedesktop.org.
84
85 Overview of changes between 0.10.2 and 0.10.4
86 =============================================
87 * Unicode 3.2 data files used.
88
89 Overview of changes between 0.10.1 and 0.10.2
90 =============================================
91 * Rule L3 of UAX#9 implemented.  Now fribidi implements the whole Unicode
92   BiDi Algorithm.
93 * The autogenerated table files now contain much fewer symbols, which reduces
94   the relocation time of the library.
95
96 See ChangeLog for more descriptive list of changes.