diff --git a/glib-2.21.0.tar.bz2 b/glib-2.21.0.tar.bz2 deleted file mode 100644 index 426e102..0000000 --- a/glib-2.21.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e82b5ccf9cb214fff578f83e61f86a22ae48f44eb021e5ba1220fad03e2e6cb7 -size 5094305 diff --git a/glib-2.21.1.tar.bz2 b/glib-2.21.1.tar.bz2 new file mode 100644 index 0000000..4ae9b81 --- /dev/null +++ b/glib-2.21.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd234ff78b99f73c4617b6c93fff67c7d1b89b123a0cdcd0c214a746c6722fb7 +size 5250589 diff --git a/glib2.changes b/glib2.changes index 0a4383f..4e1fb09 100644 --- a/glib2.changes +++ b/glib2.changes @@ -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 diff --git a/glib2.spec b/glib2.spec index 6a847ca..11de771 100644 --- a/glib2.spec +++ b/glib2.spec @@ -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: