summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-08-30 05:38:19 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-08-30 05:38:19 +0000
commit1a1733c18fe124b2c5f86612963440ce8517d481 (patch)
tree701592eabafd7ef2d5988ab8f8757d98945f3223
parent88df2b01f3ac38e2958d9eb5f4d1e5f64c53f562 (diff)
Updates
-rw-r--r--ChangeLog4
-rw-r--r--NEWS19
2 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd58e6444..cb51a4621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-30 Matthias Clasen <mclasen@redhat.com>
+
+ * NEWS: Updates
+
2006-08-27 Matthias Clasen <mclasen@redhat.com>
* configure.in: Fix the pthread compiler flag detection more.
diff --git a/NEWS b/NEWS
index f23b8663e..44867a8e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Overview of Changes from GLib 2.12.2 to GLib 2.12.3
+===================================================
+
+* Use Posix monotonic clocks instead of gettimeofday()
+ for GTimer when available.
+
+* Make the construction of singleton objects work
+ witout warnings.
+
+* Bugs fixed
+ 351583 API documentation issues with 2.15 release
+ 336114 desktop locks immediately after changing
+ the system clock
+ 351853 GKeyFile creates non-UTF-8 error messages
+
+* Translation updates (fr,hu,ja,ku,lt,lv,ml,or,
+ pt,ru,sv,vi,zh_CN)
+
+
Overview of Changes from GLib 2.12.1 to GLib 2.12.2
===================================================