Releases for Memcache API and Integration
memcache 6.x-1.4
First released: August 10, 2009 - 19:01
Size: 21.46 KB
md5_file hash: 45d6bef8fabd500e73ecb9ee37deb5b7
Last updated: August 10, 2009 - 19:06
No changes since 6.x-1.4-rc1.
memcache 6.x-1.4-rc1
First released: August 4, 2009 - 20:50
Size: 21.46 KB
md5_file hash: b1fd193685c61eccf0d558355c0084cc
Last updated: August 4, 2009 - 20:55
Changes since 6.x-1.3:
memcache 6.x-1.3
First released: July 14, 2009 - 22:34
Size: 21.32 KB
md5_file hash: 64a6580f5864228ab2626244c32ca03f
Last updated: July 14, 2009 - 22:35
Changes since 6.x-1.2:
memcache 5.x-1.9
First released: May 1, 2009 - 09:34
Size: 29.01 KB
md5_file hash: 91951d1fe7ae57bd3ba2bc39bc70d9bd
Last updated: May 1, 2009 - 09:35
#338522 by jaydub - no watchdog() call in dmemcache_set()
Feature #295738: backport from D6, add cache stampede semaphore
Bug #332719: don't lose anonymous sessions.
Fix bug #330044: {user} -> {users}
Backport fix for #225365.
Fix bug #292346 in DRUPAL-5 tree.
#312713 by Genoo: Patch for update_status module.
Set cache_flush variable before doing database delete to prevent several processes doing the same thing at the same time.
Math fix for stats percentages.
memcache 6.x-1.2
First released: January 26, 2009 - 15:29
Size: 20.51 KB
md5_file hash: 1134499263ed9b4c2015aef3cabbec14
Last updated: January 26, 2009 - 15:30
Changes since DRUPAL-6--1-1:
memcache 6.x-1.1
First released: December 31, 2008 - 03:55
Size: 20.24 KB
md5_file hash: fc47badf330ebbe701e142a1054f71b2
Last updated: December 31, 2008 - 04:00
Changes since DRUPAL-6--1-0:
- Update l() for Drupal 6 in memcache_admin.install.
- #292346 properly invalidate page cache after content changes.
- #348915 by Jeremy: store updated access time in memcache as well as user table
- #292346 Purge cache_block along with cache_page when cache_clear_all()
called with no parameters. - Document difference in minimum cache lifetime support between memcache.inc and memcache.db.inc in README.txt.
memcache 6.x-1.0
First released: November 21, 2008 - 15:25
Size: 20.06 KB
md5_file hash: 1c5206444c26a3120b9042ac5382c8b9
Last updated: November 21, 2008 - 15:40
First release for Drupal 6.
Now supports Drupal 6's block and page cache flushes.
If using memcache.db.inc and memcache is offline, memcache cache retrieval is tried for only the first retrieval within a request.
memcache-session.inc now supports Drupal 6's session_save_session, which allows temporary disabling of writing session data.
See issues with wildcard cache flushes: http://drupal.org/node/224772
memcache 6.x-1.x-dev
First released: October 31, 2008 - 15:53
Size: 21.58 KB
md5_file hash: 4839124ca011500027a2270bd7a5d9fb
Last updated: September 16, 2009 - 00:19
Development snapshot of the Drupal 6--1 branch.
memcache 5.x-1.8
First released: July 27, 2008 - 07:44
Size: 26.04 KB
md5_file hash: 33f5312c2850e3ef74ad9f9de2e6a79a
Last updated: July 27, 2008 - 07:45
- #247306 correct % of memory used statistic
- #286322 by Souvent22: Drupal 5.8 patch.
- #256080 by jaydub: fix hook_install to not use db_add_column in hook_install. Tested on MySQL. PostgreSQL users look after yourselves
- #273824 reported by bennos Zlib compression conflicts with memcache.
- added Drupal 5.7 core cache serialization patch to 5.x branch.
fixes issue #226672 - Serialize patch needed for 5.7
- #186332 by firebus; memcache wasn't matching core behavior on cache_clear_all
- Patches for blockcache and user_relationships
- #188751 by mdekkers, modified by roberDouglass: remove DUPLICATE KEY syntax from query.
- #215823 by nicholasThompson: improve admin area.
- Fixing issue #215814: Incorrect use of db_query in memcache.db.inc
memcache 5.x-1.7
First released: January 29, 2008 - 23:52
Size: 23.81 KB
md5_file hash: 3ebeaa19edd5feb23130249338929044
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
First released: August 29, 2007 - 21:01
Size: 19.35 KB
md5_file hash: 270fe97a2bbd0da0517cb41cc3919924
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
First released: July 31, 2007 - 16:48
Size: 19.29 KB
md5_file hash: 36a48231ed27ced2ecfdeaf54a9670a9
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
First released: July 31, 2007 - 11:33
Size: 19.24 KB
md5_file hash: 40ec589dfb7d1e941fb070e654f575bd
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
First released: July 29, 2007 - 14:58
Size: 21.51 KB
md5_file hash: 26d7273419d3a799de480fbf6b9d1f33
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
First released: July 29, 2007 - 11:40
Size: 21.22 KB
md5_file hash: 5a850724cccee4c6c24095969d8b428c
Last updated: July 29, 2007 - 11:45
Critical error in memcache_admin code introduced in 1.1 release.
memcache 5.x-1.1
First released: July 29, 2007 - 11:11
Size: 21.18 KB
md5_file hash: 9d4744ad322287c44f21ba67c636171a
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
First released: June 27, 2007 - 08:06
Size: 20.25 KB
md5_file hash: 7bf0e46e00a5358768816c0ed2a7c1a1
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
First released: May 28, 2007 - 15:19
Size: 20.15 KB
md5_file hash: c532e1f648a0de437c07440137457f8d
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
First released: May 22, 2007 - 08:32
Size: 22.7 KB
md5_file hash: afa5df493ffc257371c9a9d34a5ac7a1
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
First released: March 24, 2007 - 11:29
Size: 14.81 KB
md5_file hash: 27beac2b9f94678386ce5ef7fa02bee0
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.
