Releases for Memcache API and Integration
memcache 5.x-1.7
Download: memcache-5.x-1.7.tar.gz
Size: 23.81 KB
md5_file hash: 3ebeaa19edd5feb23130249338929044
First released: January 29, 2008 - 23:52
Last updated: January 29, 2008 - 23:55
http://drupal.org/cvs?commit=98250 - Sync HEAD and 5.x
http://drupal.org/cvs?commit=98243 - Added new serialization patches as well as memcache-session.inc!! w00t.
http://drupal.org/cvs?commit=92779 - Fix for cache_clear_all issue in issue #199483. Combined patches posted by Reg, firebus and robertDouglass.
memcache 5.x-1.6
Download: memcache-5.x-1.6.tar.gz
Size: 19.35 KB
md5_file hash: 270fe97a2bbd0da0517cb41cc3919924
First released: August 29, 2007 - 21:01
Last updated: August 29, 2007 - 21:05
http://drupal.org/cvs?commit=77021 missing memcache_clone
http://drupal.org/cvs?commit=79316 clear cache on install
memcache 5.x-1.5
Download: memcache-5.x-1.5.tar.gz
Size: 19.29 KB
md5_file hash: 36a48231ed27ced2ecfdeaf54a9670a9
First released: July 31, 2007 - 16:48
Last updated: July 31, 2007 - 16:50
Lots of bugfixes. Thanks to killes, chx and LifetimeTV for the great testing and help getting this module enterprise-ready.
- make sure $cache->data is object. Reported by chx.
- Many bugfixes regarding the debug information and its interactions with bootstrap.
- typo in .info file: depends => dependencies
memcache 5.x-1.4
Download: memcache-5.x-1.4.tar.gz
Size: 19.24 KB
md5_file hash: 40ec589dfb7d1e941fb070e654f575bd
First released: July 31, 2007 - 11:33
Last updated: July 31, 2007 - 11:35
- Added admin/settings/memcache page to turn per-page memcache statistics on or off globally.
- Removed user_access call from hook_init... that function isn't available in the init phase of bootstrapping.
- rearranging and consolidating. memcache.module is now just a placeholder for its install hooks. To guarantee that it gets turned on, the memcache_admin module does indeed depend on it. All stats collecting is now in memcache_admin. The previous memcache_admin status page is now under admin/logs. There is a new admin/settings page for memcache to turn display of per-page stats on or off.
- updated documentation.
- #163277 by RobRoy use MEMCACHE_COMPRESSED instead of TRUE to flag compression.
- removing session files again. They accidentally jumped into the 1.3 release without my permission.
memcache 5.x-1.3
Download: memcache-5.x-1.3.tar.gz
Size: 21.51 KB
md5_file hash: 26d7273419d3a799de480fbf6b9d1f33
First released: July 29, 2007 - 14:58
Last updated: July 29, 2007 - 15:00
Fixing a critical SQL error in memcache.db.inc. Reported by robertDouglass and corrected by chx. Also adds hook_requirements.
memcache 5.x-1.2
Download: memcache-5.x-1.2.tar.gz
Size: 21.22 KB
md5_file hash: 5a850724cccee4c6c24095969d8b428c
First released: July 29, 2007 - 11:40
Last updated: July 29, 2007 - 11:45
Critical error in memcache_admin code introduced in 1.1 release.
memcache 5.x-1.1
Download: memcache-5.x-1.1.tar.gz
Size: 21.18 KB
md5_file hash: 9d4744ad322287c44f21ba67c636171a
First released: July 29, 2007 - 11:11
Last updated: July 29, 2007 - 11:15
- adding separate patches for Drupal 5.1 and 5.2
- admin module now working pretty well. Many unimplemented features, and some nice fancy graphics would be cool as well, but it shows up in the menu and gives you the raw stats for the various servers.
- correct menu type in admin module so that link shows in menu
- #158140 updating docs and removing old tests. New tests should be written to reflect newest code
- #149120 by Shiny - postgresql fixes
- #162710 reroll patch for DRUPAL-5-2
memcache 5.x-1.0
Download: memcache-5.x-1.0.tar.gz
Size: 20.25 KB
md5_file hash: 7bf0e46e00a5358768816c0ed2a7c1a1
First released: June 27, 2007 - 08:06
Last updated: June 27, 2007 - 08:10
- documenting the 'memcache_key_prefix' variable that can be set in if more than one Drupal instance is to share memcache
- rob discovers hook_devel_cache and promptly simplifies the install and uninstall hooks for memcache.
- Adding a TROUBLESHOOTING section to README.txt
- session handling doesn't work right. I'm removing it for now in advance of a 1.0 release
- #154247 by chx and robertDouglass: clone objects going into memcache
- #154287 by chx: no table locking
memcache 5.x-1.0-beta2
Download: memcache-5.x-1.0-beta2.tar.gz
Size: 20.15 KB
md5_file hash: c532e1f648a0de437c07440137457f8d
First released: May 28, 2007 - 15:19
Last updated: May 28, 2007 - 15:20
- session handling doesn't work right. I'm removing it for now in advance of a 1.0 release
- Adding a TROUBLESHOOTING section to README.txt
- rob discovers hook_devel_cache and promptly simplifies the install and uninstall hooks for memcache.
- documenting the 'memcache_key_prefix' variable that can be set in if more than one Drupal instance is to share memcache
memcache 5.x-1.0-beta1
Download: memcache-5.x-1.0-beta1.tar.gz
Size: 22.7 KB
md5_file hash: afa5df493ffc257371c9a9d34a5ac7a1
First released: May 22, 2007 - 08:32
Last updated: May 22, 2007 - 08:35
This is the first public (beta) release of the Memcache module. The admin stats still need a lot of work and patches are welcome. The basic machinery should be working well, however. Installation documentation needs some love.
memcache 5.x-1.0-deprecated
Download: memcache-5.x-1.0-deprecated.tar.gz
Size: 14.81 KB
md5_file hash: 27beac2b9f94678386ce5ef7fa02bee0
First released: March 24, 2007 - 11:29
Last updated: March 24, 2007 - 11:30
This code is exactly the same as the development snapshot that has been available until now. Future development will be changing the overall strategy with regards to the relation between memcache and Drupal's own cache mechanism, so this version is being released only to be available for anyone who may be using it currently.
memcache 5.x-1.x-dev
Download: memcache-5.x-1.x-dev.tar.gz
Size: 23.46 KB
md5_file hash: 16c22de5867d1b8362ad6d44ab4c991b
First released: February 6, 2007 - 15:25
Last updated: January 30, 2008 - 00:07
BETA CODE. This code is here for testing and community input. Patches should apply to DRUPAL-5.
