Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
git-svn-id: http://code.sixapart.com/svn/memcached/trunk@77 b0b603af-a30f-0410-a34e-baf09ae79d0b
  • Loading branch information
bradfitz committed Jul 29, 2003
1 parent 9d4653c commit 4ae59c5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2003-07-29
* version 1.1.7

2003-07-22
* make 'delete' take second arg, of time to refuse new add/replace
* set/add/replace/delete can all take abs or delta time (delta can't
be larger than a month)

2003-07-21
* added doc/protocol.txt

2003-07-01
* report CPU usage in stats

Expand Down
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ bin_PROGRAMS = memcached

memcached_SOURCES = memcached.c slabs.c items.c memcached.h assoc.c

DIST_SUBDIRS = website doc
EXTRA_DIST = website doc
DIST_SUBDIRS = doc
EXTRA_DIST = doc

CFLAGS=-g -O2 -static -DNDEBUG

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.52)
AC_INIT(memcached, 1.1.6, [email protected])
AC_INIT(memcached, 1.1.7, [email protected])
AC_CONFIG_SRCDIR(memcached.c)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
Expand Down

0 comments on commit 4ae59c5

Please sign in to comment.