X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=950236064e51ace327bb32146b6f5447ea3e8abd;hb=b18159d7871361885e9443ff47857a99055d0555;hp=28f074cd7f79f3adbc8528081ecb82ddd42c3c84;hpb=d4ef10676308831471bc331ce4304fde67393821;p=platform%2Fupstream%2Ffribidi.git diff --git a/NEWS b/NEWS index 28f074c..9502360 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +Overview of changes between 1.0.1 and 1.0.2 +============================================= + +* Added meson build system. +* glib dependency was completely removed even for tests. +* Tests now run on Visual Studio (through meson). +* Cleanup of obsolete options +* Travis support. + +Overview of changes between 1.0 and 1.0.1 +============================================= + +* Minor distribution related fixes. + +Overview of changes between 0.19.7 and 1.0 +============================================= + +* Full isolate and parenthesis support as per Unicode 6.3 to Unicode 10.0 . +* To get access to the new algorithm calls to the function + `fribidi_get_par_embedding_levels()` must be replaced with calls to + `fribidi_get_par_embedding_levels_ex()`. These function are not API + compatible. Calling the older function will use default values for + the new bracket properties and will sometimes yield non-complient + results. + Overview of changes between 0.19.6 and 0.19.7 ============================================= * Disable thread-unsafe memory pool by default. (bug #79385)