r44100 - in /desktop/experimental/glib2.0/debian: changelog control libglib2.0-0.symbols

laney at users.alioth.debian.org laney at users.alioth.debian.org
Mon Feb 16 13:28:00 UTC 2015


Author: laney
Date: Mon Feb 16 13:28:00 2015
New Revision: 44100

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44100
Log:
New upstream release 2.43.4

debian/libglib2.0-0.symbols: Add new symbols for this release.

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/control
    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=44100&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Mon Feb 16 13:28:00 2015
@@ -1,3 +1,21 @@
+glib2.0 (2.43.4-1) UNRELEASED; urgency=medium
+
+  * New upstream release 2.43.4
+    + GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
+      G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
+      the boilerplate needed for GObject types and interfaces.
+    + g_autoptr and g_auto are macros for declaring variables with automatic
+      cleanup. They only work with gcc and clang.
+    + GListModel is a new interface that represents a dynamic list of GObjects.
+    + GListStore is a GSequence-based implementation of GListModel.
+    + g_simple_action_set_state_hint: New function to set the state hint of
+      GSimpleActions
+    + g_settings_schema_list_children and g_settings_schema_key_get_name are
+      new functions to complete the GSettingsSchema API.
+  * debian/libglib2.0-0.symbols: Add new symbols for this release.
+
+ -- Iain Lane <laney at debian.org>  Mon, 16 Feb 2015 13:00:28 +0000
+
 glib2.0 (2.43.3-1) experimental; urgency=medium
 
   [ Laurent Bigonville ]

Modified: desktop/experimental/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/control?rev=44100&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/control	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/control	[utf-8] Mon Feb 16 13:28:00 2015
@@ -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>, Iain Lane <laney at debian.org>
 Build-Depends: debhelper (>= 9),
                cdbs (>= 0.4.93),
                dh-autoreconf,

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=44100&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] Mon Feb 16 13:28:00 2015
@@ -995,6 +995,20 @@
  g_io_stream_splice_finish at Base 2.28.0
  g_io_stream_splice_flags_get_type at Base 2.28.0
  g_keyfile_settings_backend_new at Base 2.26.0
+ g_list_model_get_item at Base 2.43.4
+ g_list_model_get_item_type at Base 2.43.4
+ g_list_model_get_n_items at Base 2.43.4
+ g_list_model_get_object at Base 2.43.4
+ g_list_model_get_type at Base 2.43.4
+ g_list_model_items_changed at Base 2.43.4
+ g_list_store_append at Base 2.43.4
+ g_list_store_get_type at Base 2.43.4
+ g_list_store_insert at Base 2.43.4
+ g_list_store_insert_sorted at Base 2.43.4
+ g_list_store_new at Base 2.43.4
+ g_list_store_remove at Base 2.43.4
+ g_list_store_remove_all at Base 2.43.4
+ g_list_store_splice at Base 2.43.4
  g_loadable_icon_get_type at Base 2.16.0
  g_loadable_icon_load at Base 2.16.0
  g_loadable_icon_load_async at Base 2.16.0
@@ -1339,6 +1353,7 @@
  g_settings_schema_has_key at Base 2.39.4
  g_settings_schema_key_get_default_value at Base 2.39.4
  g_settings_schema_key_get_description at Base 2.39.4
+ g_settings_schema_key_get_name at Base 2.43.4
  g_settings_schema_key_get_range at Base 2.39.4
  g_settings_schema_key_get_summary at Base 2.39.4
  g_settings_schema_key_get_type at Base 2.39.4
@@ -1346,6 +1361,7 @@
  g_settings_schema_key_range_check at Base 2.39.4
  g_settings_schema_key_ref at Base 2.39.4
  g_settings_schema_key_unref at Base 2.39.4
+ g_settings_schema_list_children at Base 2.43.4
  g_settings_schema_ref at Base 2.31.8
  g_settings_schema_source_get_default at Base 2.31.8
  g_settings_schema_source_get_type at Base 2.31.8
@@ -1378,6 +1394,7 @@
  g_simple_action_new_stateful at Base 2.28.0
  g_simple_action_set_enabled at Base 2.28.0
  g_simple_action_set_state at Base 2.30.0
+ g_simple_action_set_state_hint at Base 2.43.4
  g_simple_async_report_error_in_idle at Base 2.16.0
  g_simple_async_report_gerror_in_idle at Base 2.16.0
  g_simple_async_report_take_gerror_in_idle at Base 2.28.0




More information about the pkg-gnome-commits mailing list