Hello community,

here is the log from the commit of package php7-APCu for openSUSE:Factory 
checked in at 2018-12-18 14:58:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-APCu (Old)
 and      /work/SRC/openSUSE:Factory/.php7-APCu.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7-APCu"

Tue Dec 18 14:58:19 2018 rev:5 rq:658763 version:5.1.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-APCu/php7-APCu.changes      2018-08-18 
00:03:53.683038072 +0200
+++ /work/SRC/openSUSE:Factory/.php7-APCu.new.28833/php7-APCu.changes   
2018-12-18 14:59:55.506112685 +0100
@@ -1,0 +2,35 @@
+Sat Dec 15 11:07:06 UTC 2018 - ec...@opensuse.org
+
+- Updated to 5.1.15
+  - Restore apc.serializer=php as the default, as the "default" 
+    serializer still/again has issues.
+  - Fix possible issues in persistence of arrays with the "default" 
+    serializer.
+  - Attempt to reduce shared memory fragementation.
+
+- Updated to 5.1.14
+  - Fixed GH #347: Disable slam defense by default.
+  - Fix potential issue with destruction of locks. This does not 
+    affect Linux, but might affect Windows and BSD.
+  - Use mutex instead of rwlock for shared memory allocator 
+    (if pthreads mutex available).
+  - Require only read-lock for apcu_cas(), by using atomic 
+    compare-and-swap.
+
+- Updated to 5.1.13
+  - Reimplement persistence logic using precise allocation rather 
+    than memory pools. This reduces memory usage of cache entries, 
+    especially for small values, and improves performance of 
+    persisting and unpersisting values.
+  - Fixed GH #335: Stampede protection is broken.
+  - Fixed GH #328: Segfault in apcu_key_info() if APCu is disabled.
+  - Generally make the behavior of functions if APCu is disabled 
+    more consistent.
+  - Fixed PHP bug #72980: Empty strings are now consistently 
+    allowed as cache keys.
+  - Optimized apcu_key_info() and apcu_cache_info() by using 
+    interned strings.
+  - Fix build against PHP master (PHP 7.4).
+  - Many changes to internal C APIs.
+
+-------------------------------------------------------------------

Old:
----
  apcu-5.1.12.tgz

New:
----
  apcu-5.1.15.tgz

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

Other differences:
------------------
++++++ php7-APCu.spec ++++++
--- /var/tmp/diff_new_pack.1ulo4E/_old  2018-12-18 14:59:56.018111915 +0100
+++ /var/tmp/diff_new_pack.1ulo4E/_new  2018-12-18 14:59:56.018111915 +0100
@@ -18,7 +18,7 @@
 
 %define pkg_name apcu
 Name:           php7-APCu
-Version:        5.1.12
+Version:        5.1.15
 Release:        0
 Summary:        APCu - APC User Cache
 License:        PHP-3.01
@@ -68,7 +68,7 @@
 %defattr(-,root,root,-)
 %{_libdir}/php7/extensions/%{pkg_name}.so
 %config(noreplace) %{_sysconfdir}/php7/conf.d/%{pkg_name}.ini
-%doc NOTICE README.md TECHNOTES.txt TODO apc.php
+%doc NOTICE README.md TECHNOTES.txt apc.php
 %license LICENSE
 
 %changelog

++++++ apcu-5.1.12.tgz -> apcu-5.1.15.tgz ++++++
++++ 53586 lines of diff (skipped)


Reply via email to