Hello community,

here is the log from the commit of package libconfuse for openSUSE:Factory 
checked in at 2020-07-01 18:22:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libconfuse (Old)
 and      /work/SRC/openSUSE:Factory/.libconfuse.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libconfuse"

Wed Jul  1 18:22:13 2020 rev:2 rq:817807 version:3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libconfuse/libconfuse.changes    2018-10-22 
11:05:51.212146542 +0200
+++ /work/SRC/openSUSE:Factory/.libconfuse.new.3060/libconfuse.changes  
2020-07-01 18:22:14.173865161 +0200
@@ -1,0 +2,29 @@
+Thu Jun 25 07:08:53 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 3.3:
+  Changes:
+  * Support building static library on Windows
+  * Support for fmemopen() in Windows UWP applications
+  * Support for cfg_getopt(cfg, "sub=name|option"), i.e., get an
+    option from a sub-section, by Peter Rosin
+  * Support for CFGF_MODIFIED flag, to detect changes to settings
+    in memory after parsing, by Peter Rosin
+  * Support for filtering out settings when printing, by Peter Rosin
+  * Support for dynamic key=value sections with no pre-runtime
+    knowledge of setting names, useful for environment variables
+    and similar
+  * Updated German translation, by Chris Leick
+  Fixes:
+  * Fix loop-forever bug found by Christian Reitter; a .conf file
+    containing only "=", will cause even the simplest parser to loop
+    forever in internal function cfg_getopt_secidx()
+  * Issue #113: Fail to build strdup() replacement
+  * Issue #118: Fix build on Windows, missing fmemopen() replacement
+  * Issue #120: Handle shell and C++ comments with no space separator
+  * Issue #125: Drop developer debug msg QSTR: ...
+  * Issue #131: Fix CFG_PTR_CB() regression, segfaults when, e.g.,
+    cfg_free() is called. Found and fixed by Peter Rosin
+  * Issue #135: Revert CFGF_RESET flag if cfg_setmulti() family fail
+  * Issue #137: Memory leak in cfg_setopt() for PTR options
+
+-------------------------------------------------------------------

Old:
----
  confuse-3.2.2.tar.xz

New:
----
  confuse-3.3.tar.xz

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

Other differences:
------------------
++++++ libconfuse.spec ++++++
--- /var/tmp/diff_new_pack.5xpTIZ/_old  2020-07-01 18:22:14.821867160 +0200
+++ /var/tmp/diff_new_pack.5xpTIZ/_new  2020-07-01 18:22:14.825867173 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libconfuse
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # 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/
 #
 
 
 %define library_name libconfuse2
 Name:           libconfuse
-Version:        3.2.2
+Version:        3.3
 Release:        0
 Summary:        A configuration file parser library
 License:        LGPL-2.1-or-later

++++++ confuse-3.2.2.tar.xz -> confuse-3.3.tar.xz ++++++
++++ 15686 lines of diff (skipped)


Reply via email to