memcached/memcached.changes

133 lines
5.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri Jun 5 03:19:40 CEST 2009 - mrueckert@suse.de
- update to version 1.2.8:
- make -b command actually work
- *critical bugfix*. In 1.2.7 under multithreaded mode, memcached
would never restart accepting connections after hitting the
maximum connection limit.
- remove 'stats maps' command, as it is a potential information
leak, usable if versions prior to 1.2.8 ever have buffer
overflows discovered. (bnc#501656) CVE-2009-1494
- additional changes from version 1.2.7
- reset new stats with 'stats reset'
- Slew of new tests. (misc, mostly Dustin Sallings)
- Minor bug fixes. (misc, mostly Dustin Sallings, some Dormando)
(see git history for full list)
- -b command for setting the tcp listen backlog (Chris Goffinet)
- Workaround for a more major bug that very rarely makes
memcached stop allowing new data to be set. (Dormando)
- Print why a key was expired in -vv mode (Dormando)
- cmd_flush stat (Dormando)
- listen_disabled_num stat for determining if you've hit the
maxconns limit (Dormando)
- Display error status on listen failures (Dormando)
- Remove managed instance code. Incomplete/etc. (Dormando)
- Handle broken IPV6 stacks better (Brian Aker)
- Generate warnings on setsockopt() failures (Brian Aker)
- Fix some indentation issues (Brian Aker)
- UDP/TCP can be disabled by setting their port to zero (Brian
Aker)
- Zero out libevent thread structures before use (Ricky Zhou)
- New stat: Last accessed time for last evicted item per slab
class. (Dormando)
- Use a dedicated socket accept thread (Facebook)
- Add -R option. Limit the number of requests processed by a
connection at once. Prevents starving other threads if bulk
loading. (Facebook)
-------------------------------------------------------------------
Fri Nov 28 16:05:33 CET 2008 - ro@suse.de
- ignore test suite results for the moment
(will not work without networking support in build environment)
-------------------------------------------------------------------
Tue Sep 16 18:25:33 CEST 2008 - mrueckert@suse.de
- require libevent-devel on 11.1 or newer
-------------------------------------------------------------------
Sat Sep 6 18:25:44 CEST 2008 - mrueckert@suse.de
- Update to version 1.2.6:
Major crash fixes, DTrace support, minor updates. If you have
stability issues with any previous release, please upgrade to
this one.
-------------------------------------------------------------------
Mon May 19 17:10:34 CEST 2008 - mrueckert@suse.de
- Update to version 1.2.5:
Minor bugfixes, build support for opensolaris, ipv6 support,
"noreply" mode for many commands, largepage support for solaris.
Made out of memory errors more clear and added eviction/OOM
tracking per slab class.
-------------------------------------------------------------------
Tue Jan 29 18:52:05 CET 2008 - mrueckert@suse.de
- Update to version 1.2.4:
Many bug and platform fixes since 1.2.2. New threading support
for stat queries. New commands 'append', 'prepend', 'gets', and
'cas'.
-------------------------------------------------------------------
Sat Aug 4 07:43:52 CEST 2007 - mrueckert@suse.de
- fixed a few rpmlint warnings
-------------------------------------------------------------------
Sat May 26 11:25:32 CEST 2007 - mrueckert@suse.de
- Update to version 1.2.2:
Memcached can be configured to support multithreading. Big code
cleanup with performance improvements. Memcached now collects
eviction and per-object-type statistics.
- synced with memcached-unstable
-------------------------------------------------------------------
Tue Dec 5 23:06:59 CET 2006 - mrueckert@suse.de
- Update to version 1.2.1:
o mainly fixes a stability issue reported on the mailinglist
o a few optimization fixes
- removed autoreconf -fi for now
- build debuginfo
-------------------------------------------------------------------
Wed Nov 15 16:18:18 CET 2006 - mrueckert@suse.de
- added Conflicts: memcached-unstable
-------------------------------------------------------------------
Sun Nov 12 18:54:14 CET 2006 - lmuelle@suse.de
- Fix typo in sysconfig file.
-------------------------------------------------------------------
Sun Sep 10 12:00:00 CET 2006 - mrueckert@suse.de
- Update to version 1.1.13:
o test suite (make test)
o better libevent detection
o 64 bit support (passes test suite at least now)
o off-by-one errors in expirations fixed
o bug fixes
o start of "vbuckets" project. instead of clients hashing
a key onto a memcached instance, they map onto one of
16k or so virtual bucket numbers, each bucket of which
is owned by an instance and w/ a particular generation number.
no client or tracker exists yet, but low-level stuff is there.
-------------------------------------------------------------------
Wed Jan 25 21:38:14 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Aug 18 15:59:43 CEST 2005 - mrueckert@suse.de
- Initial package with version 1.1.12