diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-16 04:01:57 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-16 04:01:57 +0000 |
commit | 372712df9b093d974848e3c08904086643af6d02 (patch) | |
tree | f2910a6c1026bb127ec40172a9bd5ed60d07dca4 | |
parent | 2c73140cc107ee53658e922776d037db3d4d13f1 (diff) |
Updates
svn path=/trunk/; revision=7362
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 40 |
2 files changed, 43 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2008-08-16 Matthias Clasen <mclasen@redhat.com> + + * NEWS: Updates + 2008-08-15 12:41:26 Tim Janik <timj@imendio.com> * glib/gtestutils.c: changed assertion messages, so older emacsen @@ -1,4 +1,42 @@ -Overview of Changes from GLib 2.17.4 to GLib 2.17.5 +Overview of Changes from GLib 2.17.6 to GLib 2.17.7 +=================================================== + +* More fixes for 64-bit Windows + +* Bugs fixed: + 546329 API docs for g_utf8_normalize() are incorrect + 546876 Modify GMarkup parser to accept  ..  + 547200 g_utf8_find_next_char() issues + 547637 unconditional #include of sys/statfs.h in configure + 547337 G_DISABLE_DEPRECATED breaks tests build + 547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict + 502498 Test framework assertion failures should follow gcc + 546371 Improve docs re g_file_monitor + 546483 GThemedIcon:use-default-fallbacks is not readable without... + 546132 GFileIcon is bindings-unfriendly + 542156 zfs mount in home directory shown on nautilus desktop + 535124 umask 002 not being applied for new directories... + 547080 g_file_copy leaks expected errors + 546582 Callbacks from GFileMonitor present a GFile... + 547262 Missing link in the docs + +* Updated translations: + Arabic (ar) + Catalan (ca) + Spanish (es) + Basque (eu) + Finnish (fi) + Galician (gl) + Hebrew (he) + Marathi (mr) + Norwegian bokmål (nb) + Portugese (pt) + Brazilian Portugese (pt_BR) + Swedish (sv) + Thai (th) + + +Overview of Changes from GLib 2.17.4 to GLib 2.17.6 =================================================== * Fix problems on 64-bit Windows |