Imported Upstream version 1.0.10
[platform/upstream/fribidi.git] / NEWS
1 Overview of changes between 1.0.9 and 1.0.10
2 =============================================
3
4 * Fixed various compilation problems and symbol exports necessary for proper compilation under windows.
5
6 Overview of changes between 1.0.8 and 1.0.9
7 =============================================
8
9 * A bug fix in the fribidi unicode algorithm where isolate sequences were not really isolated.
10
11 * Restored mistakenly removed deprecated function fribidi_log2vis_get_embedding_levels()
12
13 * autotools now generates xz archives instead of bzip2 archives
14
15 Overview of changes between 1.0.7 and 1.0.8
16 =============================================
17
18 * A bug fix in the fribidi unicode algorithm for multiple isolate sequences.
19
20 * Fixed a potential buffer overflow for a long sequence of isolate overrides characters
21
22
23 Overview of changes between 1.0.6 and 1.0.7
24 =============================================
25
26 * This is a minor bugfix that removes symlinks and updates the meson version.
27
28 Overview of changes between 1.0.5 and 1.0.6
29 =============================================
30
31 * This is a minor bugfix release that fixes a list of minor issues that have turned up during the last year.
32
33 * Various compilation and cross compilation issues.
34
35 * Various minor header cleanups.
36
37 * Removed libc's bsearch for performance and portability reasons
38
39 Overview of changes between 1.0.4 and 1.0.5
40 =============================================
41
42 * 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.
43
44 * The release also includes a small speedup due to small arrays being allocated on the stack instead of in dynamic memory.
45
46 * Updated Unicode tables to version 11.
47
48 Overview of changes between 1.0.3 and 1.0.4
49 =============================================
50
51 * Updated Unicode tables to version 11.
52
53 Overview of changes between 1.0.2 and 1.0.3
54 =============================================
55
56 * Minor compilation issues.
57
58 Overview of changes between 1.0.1 and 1.0.2
59 =============================================
60
61 * Added meson build system.
62 * glib dependency was completely removed even for tests.
63 * Tests now run on Visual Studio (through meson).
64 * Cleanup of obsolete options
65 * Travis support.
66
67 Overview of changes between 1.0 and 1.0.1
68 =============================================
69
70 * Minor distribution related fixes.
71
72 Overview of changes between 0.19.7 and 1.0
73 =============================================
74
75 * Full isolate and parenthesis support as per Unicode 6.3 to Unicode 10.0 . 
76 * To get access to the new algorithm calls to the function
77   `fribidi_get_par_embedding_levels()` must be replaced with calls to
78   `fribidi_get_par_embedding_levels_ex()`. These function are not API
79   compatible. Calling the older function will use default values for
80   the new bracket properties and will sometimes yield non-compliant
81   results.
82
83 Overview of changes between 0.19.6 and 0.19.7
84 =============================================
85 * Disable thread-unsafe memory pool by default. (bug #79385)
86 * Misc fixes.
87
88 Overview of changes between 0.19.5 and 0.19.6
89 =============================================
90 * Fix two minor bidi bugs.
91 * Build with new libtool to support ppc64le.
92
93 Overview of changes between 0.19.4 and 0.19.5
94 =============================================
95 * Update to Unicode 6.2.0.
96
97 Overview of changes between 0.19.2 and 0.19.4
98 =============================================
99 * Update to Unicode 6.1.0.
100 * Misc fixes.
101
102 Overview of changes between 0.19.1 and 0.19.2
103 =============================================
104 * Update to Unicode Character Database 5.1.0
105 * Fixed bug in Arabic ligature table (bug #208870)
106 * Handle RLM/LRM in CP1255 charset converter. (bug #15328, Artyom)
107
108 Overview of changes between 0.10.9 and 0.19.1
109 =============================================
110 * This is the first release of the fribidi2 module in CVS, mostly
111   developed in 2004 and 2005.
112 * Support for Arabic joining/shaping added.
113 * API for correct handling of multi-line paragraphs added.
114 * Restructured code base.
115 * Supposed to be fully API/ABI compatible with 0.10 releases.
116   Please report if it is not.
117
118 Overview of changes between 0.10.8 and 0.10.9
119 =============================================
120 * Minor bugfix.
121
122 Overview of changes between 0.10.7 and 0.10.8
123 =============================================
124 * Update to Unicode Character Database 5.0.0
125
126 Overview of changes between 0.10.6 and 0.10.7
127 =============================================
128 * Nothing really.  Just to fix my mess with 0.10.6 release (that never left
129   the door.)
130
131 Overview of changes between 0.10.5 and 0.10.6
132 =============================================
133 * Fixed type sizes when stdint.h is not available.
134
135 Overview of changes between 0.10.4 and 0.10.5
136 =============================================
137 * Unicode 4.1.0 character database used.
138 * Fixed type sizes on 64-bit architectures.
139 * We've become GNU FriBidi.  Note capitalization please.
140 * We have moved to http://fribidi.org/, hosted on freedesktop.org.
141
142 Overview of changes between 0.10.2 and 0.10.4
143 =============================================
144 * Unicode 3.2 data files used.
145
146 Overview of changes between 0.10.1 and 0.10.2
147 =============================================
148 * Rule L3 of UAX#9 implemented.  Now fribidi implements the whole Unicode
149   BiDi Algorithm.
150 * The autogenerated table files now contain much fewer symbols, which reduces
151   the relocation time of the library.
152
153 See ChangeLog for more descriptive list of changes.