forked from memcached/memcached
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avva: The below fixes the bug. There was a conflict between the usual meaning of exptime=0 (don't expire) and the new fancy let-exptime-be-used-as-delta stuff. git-svn-id: http://code.sixapart.com/svn/memcached/trunk@79 b0b603af-a30f-0410-a34e-baf09ae79d0b
- Loading branch information
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.52) | ||
AC_INIT(memcached, 1.1.7, [email protected]) | ||
AC_INIT(memcached, 1.1.8, [email protected]) | ||
AC_CONFIG_SRCDIR(memcached.c) | ||
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) | ||
AM_CONFIG_HEADER(config.h) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters