Update tests, move to be version specific.
authorBrian Aker <brian@tangent.org>
Mon, 12 Dec 2011 19:01:06 +0000 (11:01 -0800)
committerBrian Aker <brian@tangent.org>
Mon, 12 Dec 2011 19:01:06 +0000 (11:01 -0800)
1  2 
.bzrignore
ChangeLog

diff --combined .bzrignore
index b89a0199eebd0008ffd034a4f6f77c349dca857c,a365199a4aaae1d8bdb8aaa529e030b7cddc5305..f8c1a8e9331ae4876413dfef7328a5bfd9845635
@@@ -68,6 -68,7 +68,6 @@@ docs/doctest
  docs/doctrees/
  docs/html/
  docs/linkcheck/
 -docs/man/*
  docs/text
  example/memcached_light
  libhashkit-1.0/configure.h
@@@ -132,3 -133,11 +132,11 @@@ tests/memexis
  libmemcached/configure.h
  clients/memtouch
  tests/memtouch
+ libmemcached-1.2/configure.h
+ tests/libmemcached-1.0/internals
+ tests/libmemcached-1.0/sasl
+ tests/libmemcached-1.0/testapp
+ libmemcached-2.0/configure.h
+ libmemcached-1.0/t/c_test
+ libmemcached-1.0/t/c_sasl_test
+ libmemcached-1.0/t/cc_test
diff --combined ChangeLog
index c4bc32debae29a703dc66909a04dee5426877627,422a286fad169cf1c9d21224d0f962d5e0d7b733..ae3601fc6b142e6f510aa735a48198ec00e3e0a7
+++ b/ChangeLog
@@@ -1,5 -1,7 +1,7 @@@
  1.0.3
  
+ * Fixed C compile issue with memcached_exist()
  1.0.2 Mon Oct 24 08:00:48 PDT 2011
  * Dropped libmemcached/memcached_util.h (undocumented header file)
  * Added memcached_touch() and memcached_touch_by_key()
@@@ -28,7 -30,6 +30,7 @@@
   * memcached_fetch_result() now uses the internal result when available (about 25 to 50% faster).
   * Fix for stats structure.
   * Updates to documentation.
 + * memcached_fetch_result() now uses the internal result when available (about 25 to 50% faster).
  
  0.49 Thu Apr 14 08:43:37 PDT 2011
    * Fix calls to auto methods so that if value is not passed in nothing bad happens.
@@@ -36,6 -37,7 +38,6 @@@
    * New error system.
    * New flow control for messages means faster get/set calls.
    * Added new documentation system.
 -  * A behavior change has been now made that if you specify a weight for any server, we enable the weight flag and do weight balancing.
    * A behavior change has been now made that if you specify a weight for any server, we enable the weight flag and do weight balancing.  
    * Added MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERS to simplify the setting of AUTO REJECT for servers.