^libtool$
^autom4te.cache$
^include/(libmemcached_config.h(.in)?|stamp-h1)$
+^stamp-h1$
# Build artifacts
^lib/libmemcached.la$
-^src/mem(cat|cp|flush|rm|slap|stat)$
+^src/mem(cat|cp|flush|rm|slap|stat|error)$
^tests/testapp$
+.(deps|libs)/*$
+.cmp$
+autom4te.cache/*$
+.(gz|cmp|tar|rpm|srpm)$
+
Makefile(.in)?$
.(deps|libs)$
-0.11
+0.11 Mon Nov 26 01:05:52 PST 2007
* Added option to memcache_behavior_set() so that poll() can be timed out.
* Fixed memory leak in case of using memcached_fetch_result() where no
value was returned.