OBS User unknown 2009-06-12 15:14:48 +00:00 committed by Git OBS Bridge
parent a2289d3568
commit 9e208b3aa2
4 changed files with 90 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Fri May 29 12:45:00 CEST 2009 - vuntz@novell.com
- Update to version 2.21.1:
+ GIO:
- Support for network IO has been added, including a low-level
socket API and a high-level API for network connections and
services.
- Support for read-write access with GIOStream and its
subclasses.
- GMount gained a pre-unmount signal.
+ Bug fixes:
- bgo#576104: Implement GMount::pre-unmount
- bgo#578769: implement GWinHttpFileInputStream::close_fn
- bgo#582856: gsocket.c doesn't compile on Solaris
- bgo#569375: g[u]intptr undocumented
- bgo#573246: [FIX] g_desktop_app_info_dup() can access NULL
pointer
- bgo#575013: g_cancellable_push_current() does not allow NULL
- bgo#577884: live-g-file.c:461: error: format %d expects
type ...
- bgo#578499: g_output_stream_splice and stream closing with
gnio strea...
- bgo#579558: Application employing gvfs crashes with only
libgvfscommo...
- bgo#583001: SIGPIPE (grr!)
- bgo#583061: Please add convenience function to connect to
machines by...
- bgo#583198: typo in error message
- bgo#583206: use g_set_error_literal where appropriate
- bgo#583229: void function g_async_initable_init_async returns
value
- bgo#583324: locking problem in g_main_context_iterate()
- bgo#583408: void function g_socket_control_message_serialize
returns ...
- bgo#578786: wrong and confusing error message
- bgo#583205: g_inet_address_to_bytes has no length outparam
- bgo#583196: mem leak in keyfile test
- bgo#583663: GSocketType enum ends with a comma
- bgo#569024: Make g_error_new_valist public
- bgo#569376: missing G_G[U]INTPTR_FORMAT
- bgo#580347: off-by-1 bug in GWinHttpFile
+ Updated translations.
-------------------------------------------------------------------
Tue May 5 17:11:39 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package glib2 (Version 2.21.0)
# spec file for package glib2 (Version 2.21.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -36,7 +36,7 @@ AutoReqProv: on
Obsoletes: glib2-64bit
%endif
#
Version: 2.21.0
Version: 2.21.1
Release: 1
Summary: A Library with Convenient Functions Written in C
Url: http://www.gtk.org/
@ -525,6 +525,47 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/gtk-doc/html
%changelog
* Fri May 29 2009 vuntz@novell.com
- Update to version 2.21.1:
+ GIO:
- Support for network IO has been added, including a low-level
socket API and a high-level API for network connections and
services.
- Support for read-write access with GIOStream and its
subclasses.
- GMount gained a pre-unmount signal.
+ Bug fixes:
- bgo#576104: Implement GMount::pre-unmount
- bgo#578769: implement GWinHttpFileInputStream::close_fn
- bgo#582856: gsocket.c doesn't compile on Solaris
- bgo#569375: g[u]intptr undocumented
- bgo#573246: [FIX] g_desktop_app_info_dup() can access NULL
pointer
- bgo#575013: g_cancellable_push_current() does not allow NULL
- bgo#577884: live-g-file.c:461: error: format %%d expects
type ...
- bgo#578499: g_output_stream_splice and stream closing with
gnio strea...
- bgo#579558: Application employing gvfs crashes with only
libgvfscommo...
- bgo#583001: SIGPIPE (grr!)
- bgo#583061: Please add convenience function to connect to
machines by...
- bgo#583198: typo in error message
- bgo#583206: use g_set_error_literal where appropriate
- bgo#583229: void function g_async_initable_init_async returns
value
- bgo#583324: locking problem in g_main_context_iterate()
- bgo#583408: void function g_socket_control_message_serialize
returns ...
- bgo#578786: wrong and confusing error message
- bgo#583205: g_inet_address_to_bytes has no length outparam
- bgo#583196: mem leak in keyfile test
- bgo#583663: GSocketType enum ends with a comma
- bgo#569024: Make g_error_new_valist public
- bgo#569376: missing G_G[U]INTPTR_FORMAT
- bgo#580347: off-by-1 bug in GWinHttpFile
+ Updated translations.
* Tue May 05 2009 vuntz@novell.com
- Update to version 2.21.0:
+ GIO: