r34286 - /desktop/unstable/libsoup2.4/debian/changelog

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Mon Apr 16 22:02:52 UTC 2012


Author: mpitt
Date: Mon Apr 16 22:02:51 2012
New Revision: 34286

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34286
Log:
* New upstream release:
  - Fixed a situation where soup_connection_disconnect() could end up
    calling g_object_unref(NULL) when an idle connection was closed
  - Fixed two warnings when cancelling an in-progress
    soup_socket_connect_async()
  - Fixed a crash when disposing a SoupServer with open connections
  - Fixed the SoupSession:ssl-use-system-ca-file property to get turned off
    (rather than on) when you set it to FALSE... Also fixed up the property
    notifications around the various certificate-verification properties
    (ssl-ca-file, ssl-use-system-ca-file, and tls-database).
  - Fixed SoupSession to not leak paused SoupMessages that were still in
    progress when it was unreffed.

Modified:
    desktop/unstable/libsoup2.4/debian/changelog

Modified: desktop/unstable/libsoup2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/changelog?rev=34286&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/changelog [utf-8] Mon Apr 16 22:02:51 2012
@@ -1,3 +1,20 @@
+libsoup2.4 (2.38.1-1) UNRELEASED; urgency=low
+
+  * New upstream release:
+    - Fixed a situation where soup_connection_disconnect() could end up
+      calling g_object_unref(NULL) when an idle connection was closed
+    - Fixed two warnings when cancelling an in-progress
+      soup_socket_connect_async()
+    - Fixed a crash when disposing a SoupServer with open connections
+    - Fixed the SoupSession:ssl-use-system-ca-file property to get turned off
+      (rather than on) when you set it to FALSE... Also fixed up the property
+      notifications around the various certificate-verification properties
+      (ssl-ca-file, ssl-use-system-ca-file, and tls-database).
+    - Fixed SoupSession to not leak paused SoupMessages that were still in
+      progress when it was unreffed.
+
+ -- Martin Pitt <mpitt at debian.org>  Tue, 17 Apr 2012 00:00:36 +0200
+
 libsoup2.4 (2.38.0-1) unstable; urgency=low
 
   * New upstream release.




More information about the pkg-gnome-commits mailing list