SHA256
1
0
forked from pool/redis

- updated to 1.2.4

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=5
This commit is contained in:
Pavol Rusnak
2010-03-07 17:22:11 +00:00
committed by Git OBS Bridge
parent 70fa5fb44d
commit 2f241e8390
5 changed files with 29 additions and 13 deletions

View File

@@ -1,9 +1,23 @@
-------------------------------------------------------------------
Sun Mar 7 17:21:53 UTC 2010 - prusnak@suse.cz
- updated to 1.2.4
-------------------------------------------------------------------
Fri Mar 5 06:12:24 EST 2010 - pzb@suse.de
- Add BuildRoot to spec file to enable builds on old distros
- Patch initscript to use netcat instead of nc i
(same command, different package)
- Update to Redis 1.2.3
- The example init script was broken for a typo. Fixed.
- Support for large files in 32 bit targets, very important when saving
very large databases or when using the Append Only File (when Redis
was compiled for 64 bit target there was no problem).
- Now 'make 32bit' uses -m32 instead of Apple-specific -arch
- Stack trace fixed for some Linux targets
-------------------------------------------------------------------
Thu Jan 21 16:32:45 UTC 2010 - prusnak@suse.cz