Hello community,

here is the log from the commit of package dconf for openSUSE:Factory checked 
in at 2018-11-08 09:43:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dconf (Old)
 and      /work/SRC/openSUSE:Factory/.dconf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dconf"

Thu Nov  8 09:43:23 2018 rev:47 rq:644290 version:0.30.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dconf/dconf.changes      2018-10-17 
08:09:52.127169355 +0200
+++ /work/SRC/openSUSE:Factory/.dconf.new/dconf.changes 2018-11-08 
09:43:25.589455667 +0100
@@ -1,0 +2,6 @@
+Tue Oct 23 10:16:40 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 0.30.1:
+  + Engine: Fix memory leak when subscribing to a path.
+
+-------------------------------------------------------------------

Old:
----
  dconf-0.30.0.tar.xz

New:
----
  dconf-0.30.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dconf.spec ++++++
--- /var/tmp/diff_new_pack.Kc4ndh/_old  2018-11-08 09:43:26.317454819 +0100
+++ /var/tmp/diff_new_pack.Kc4ndh/_new  2018-11-08 09:43:26.317454819 +0100
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           dconf
-Version:        0.30.0
+Version:        0.30.1
 Release:        0
 Summary:        Key-based configuration system
 License:        LGPL-2.1-or-later

++++++ dconf-0.30.0.tar.xz -> dconf-0.30.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dconf-0.30.0/NEWS new/dconf-0.30.1/NEWS
--- old/dconf-0.30.0/NEWS       2018-09-03 01:29:36.000000000 +0200
+++ new/dconf-0.30.1/NEWS       2018-10-22 23:53:04.000000000 +0200
@@ -1,3 +1,9 @@
+Changes in dconf 0.30.1
+=======================
+
+ - Engine: Fix memory leak when subscribing to a path
+   (Guido Günther; !25)
+
 Changes in dconf 0.30.0
 =======================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dconf-0.30.0/engine/dconf-engine.c 
new/dconf-0.30.1/engine/dconf-engine.c
--- old/dconf-0.30.0/engine/dconf-engine.c      2018-09-03 01:29:36.000000000 
+0200
+++ new/dconf-0.30.1/engine/dconf-engine.c      2018-10-22 23:53:04.000000000 
+0200
@@ -974,6 +974,7 @@
                                      ow->path);
 
   dconf_engine_unlock_subscription_counts (engine);
+  g_clear_pointer (&ow->path, g_free);
   dconf_engine_call_handle_free (handle);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dconf-0.30.0/meson.build new/dconf-0.30.1/meson.build
--- old/dconf-0.30.0/meson.build        2018-09-03 01:29:36.000000000 +0200
+++ new/dconf-0.30.1/meson.build        2018-10-22 23:53:04.000000000 +0200
@@ -1,6 +1,6 @@
 project(
   'dconf', ['c', 'vala'],
-  version: '0.30.0',
+  version: '0.30.1',
   license: 'LGPL2.1+',
   meson_version: '>= 0.46.0',
 )


Reply via email to