Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 3 May 2007 02:45:02 +0000 (02:45 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 3 May 2007 02:45:02 +0000 (02:45 +0000)
svn path=/trunk/; revision=5476

ChangeLog
NEWS

index 2c984ca..1ceacd5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-02  Matthias Clasen <mclasen@redhat.com>
+
+       * NEWS: Updates
+
 2007-05-02  Marco Barisione <marco@barisione.org>
 
        * glib/gregex.c: Made more clear that the string passed to the match
diff --git a/NEWS b/NEWS
index f672548..2ad526f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Overview of Changes from GLib 2.13.0 to GLib 2.13.1
+===================================================
+
+* GRegex:
+ - Portability fixes
+ - Split into immutable GRegex and GMatchInfo
+ - Add g_regex_get_max_backref() and g_regex_get_capture_count()
+   to obtain information about the compiled regex
+
+* GKeyFile:
+ - Fix roundtrip problems
+ - Add g_key_file_load_from_dirs()
+
+* Unicode support:
+ - Fix corner cases in case conversion routines
+
+* GOption:
+  - Add a function to get the formatted help string
+
+* GHash:
+ - Add new functions g_hash_table_get_keys() and
+   g_hash_table_get_values() to retrieve the keys and
+   values in list form
+
+* Updated transations:
+  Simplified Chinese (zh_CN)
+  Arabic (ar)
+
+
 Overview of Changes from GLib 2.12 to GLib 2.13.0
 =================================================