r43902 - in /desktop/experimental/glib2.0/debian: changelog control

laney at users.alioth.debian.org laney at users.alioth.debian.org
Tue Nov 25 12:21:11 UTC 2014


Author: laney
Date: Tue Nov 25 12:21:11 2014
New Revision: 43902

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43902
Log:
* New upstream release 2.43.1, changes since 2.42.1:
  + GQueue now accepts NULL as a sibling in g_queue_insert_before() and
    g_queue_insert_after()
  + GObject gained a debug option to provide instance counts. To use it, set
    GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
  + GOption now has a strict POSIX mode in which it stops parsing arguments
    as soon as a non-option argument is encountered.

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/control

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=43902&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Tue Nov 25 12:21:11 2014
@@ -1,3 +1,15 @@
+glib2.0 (2.43.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release 2.43.1, changes since 2.42.1:
+    + GQueue now accepts NULL as a sibling in g_queue_insert_before() and
+      g_queue_insert_after()
+    + GObject gained a debug option to provide instance counts. To use it, set
+      GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
+    + GOption now has a strict POSIX mode in which it stops parsing arguments
+      as soon as a non-option argument is encountered.
+
+ -- Iain Lane <laney at debian.org>  Tue, 25 Nov 2014 12:19:17 +0000
+
 glib2.0 (2.42.1-1) unstable; urgency=medium
 
   [ Iain Lane ]

Modified: desktop/experimental/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/control?rev=43902&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/control	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/control	[utf-8] Tue Nov 25 12:21:11 2014
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Iain Lane <laney at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 9),
                cdbs (>= 0.4.93),
                dh-autoreconf,




More information about the pkg-gnome-commits mailing list