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