Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2014-12-16 14:48:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/redis (Old)
 and      /work/SRC/openSUSE:Factory/.redis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redis"

Changes:
--------
--- /work/SRC/openSUSE:Factory/redis/redis.changes      2014-11-13 
09:17:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2014-12-16 
14:48:35.000000000 +0100
@@ -1,0 +2,29 @@
+Sat Dec  6 02:20:25 UTC 2014 - mrueck...@suse.de
+
+- update to 2.8.18
+  * [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo)
+  * [FIX] A number of typos fixed inside comments. (Various authors)
+  * [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff)
+  * [FIX] Test framework improved to detect never terminating scripts, cleanup
+        instances on crashes. (Salvatore Sanfilippo)
+  * [FIX] PFCOUNT can be used on slaves now. (Salvatore Sanfilippo)
+  * [FIX] ZSCAN no longer report very small scores as 0. (Matt Stancliff,
+        Michael Grunder, Salvatore Sanfilippo)
+  * [FIX] Don't show the ASCII logo if syslog is enabled. Redis is now
+        an Enterprise Grade product. (Salvatore Sanfilippo)
+
+  * [NEW] EXPERIMENTAL: Diskless replication, for more info check the doc at
+        http://redis.io/topics/replication. (Salvatore Sanfilippo).
+  * [NEW] Transparent Huge Pages detection and reporting in logs and
+        LATENCY DOCTOR output. (Salvatore Sanfilippo)
+  * [NEW] Many Lua scripting enhancements: Bitops API, cjson upgrade and tests,
+        cmsgpack upgrade. (Matt Stancliff)
+  * [NEW] Total and instantaneous Network bandwidth tracking in INFO.
+  * [NEW] DEBUG POPULATE two args form implemented (old form still works).
+        The second argument is the key prefix. Default is "key:" (Salvatore
+        Sanfilippo)
+  * [NEW] Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn, 
and
+        warn about it if not. (Salvatore Sanfilippo)
+  for the rest see /usr/share/doc/packages/redis/00-RELEASENOTES
+
+-------------------------------------------------------------------

Old:
----
  redis-2.8.13.tar.gz

New:
----
  redis-2.8.18.tar.gz

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

Other differences:
------------------
++++++ redis.spec ++++++
--- /var/tmp/diff_new_pack.o4UwlU/_old  2014-12-16 14:48:36.000000000 +0100
+++ /var/tmp/diff_new_pack.o4UwlU/_new  2014-12-16 14:48:36.000000000 +0100
@@ -21,7 +21,7 @@
 %define _conf_dir       %{_sysconfdir}/%{name}
 
 Name:           redis
-Version:        2.8.13
+Version:        2.8.18
 Release:        0
 Summary:        Persistent key-value database
 License:        BSD-3-Clause

++++++ redis-2.8.13.tar.gz -> redis-2.8.18.tar.gz ++++++
++++ 9416 lines of diff (skipped)

++++++ redis-conf.patch ++++++
--- /var/tmp/diff_new_pack.o4UwlU/_old  2014-12-16 14:48:36.000000000 +0100
+++ /var/tmp/diff_new_pack.o4UwlU/_new  2014-12-16 14:48:36.000000000 +0100
@@ -36,7 +36,7 @@
  # and optionally update the other syslog parameters to suit your needs.
 @@ -184,7 +186,7 @@ dbfilename dump.rdb
  # The Append Only File will also be created inside this directory.
- # 
+ #
  # Note that you must specify a directory here, not a file name.
 -dir ./
 +dir /var/lib/redis/default/

++++++ redis-enable-bactrace-on-x86-and-ia64-only.patch ++++++
--- /var/tmp/diff_new_pack.o4UwlU/_old  2014-12-16 14:48:36.000000000 +0100
+++ /var/tmp/diff_new_pack.o4UwlU/_new  2014-12-16 14:48:36.000000000 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- src/config.h.orig
 +++ src/config.h
-@@ -54,9 +54,11 @@
+@@ -57,9 +57,11 @@
  #endif
  
  /* Test for backtrace() */

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to