-0.3
+0.3 Mon Oct 1 06:37:52 PDT 2007
* Jeff Fisher <guppy@techmonkeys.org> provided a spec file
+ * Added "make rpm" around dist file
* Added support for Solaris
- * Fixed read to be recv and write to be send
* Added support for DTrace
+ * Fixed read to be recv and write to be send
* Bug fix where memstat would core if no server was found
* Added memslap tool (load generator)
+ * Numerous bug fixes in library
+ * Added calls to library for creating host lists (see
+ text cases to understand how to use this).
0.2 Thu Sep 27 03:46:57 PDT 2007
* First public version
--- /dev/null
+- Write a shell application (?)
+- Stats output looks to be buggy
+- Fix version in command line tools
+- Write test cases for all command line tools (!!!)
+- Fix env to be used for command line tools
+- Write some sort of "default" options bit for tools
+- Write Asyncronous IO interface to current library for writes
+ (or extend?... would mean pthreads...)
+- Write man() pages
+- More examples using libraries
+- Doxygen?
+- Move IO in library over to being buffered
+- Make a "make deb"... or accept patch...
AC_INIT(src/memcat.c)
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(include/libmemcached_config.h)
-AM_INIT_AUTOMAKE("libmemcached", 0.2 )
+AM_INIT_AUTOMAKE("libmemcached", 0.3 )
AC_PROG_CC
AC_PROG_LIBTOOL
Summary: memcached C library and command line tools
Name: libmemcached
-Version: 0.2
+Version: 0.3
Release: 1
License: BSD
Group: System Environment/Libraries
memflush - Flush the contents of your servers.
memrm - Remove a key(s) from the serrver.
memstat - Dump the stats of your servers to standard output
+memslap - Generate testing loads on a memcached cluster
%prep
%setup -q
%{_bindir}/memflush
%{_bindir}/memrm
%{_bindir}/memstat
+%{_bindir}/memslap
%{_includedir}/libmemcached/memcached.h
%{_libdir}/libmemcached.a
%{_libdir}/libmemcached.la
%{_libdir}/libmemcached.so.0.0.0
%changelog
+* Mon Oct 1 2007 Brian Aker <brian@tangent.org> - 0.3-1
+- Added memslap
+
* Fri Sep 28 2007 Jeff Fisher <guppy@techmonkeys.org> - 0.2-1
- Initial package