Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libstrophe for openSUSE:Factory 
checked in at 2022-05-09 18:44:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libstrophe (Old)
 and      /work/SRC/openSUSE:Factory/.libstrophe.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstrophe"

Mon May  9 18:44:42 2022 rev:10 rq:975881 version:0.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libstrophe/libstrophe.changes    2022-03-04 
20:20:58.216677884 +0100
+++ /work/SRC/openSUSE:Factory/.libstrophe.new.1538/libstrophe.changes  
2022-05-09 18:45:39.376316751 +0200
@@ -1,0 +2,50 @@
+Mon May  9 16:03:46 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 0.12.0:
+  * Fix potential infinite loop in resolver (#200)
+  * Prevent potential memory leak in xmpp_stanza_new_from_string() (#205)
+  * Do proper SO versioning
+  * Add code coverage support (#188)
+  * Add support for password-protected TLS key & PKCS#12/PFX files (#195, #205)
+  * Stream-Management support - XEP-0198 (#184)
+  * New API:
+    + xmpp_conn_send_queue_len()
+    + xmpp_conn_send_queue_drop_element()
+    + xmpp_conn_get_sm_state()
+    + xmpp_conn_set_sm_state()
+    + xmpp_free_sm_state()
+    + xmpp_conn_get_keyfile()
+    + xmpp_conn_set_password_callback()
+    + xmpp_conn_set_password_retries()
+    + xmpp_stanza_get_child_by_path()
+    + xmpp_conn_set_sockopt_callback()
+    + xmpp_sockopt_cb_keepalive()
+  * The following APIs were public in the shared library, but
+    not in strophe.h. Now they are officially public API:
+    + xmpp_rand_new()
+    + xmpp_rand_free()
+    + xmpp_rand()
+    + xmpp_rand_bytes()
+    + xmpp_rand_nonce()
+    + xmpp_rand_bytes()
+  * The following APIs were public in the shared library, but
+    not in strophe.h.  In a future version of the library they
+    will be private without replacement:
+    + xmpp_alloc()
+    + xmpp_realloc()
+    + xmpp_strdup()
+    + xmpp_strndup()
+    + xmpp_strtok_r()
+    + xmpp_snprintf()
+    + xmpp_vsnprintf()
+    + xmpp_log()
+    + xmpp_error()
+    + xmpp_warn()
+    + xmpp_info()
+    + xmpp_debug()
+    + xmpp_debug_verbose()
+  * Deprecated the following API:
+    + xmpp_conn_set_keepalive() - replaced by
+      xmpp_conn_set_sockopt_callback()
+
+-------------------------------------------------------------------

Old:
----
  0.11.0.tar.gz

New:
----
  0.12.0.tar.gz

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

Other differences:
------------------
++++++ libstrophe.spec ++++++
--- /var/tmp/diff_new_pack.oExDH6/_old  2022-05-09 18:45:39.864317323 +0200
+++ /var/tmp/diff_new_pack.oExDH6/_new  2022-05-09 18:45:39.868317328 +0200
@@ -18,7 +18,7 @@
 
 %define c_lib   libstrophe0
 Name:           libstrophe
-Version:        0.11.0
+Version:        0.12.0
 Release:        0
 Summary:        A XMPP library for C
 License:        GPL-3.0-or-later OR MIT
@@ -65,7 +65,6 @@
 %setup -q
 
 %build
-mkdir m4
 ./bootstrap.sh
 %configure --with-libxml2
 make %{?_smp_mflags}

++++++ 0.11.0.tar.gz -> 0.12.0.tar.gz ++++++
++++ 11627 lines of diff (skipped)

Reply via email to