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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd2a18649b5ae32ebb5e25ea2246b15104658e9bdf53ed879498a54975f52456
size 5256348

3
glib-2.23.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70981971491a00b6a8c5c8bc4b70517472ac5a6947183080ec7604b16ebcc86e
size 5766946

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

View File

@ -1,5 +1,5 @@
#
# spec file for package glib2 (Version 2.23.4)
# spec file for package glib2 (Version 2.23.5)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,7 +20,7 @@
Name: glib2
%define _name glib
Version: 2.23.4
Version: 2.23.5
Release: 1
License: LGPLv2.1+
Summary: A Library with Convenient Functions Written in C