[announce] memcached-1.1.12-rc1

Brad Fitzpatrick brad at danga.com
Fri Jan 14 14:17:23 PST 2005


It's been forever-ago since I last did a memcached release, but I'm a free
man now after selling my company, and hopefully back to being a
worker-bee.

So here's the 1st release candidate of memcached 1.1.12:

 http://www.danga.com/memcached/dist/testing/memcached-1.1.12-rc1.tar.gz

Let me know if there are problems (in particular with Makefile/install
stuff) or daemonization, or libevent, or pid file writing, etc.

Here's the changelog since 1.1.11 in April 2004:


--- memcached-1.1.11/ChangeLog  2004-04-30 10:56:01.000000000 -0700
+++ memcached-1.1.12-rc1/ChangeLog      2005-01-14 14:04:46.000000000 -0800
@@ -1,3 +1,45 @@
+2005-01-14
+       * Date: Thu, 18 Nov 2004 15:25:59 -0600
+         From: David Phillips <electrum at gmail.com>
+       Here is a patch to configure.ac and Makefile.am to put the man page in
+       the correct location.  Trying to install the man page from a
+       subdirectory results in the subdirectory being used in the install
+       path (it tries to install to doc/memcached.1).  This is the correct
+       thing to  do:
+
+       - create a Makefile.am in the doc directory that installs the man page
+         with man_MANS
+       - modify Makefile.am in the base directory to reference the doc
+         directory using SUBDIRS
+       - modify the AC_CONFIG_FILES macro in configure.ac to output the
+         Makefile in doc
+
+
+2005-01-14
+       * pidfile saving support from Lisa Seelye <lisa at gentoo.org>, sent
+         Jan 13, 2005
+
+2005-01-14
+       * don't delete libevent events that haven't been added (the deltimer)
+         patch from Ted Schundler <tschundler at gmail.com>
+
+2004-12-10
+       * document -M and -r in manpage (Doug Porter <dsp at dsp.name>)
+
+2004-07-22
+       * fix buffer overflow in items.c with 250 byte keys along with
+         other info on the same line going into a 256 byte char[].
+         thanks to Andrei Nigmatulin <anight at monamour.ru>
+
+2004-06-15
+       * immediate deletes weren't being unlinked a few seconds,
+         preventing "add" commands to the same key in that time period.
+         thanks to Michael Alan Dorman <mdorman at debian.org> for the
+         bug report and demo script.
+


I guess that isn't so huge, so consider this an invitation to flood me
with patches I haven't applied in the past many months.  (sorry  :/)

I'll do another -rc release if I apply new feature-addition patches.

- Brad



More information about the memcached mailing list