From 36917dbee35844bc846904f18821a5bdb9468c13 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 3 May 2007 02:45:02 +0000 Subject: [PATCH] Updates svn path=/trunk/; revision=5476 --- ChangeLog | 4 ++++ NEWS | 29 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2c984cad6..1ceacd543 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-02 Matthias Clasen + + * NEWS: Updates + 2007-05-02 Marco Barisione * glib/gregex.c: Made more clear that the string passed to the match diff --git a/NEWS b/NEWS index f6725481c..2ad526fca 100644 --- 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 =================================================