cmake: fix manual library discovery
[m6w6/libmemcached] / TODO
diff --git a/TODO b/TODO
index d3682c98dca824f09a8e42862178be788b417bcf..60a1d884ef57647cfdd582b74cf156883b4a51cf 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,24 @@
+- Clients (src/bin):
+    - consolidate CLI
+    - convert to proper C++ where applicable
+- Stats:
+    - redo
+-Deprecations:
+    - UDP, disabled by default from memcached-1.5.6
+      soft (maybe only discourage in docs)
+    - API:
+        - memcached_delete(): expires param is obsolete
+
+## Legacy:
+
 - Write a shell application (?)
 - Fix version in command line tools
 - Write (more) test cases for all command line tools (!!!)
 - Write some sort of "default" options bit for tools
 - More examples using libraries
 - Doxygen?
-- Make a "make deb"... or accept patch...
 - implement more connection/hash algo
 - implement compression
+- Revisit get() code (look for performance enhancements)
+- Add support for managing servers for clusters.
+- Build embedded version