ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

Libmemcached 0.4.1 #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Any reason for not upgrading to the latest libmemcached?

0.4.1 is hosted at https://launchpad.net/libmemcached/+download

Original issue reported on code.google.com by wes.tur...@gmail.com on 4 Jul 2010 at 12:22

GoogleCodeExporter commented 9 years ago
From the Libmemcached/ChangeLog:

"""
0.41 Wed Jun 30 13:15:19 PDT 2010
  * Added --file for memcat.
  * Added limemcached_ping() to libmemcached_util
  * Bugfix for some cases where connect would have issues with timeout.
  * Wrong value for errno given as error on an IO failure inside of poll.
  * Bug fix for issue where multiple interfaces with bad DNS were not being caught.

0.40 Thu Apr 22 19:01:25 PDT 2010
  * Placed retry logic in for busted resolvers
  * Add an ignore for SIGPIPE to solve OSX issues.
  * A couple of fixed for memcached_light server.
  * Updated to debug mode to track io_wait

0.39 Tue Apr  6 12:35:13 PDT 2010
  * Add support for prefix keys to binary protocol.
  * Remove the undocumented call memcached_server_remove().
  * The undocumented call memcached_server_by_key() now returns const.
  * memcached_server_error_reset() has been deprecated.
  * memcached_server_list() has been deprecated. Use memcached_server_cursor() to walk the servers found in a memcached_st() structure.
  * memcached_verbosity() can now be run concurrently with other operations.
  * SASL support.
  * Fixes memory leak found in EJECT HOSTS.
"""

Original comment by wes.tur...@gmail.com on 4 Jul 2010 at 12:26

GoogleCodeExporter commented 9 years ago
It's updated in the trunk now. Thanks for the heads up.

Original comment by tobias.r...@gmail.com on 4 Jul 2010 at 10:24

GoogleCodeExporter commented 9 years ago

Original comment by tobias.r...@gmail.com on 4 Jul 2010 at 10:25

GoogleCodeExporter commented 9 years ago
Included in 0.1.5 release.

Original comment by tobias.r...@gmail.com on 9 Jul 2010 at 9:58