Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2022-04-08 22:46:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and      /work/SRC/openSUSE:Factory/.libfilezilla.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfilezilla"

Fri Apr  8 22:46:28 2022 rev:44 rq:967901 version:0.37.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes        
2021-12-12 21:28:39.804378999 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.1900/libfilezilla.changes      
2022-04-08 22:46:52.670367238 +0200
@@ -1,0 +2,40 @@
+Fri Apr  8 18:36:58 UTC 2022 - ecsos <[email protected]>
+
+- Update to 0.37.1
+  * New features:
+    - Added convenience functions ot fz::json
+  * Bugfixes and minor changes:
+    - MSW: Fixed spawning fz::process with blocking communication
+- Changes from 0.37.0
+  * New features:
+    - *nix: password-less impersonation can take an optional group
+    - Added demo https client showcasing usage of fz::socket and
+      fz::tls_layer
+    - Added some compile-time checks for fz::sprintf arguments
+    - MSW: Added fz::registry
+    - Added a way to use non-blocking read/write with fz::process
+  * Bugfixes and minor changes:
+    - Added fz::logger_interface::log_u which assumes string
+      arguments are in UTF-8 as opposed to the character set used
+      by the current locale
+    - Disallow spawning additional threads while fz::thread_pool is
+      in the process of being destroyed
+    - *nix: poll() is now mandatory, the select() based socket
+      event loop has been removed
+    - Simplified fz::socket implementation through use of internal
+      fz::poller
+- Changes from 0.36.0
+  * New features:
+    - Added parameter to tls_layer::set_alpn to control which peer
+      has priority over which ALPN is chosen.
+    - Added fz::hmac_sha1
+    - Mutex debugging framework to detect locking order inversions
+      that may lead to deadlocks
+    - Add additional io_redirect mode to fz::process_spawn where
+      the parent-side handles for stdin/out/err are always closed
+  * Bugfixes and minor changes:
+    - fz::json: Handle object members with empty string as name
+    - Minor performance improvements to removing timers and to
+      spawning processes
+
+-------------------------------------------------------------------

Old:
----
  libfilezilla-0.35.0.tar.bz2

New:
----
  libfilezilla-0.37.1.tar.bz2

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

Other differences:
------------------
++++++ libfilezilla.spec ++++++
--- /var/tmp/diff_new_pack.NQtfmy/_old  2022-04-08 22:46:53.210361244 +0200
+++ /var/tmp/diff_new_pack.NQtfmy/_new  2022-04-08 22:46:53.214361200 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfilezilla
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
 #
 
 
-%define major          23
+%define major          25
 %define libname                %{name}%{major}
 %define develname      %{name}-devel
 Name:           libfilezilla
-Version:        0.35.0
+Version:        0.37.1
 Release:        0
 Summary:        C++ library for filezilla
 License:        GPL-2.0-or-later
@@ -78,6 +78,8 @@
 %description -n        %{develname}
 Files needed for development with %{name}.
 
+
+
 # Need %%lang_package expanded for an extra conflict with an old library 
package
 %package lang
 # FIXME: consider using %%lang_package macro

++++++ libfilezilla-0.35.0.tar.bz2 -> libfilezilla-0.37.1.tar.bz2 ++++++
++++ 6704 lines of diff (skipped)

Reply via email to