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