r44264 - in /desktop/experimental/glib2.0/debian: changelog control patches/regex-test-do-not-assert-that-system-PCRE-allows-P-1.patch patches/series

laney at users.alioth.debian.org laney at users.alioth.debian.org
Fri May 1 12:27:38 UTC 2015


Author: laney
Date: Fri May  1 12:27:38 2015
New Revision: 44264

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

Removed:
    desktop/experimental/glib2.0/debian/patches/regex-test-do-not-assert-that-system-PCRE-allows-P-1.patch
Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/control
    desktop/experimental/glib2.0/debian/patches/series

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=44264&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Fri May  1 12:27:38 2015
@@ -1,3 +1,35 @@
+glib2.0 (2.45.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release 2.45.1
+    + The GSettings schema compiler, glib-compile-schemas has been changed
+      to reject schema xml that has duplicate <summary> or <description>
+      elements. Such elements typically occur when translations are merged
+      into the schema, with xml:lang attributes. This is not the correct way
+      to translate schemas. Instead keep the translations in the .mo file and
+      set the gettext-domain attribute on the <schemalist> element. To avoid
+      breaking already-installed schemas, this change is only taking effect
+      when you use the --strict option.
+    + The file monitoring infrastructure has been rewritten, and all backends
+      have seen major improvements.
+      + The inotify backend is reporting events with less delay (no event will
+        be delayed more than 10ms) and wakeups due to file monitoring have
+        been significantly reduced. A CHANGES_DONE event will also be sent
+        when new files appear.
+      + The poll implementation is now using the thread default main context.
+      + The fam implmentation is now running in the worker thread.
+      + The fen implementation has been removed, since it was unmaintained.
+    + The hardcoded 10-thread limit of GTask's thread pool has been removed,
+      since it was prone to causing deadlocks. The thread pool is now allowed
+      to grow dynamically and will shrink back over time.
+    + GSimpleAsyncResult has been deprecated in favor of GTask.
+    + The algorithm used by GAppInfo to find default handlers for mime types
+      has been tweaked to prefer apps that handle the specific subtype over
+      default handlers for a generic supertype.
+  * d/p/regex-test-do-not-assert-that-system-PCRE-allows-P-1.patch: Drop,
+    applied upstream.
+
+ -- Iain Lane <laney at debian.org>  Mon, 30 Mar 2015 17:47:31 +0100
+
 glib2.0 (2.44.0-1) experimental; urgency=medium
 
   * New upstream release 2.44.0

Modified: desktop/experimental/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/control?rev=44264&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/control	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/control	[utf-8] Fri May  1 12:27:38 2015
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Iain Lane <laney at debian.org>
+Uploaders: Iain Lane <laney at debian.org>
 Build-Depends: debhelper (>= 9),
                cdbs (>= 0.4.93),
                dh-autoreconf,

Modified: desktop/experimental/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/series?rev=44264&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/series	[utf-8] Fri May  1 12:27:38 2015
@@ -17,5 +17,4 @@
 0001-timer-test-use-volatile-for-locals.patch
 skip-broken-timer-test.patch
 regex-if-PCRE-is-8.34-or-later-disable-auto-possessi.patch
-regex-test-do-not-assert-that-system-PCRE-allows-P-1.patch
 regex-test-do-not-assert-that-system-PCRE-still-has-.patch




More information about the pkg-gnome-commits mailing list