r35603 - in /desktop/experimental/glib2.0/debian: changelog control control.in libglib2.0-0.symbols
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Tue Aug 7 16:29:25 UTC 2012
Author: laney
Date: Tue Aug 7 16:29:25 2012
New Revision: 35603
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35603
Log:
* New upstream release 2.33.8.
- GIO now has a g_file_delete_async function
- The defaults for GThreadPools max_unused_threads and max_idle_time
values have been changed to 2 and 15*1000, respectively.
* debian/control{,.in}: XC-Package-Type → Package-Type, thanks to Lintian.
* debian/libglib2.0-0.symbols: Update for new symbols in this release and
remove Debian revisions which aren't necessary.
Modified:
desktop/experimental/glib2.0/debian/changelog
desktop/experimental/glib2.0/debian/control
desktop/experimental/glib2.0/debian/control.in
desktop/experimental/glib2.0/debian/libglib2.0-0.symbols
Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=35603&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Tue Aug 7 16:29:25 2012
@@ -1,3 +1,15 @@
+glib2.0 (2.33.8-1) experimental; urgency=low
+
+ * New upstream release 2.33.8.
+ - GIO now has a g_file_delete_async function
+ - The defaults for GThreadPools max_unused_threads and max_idle_time
+ values have been changed to 2 and 15*1000, respectively.
+ * debian/control{,.in}: XC-Package-Type → Package-Type, thanks to Lintian.
+ * debian/libglib2.0-0.symbols: Update for new symbols in this release and
+ remove Debian revisions which aren't necessary.
+
+ -- Iain Lane <laney at debian.org> Tue, 07 Aug 2012 14:38:25 +0100
+
glib2.0 (2.33.6-1) experimental; urgency=low
* New upstream release.
Modified: desktop/experimental/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/control?rev=35603&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/control [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/control [utf-8] Tue Aug 7 16:29:25 2012
@@ -59,7 +59,7 @@
Package: libglib2.0-udeb
Section: debian-installer
-XC-Package-Type: udeb
+Package-Type: udeb
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Modified: desktop/experimental/glib2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/control.in?rev=35603&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/control.in [utf-8] Tue Aug 7 16:29:25 2012
@@ -59,7 +59,7 @@
Package: libglib at APIVER@-udeb
Section: debian-installer
-XC-Package-Type: udeb
+Package-Type: udeb
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Modified: desktop/experimental/glib2.0/debian/libglib2.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/libglib2.0-0.symbols?rev=35603&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/libglib2.0-0.symbols [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/libglib2.0-0.symbols [utf-8] Tue Aug 7 16:29:25 2012
@@ -282,7 +282,7 @@
g_dbus_connection_get_capabilities at Base 2.26.0
g_dbus_connection_get_exit_on_close at Base 2.26.0
g_dbus_connection_get_guid at Base 2.26.0
- g_dbus_connection_get_last_serial at Base 2.33.3-1
+ g_dbus_connection_get_last_serial at Base 2.33.3
g_dbus_connection_get_peer_credentials at Base 2.26.0
g_dbus_connection_get_stream at Base 2.26.0
g_dbus_connection_get_type at Base 2.26.0
@@ -468,7 +468,7 @@
g_dbus_object_manager_server_export_uniquely at Base 2.30.0
g_dbus_object_manager_server_get_connection at Base 2.30.0
g_dbus_object_manager_server_get_type at Base 2.30.0
- g_dbus_object_manager_server_is_exported at Base 2.33.3-1
+ g_dbus_object_manager_server_is_exported at Base 2.33.3
g_dbus_object_manager_server_new at Base 2.30.0
g_dbus_object_manager_server_set_connection at Base 2.30.0
g_dbus_object_manager_server_unexport at Base 2.30.0
@@ -621,6 +621,8 @@
g_file_create_readwrite_async at Base 2.22.0
g_file_create_readwrite_finish at Base 2.22.0
g_file_delete at Base 2.16.0
+ g_file_delete_async at Base 2.33.8
+ g_file_delete_finish at Base 2.33.8
g_file_descriptor_based_get_fd at Base 2.24.0
g_file_descriptor_based_get_type at Base 2.24.0
g_file_dup at Base 2.16.0
@@ -1493,6 +1495,7 @@
g_tls_certificate_flags_get_type at Base 2.28.0
g_tls_certificate_get_issuer at Base 2.28.0
g_tls_certificate_get_type at Base 2.28.0
+ g_tls_certificate_is_same at Base 2.33.8
g_tls_certificate_list_new_from_file at Base 2.28.0
g_tls_certificate_new_from_file at Base 2.28.0
g_tls_certificate_new_from_files at Base 2.28.0
@@ -1890,6 +1893,7 @@
g_completion_new at Base 2.12.0
g_completion_remove_items at Base 2.12.0
g_completion_set_compare at Base 2.12.0
+ g_compute_checksum_for_bytes at Base 2.33.8
g_compute_checksum_for_data at Base 2.16.0
g_compute_checksum_for_string at Base 2.16.0
g_compute_hmac_for_data at Base 2.30.0
@@ -2254,7 +2258,7 @@
g_list_append at Base 2.12.0
g_list_concat at Base 2.12.0
g_list_copy at Base 2.12.0
- g_list_copy_deep at Base 2.33.3-1
+ g_list_copy_deep at Base 2.33.3
g_list_delete_link at Base 2.12.0
g_list_find at Base 2.12.0
g_list_find_custom at Base 2.12.0
@@ -2703,7 +2707,7 @@
g_slist_append at Base 2.12.0
g_slist_concat at Base 2.12.0
g_slist_copy at Base 2.12.0
- g_slist_copy_deep at Base 2.33.3-1
+ g_slist_copy_deep at Base 2.33.3
g_slist_delete_link at Base 2.12.0
g_slist_find at Base 2.12.0
g_slist_find_custom at Base 2.12.0
More information about the pkg-gnome-commits
mailing list