Skip to content

Commit

Permalink
Forgot the changelogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
enyim committed Jun 14, 2011
1 parent f06a73e commit c1e0ba0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Enyim.Caching/Changes.mdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Enyim Memcached Version History

## Version 2.10

* Fixed [Issue #65](https://github.com/enyim/EnyimMemcached/issues#issue/65) - Getting multiple keys twice in a row fails.

## Version 2.9

* Fixed [Issue #48](https://github.com/enyim/EnyimMemcached/issues#issue/37) - Allow the socket pool use maxPoolSize number of sockets instead of (max - min).
* Fixed [Issue #48](https://github.com/enyim/EnyimMemcached/issues#issue/37) - Allow the socket pool use maxPoolSize number of sockets instead of (max - min).
* Fixed the ObjectDisposedException coming from the DefaultNodeLocator.
* Multi-get now uses [IOCP](http://msdn.microsoft.com/en-us/library/aa365198\(v=vs.85\).aspx) instead of threads from the ThreadPool. Performance should be the comparable or better (depending on the amount of items and size).
* New DataContractSerializer to enable caching of EntityFramework or LINQ to SQl entitites. See also [Issue #54](https://github.com/enyim/EnyimMemcached/issues/54).
Expand Down
4 changes: 4 additions & 0 deletions Membase/Changes.mdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Membase Client Version History

## Version 2.13

* Fixed [Issue #65](https://github.com/enyim/EnyimMemcached/issues#issue/65) - Getting multiple keys twice in a row fails.

## Version 2.12

* Includes all the changes from Enyim.Caching 2.9
Expand Down

0 comments on commit c1e0ba0

Please sign in to comment.