diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-08-04 01:52:27 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-08-04 01:52:27 +0000 |
commit | 35247b9711f97cb0736469ae1e2141045b8dcbba (patch) | |
tree | 704061dca06e82b1f1b0e44b8f7ee73c84cac875 /NEWS | |
parent | 3e21d19bdfb96662ec4f4a885ff3f39fadc72ee3 (diff) |
Updates
svn path=/trunk/; revision=5673
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -1,4 +1,28 @@ -Overview of Changes from GLib 2.13.6 to GLib 2.13.6 +Overview of Changes from GLib 2.13.7 to GLib 2.14.0 +=================================================== + +* Last-minute API additions: + - Make g_unichar_combining_class public + - Add goffset type, add G_MAXSSIZE and G_MINSSIZE + +* Update PCRE to 7.2 + +* Bugs fixed: + 453998 Make _g_unichar_combining_class() public + 462549 gregex.c: variable is declared at middle of block + +* Updated translations: + Assamese (as) + Basque (eu) + Kannada (kn) + Malayalam (ml) + Dutch (nl) + Polish (pl) + Brazilian Portugese (pt_BR) + Turkish (tr) + + +Overview of Changes from GLib 2.13.6 to GLib 2.13.7 =================================================== * The memory corruption warning from the slice allocator that |