Accepting request 34351 from home:dimstar:branches:GNOME:Factory

Copy from home:dimstar:branches:GNOME:Factory/glib2 via accept of submit request 34351 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/34351
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=75
This commit is contained in:
Magnus Boman
2010-03-11 23:05:31 +00:00
committed by Git OBS Bridge
parent e7e9d57673
commit 3180a83ac0
4 changed files with 36 additions and 5 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Mar 8 18:35:41 CET 2010 - dimstar@opensuse.org
- Update to version 2.23.5:
+ New API addition: g_malloc_n() and friends used to implement an
overflow-safe family of g_new() macros.
+ GVariant:
- GVariantBuilder and GVariantIter are now merged.
- The variable arguments API is now merged.
- The parser will be in a future release.
+ GIO:
- Remove GUtf8InputStream (which never appeared in a stable
release) for now since it doesn't satisfy the needs of its
main intended use case. We hope to reimplement this feature
in a better form in a future release.
+ Bugs fixed:
- bgo#609531: missing licence headers
- bgo#612107: Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
- bgo#611897: g_io_modules_scan_all_in_directory leaks
- bgo#608196: Overflow-safe g_new family
- bgo#611696: gio uses GetAddrInfo which requires special
handing on windows 2k
- bgo#605667: Don't use G_PARAM_SPEC_VALUE_TYPE when we know
the pspec is valid
- bgo#610860: test_g_file_open_readwrite fails if $HOME is
unwritable
- bgo#552912: glib-2.18 /live-g-file/test_copy_move failed when
run as root
- bgo#609813: Renaming a file discards file notes
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 22 08:09:22 CET 2010 - dimstar@opensuse.org