Skip to content

Commit 3a4d335

Browse files
author
stvchu
committed
prepare for 1.2.0 release
git-svn-id: http://memcachedb.googlecode.com/svn/trunk@77 8a849e15-1439-0410-a037-f546adf1399c
1 parent bca75bf commit 3a4d335

File tree

5 files changed

+14
-19
lines changed

5 files changed

+14
-19
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Installation
3939
============
4040
$tar xvzf memcachedb-X.Y.Z.tar.gz
4141
$cd memcachedb-X.Y.Z
42-
$./configure
42+
$./configure --enable-threads
4343
$make
4444
$sudo make install
4545

TODO

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
TODO List:
2-
* prepend and append command support
3-
* more reliable replication
4-
* more friendly item buffer management
5-
* RoundRobin does not solve blocked well

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.61 for memcachedb 1.2.0-beta.
3+
# Generated by GNU Autoconf 2.61 for memcachedb 1.2.0.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
574574
# Identity of this package.
575575
PACKAGE_NAME='memcachedb'
576576
PACKAGE_TARNAME='memcachedb'
577-
PACKAGE_VERSION='1.2.0-beta'
578-
PACKAGE_STRING='memcachedb 1.2.0-beta'
577+
PACKAGE_VERSION='1.2.0'
578+
PACKAGE_STRING='memcachedb 1.2.0'
579579
PACKAGE_BUGREPORT='[email protected]'
580580

581581
# Factoring default headers for most tests.
@@ -1206,7 +1206,7 @@ if test "$ac_init_help" = "long"; then
12061206
# Omit some internal or obsolete options to make the list less imposing.
12071207
# This message is too long to be a string in the A/UX 3.1 sh.
12081208
cat <<_ACEOF
1209-
\`configure' configures memcachedb 1.2.0-beta to adapt to many kinds of systems.
1209+
\`configure' configures memcachedb 1.2.0 to adapt to many kinds of systems.
12101210
12111211
Usage: $0 [OPTION]... [VAR=VALUE]...
12121212
@@ -1272,7 +1272,7 @@ fi
12721272

12731273
if test -n "$ac_init_help"; then
12741274
case $ac_init_help in
1275-
short | recursive ) echo "Configuration of memcachedb 1.2.0-beta:";;
1275+
short | recursive ) echo "Configuration of memcachedb 1.2.0:";;
12761276
esac
12771277
cat <<\_ACEOF
12781278
@@ -1363,7 +1363,7 @@ fi
13631363
test -n "$ac_init_help" && exit $ac_status
13641364
if $ac_init_version; then
13651365
cat <<\_ACEOF
1366-
memcachedb configure 1.2.0-beta
1366+
memcachedb configure 1.2.0
13671367
generated by GNU Autoconf 2.61
13681368
13691369
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1377,7 +1377,7 @@ cat >config.log <<_ACEOF
13771377
This file contains any messages produced by compilers while
13781378
running configure, to aid debugging if configure makes a mistake.
13791379
1380-
It was created by memcachedb $as_me 1.2.0-beta, which was
1380+
It was created by memcachedb $as_me 1.2.0, which was
13811381
generated by GNU Autoconf 2.61. Invocation command line was
13821382
13831383
$ $0 $@
@@ -2067,7 +2067,7 @@ fi
20672067
20682068
# Define the identity of the package.
20692069
PACKAGE='memcachedb'
2070-
VERSION='1.2.0-beta'
2070+
VERSION='1.2.0'
20712071
20722072
20732073
cat >>confdefs.h <<_ACEOF
@@ -5928,7 +5928,7 @@ exec 6>&1
59285928
# report actual input values of CONFIG_FILES etc. instead of their
59295929
# values after options handling.
59305930
ac_log="
5931-
This file was extended by memcachedb $as_me 1.2.0-beta, which was
5931+
This file was extended by memcachedb $as_me 1.2.0, which was
59325932
generated by GNU Autoconf 2.61. Invocation command line was
59335933
59345934
CONFIG_FILES = $CONFIG_FILES
@@ -5981,7 +5981,7 @@ Report bugs to <[email protected]>."
59815981
_ACEOF
59825982
cat >>$CONFIG_STATUS <<_ACEOF
59835983
ac_cs_version="\\
5984-
memcachedb config.status 1.2.0-beta
5984+
memcachedb config.status 1.2.0
59855985
configured by $0, generated by GNU Autoconf 2.61,
59865986
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
59875987

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.61)
2-
AC_INIT([memcachedb], [1.2.0-beta], [[email protected]])
2+
AC_INIT([memcachedb], [1.2.0], [[email protected]])
33
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
44
AC_PROG_CC
55
AM_PROG_CC_C_O

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
#./memcachedb -p21201 -d -r -m 256 -L 1024 -H ./testenv -N -v >log 2>&1
3-
./memcachedb -p21201 -d -r -m 256 -L 1024 -H ./testenv0 -N -v -R 127.0.0.1:31201 -M -n 4 >log_m 2>&1
3+
./memcachedb -p21201 -d -r -L 256 -H ./testenv0 -N -v -R 127.0.0.1:31201 -M -n 2 >log_m 2>&1
44
sleep 5
5-
./memcachedb -p21202 -d -r -m 256 -L 1024 -H ./testenv1 -N -v -R 127.0.0.1:31202 -O 127.0.0.1:31201 -S -n 4 > log_s 2>&1
5+
./memcachedb -p21202 -d -r -L 256 -H ./testenv1 -N -v -R 127.0.0.1:31202 -O 127.0.0.1:31201 -S -n 2 > log_s 2>&1

0 commit comments

Comments
 (0)