summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Lindner <plindner@hi5.com>2007-05-07 21:24:31 +0000
committerPaul Lindner <plindner@hi5.com>2007-05-07 21:24:31 +0000
commitd9b97d8090d2efb213b46e8313768b9faa4f777c (patch)
tree77e95f918a5c016add094da333b2a7a753997e65 /ChangeLog
parentb65aa2ab5d2748fd9d518b86385aa1e037f07021 (diff)
downloadmemcached-d9b97d8090d2efb213b46e8313768b9faa4f777c.tar.gz
cleanup unistd.h, better spec file, remove warnings from threads.c
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@551 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60e9cbb..dd4821e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2007-05-07 Paul Lindner <lindner@inuus.com>
* Fix compilation bug on freebsd 6.x (and maybe others)
+ * Update RPM spec file per redhat bugzilla #238994
+ * Move unistd.h to memcached.h to get rid of warnings
+ * Add string.h to thread.c to get correctly prototyped strerror()
2007-05-04 Paul Lindner <lindner@inuus.com>