Skip to content

Commit

Permalink
[dist] 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Nov 28, 2012
1 parent 82eb7c9 commit cb26ece
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.md
Expand Up @@ -8,4 +8,5 @@
- Near Privman
- Nebojsa Sabovic
- Ron Korving
- Sebastian Seilund
- Tobias Müllerleile
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
0.1.5
- Don't execute callbacks multiple times if the connection fails
- Parser fix for handling server responses that contain Memcached Procotol
keywords
- Make sure that the retry option is set correctly

0.1.4
- Added missing error listener to the 3rd-Eden/jackpot module, this prevents crashes
when it's unable to connect to a server.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "memcached"
, "version": "0.1.4"
, "version": "0.1.5"
, "author": "Arnout Kazemier"
, "description": "A fully featured Memcached API client, supporting both single and clustered Memcached servers through consistent hashing and failover/failure. Memcached is rewrite of nMemcached, which will be deprecated in the near future."
, "main": "index"
Expand Down

0 comments on commit cb26ece

Please sign in to comment.