Skip to content

Commit 92ba070

Browse files
committed
update documentation to include list of changes in 2.0 release as well as remaining todo items
1 parent 860c80d commit 92ba070

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

Diff for: doc/CHANGELOG.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
28 Dec 2008 (gwhalin,pinkerton)
2+
-- released as 2.0
3+
-- much reduced lock contention
4+
-- NIO getMulti support
5+
-- NIO get support
6+
-- consistant hashing algorithm support
7+
-- much improved support for serialization of primitives
8+
-- extensive unit tests added
9+
-- many bugs fixed
10+
111
08 Jul 2007 (gwhalin)
212
-- add support for ErrorHandler hook (submitted by Dan Zivkovic @ Apple)
313
-- ability to disable URLEncoding keys

Diff for: doc/TODO.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
To Do:
22

3-
- support collections and arrays in NativeHandler
4-
- clean up Logging code (auto-detect)
5-
- clean up and add more unit tests
3+
- NIO support for write operations
4+
- removeMulti support
5+
- binary protocol support
6+
- support for new add methods (cas,append,prepend)
7+
- clean up Logging code (auto-detect log4j/logging/etc)
8+
- clean up and add more unit/performance tests

0 commit comments

Comments
 (0)