From c534348ea5b85b9947764ba911e423ed7af349a8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 22 Jul 2006 17:12:27 +0000 Subject: [PATCH] Updates --- ChangeLog | 4 +++ ChangeLog.pre-2-12 | 4 +++ NEWS | 16 ++++++++++++ TODO.xml | 65 ---------------------------------------------- 4 files changed, 24 insertions(+), 65 deletions(-) delete mode 100644 TODO.xml diff --git a/ChangeLog b/ChangeLog index 1d8eea98c..184d3dac6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-22 Matthias Clasen + + * NEWS: Updates + 2006-07-21 Behdad Esfahbod * glib/gmirroringtable.h: Updated to Unicode Character Database 5.0.0. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 1d8eea98c..184d3dac6 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2006-07-22 Matthias Clasen + + * NEWS: Updates + 2006-07-21 Behdad Esfahbod * glib/gmirroringtable.h: Updated to Unicode Character Database 5.0.0. diff --git a/NEWS b/NEWS index c706d81a3..4dff73b9b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Overview of Changes from GLib 2.12.0 to GLib 2.12.1 +=================================================== + +* Update to final Unicode Character Database 5.0.0 + +* Bugs fixed: + 346660 issues with base64 api documentation / g_base64_decode_cl... + 348136 Coverity reports allocation of wrong size CID #2839 + 336281 Update to UCD 5.0 + 346197 g_date_strftime %F option doesnt work for win32 + 348011 Small optimization to real_toupper() + +* New and updated translations (bg,bn_IN,ca,dz,eu,fi, + fr,he,it,ja,mk,or,pt) + + Overview of Changes from GLib 2.11.4 to GLib 2.12 ================================================= diff --git a/TODO.xml b/TODO.xml deleted file mode 100644 index 940835ab9..000000000 --- a/TODO.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - GLib TODO list -
- GLib - - - Time type - -

- glib has a GDate class for calendrical calculations, but also needs a - way to deal with time. Fairly tricky to implement well. -

-
- gtk-devel-list@redhat.com -
- - - Regular expression support - -

- Someone (happybob?) wrote regexp support for glib. This needs to get a - final audit and then go in to the source tree. -

- -
- gtk-devel-list@redhat.com -
- - - Argument parsing - -

- Put support for command line argument parsing in glib. - This should probably just be a renaming of popt. - It's a larger task if you start from scratch. -

- -
- gtk-devel-list@redhat.com -
- - - Signal source for main loop - -

- Tim has a signal source for the main loop in bse, - have to remember to get this in glib. -

- -
- timj@gtk.org -
- - -
-