summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Yardley <liquid@haveheart.com>2007-04-08 15:27:38 +0000
committerTim Yardley <liquid@haveheart.com>2007-04-08 15:27:38 +0000
commit789551399ef5562fe666811dc31087d1f0e6893f (patch)
tree9bd9222a0d41b88f405c3a4868f39d2077911b7f /ChangeLog
parent45a56668a265b774d52a788308b8a61a1fe6e129 (diff)
downloadmemcached-789551399ef5562fe666811dc31087d1f0e6893f.tar.gz
Add cleanup patch from "Tim Yardley" <liquid@haveheart.com> to
clean up source spacing issues, fix -Wall warnings, add some null checks, adds asserts at the top of each function for any use of conn *c without checking to see if c is NULL first. git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@489 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 292f732..c76f7e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-08 Paul Lindner <lindner@inuus.com>
+
+ * Add cleanup patch from "Tim Yardley" <liquid@haveheart.com> to
+ clean up source spacing issues, fix -Wall warnings, add some
+ null checks, adds asserts at the top of each function for any
+ use of conn *c without checking to see if c is NULL first.
+
2007-04-04 Paul Lindner <lindner@inuus.com>
* Add clarification of flush_all in the protocol docs