Downloads
Download tar.gz
23.42 KB
MD5: cca1cc3b6b97cc836247e78be30da96d
SHA-1: 79f54ca47ed7cc3e3dad6f06a7790d57fbbb82ce
SHA-256: 48319b810c37f091df3079714b0f04fb8fe05d61a67856716a1ed05b7e6c3a96
Download zip
28.22 KB
MD5: bb46e030b0e10fde2c64a2f692d771fe
SHA-1: 0e4517b0303fd3f78147f4541e6b2eccda098f4d
SHA-256: dfe3daf32130421f5a0b3b8095f33aa2592cb77f6d86f7ab63cce78a1bfb6cd9
Release notes
First beta release for Drupal 6.x.
Changes since 6.x-1.0-alpha3:
- #341654: "Unsupported operand" error on installing Bitcache: Renamed
bitcache_link()tobitcache_l()to prevent conflict withhook_link(). - Implemented a 'contents' options for
bitcache_delete_repository(). - Refactored unit tests for Simpletest 2.x compatibility.
- #365077: Timeout fetching bitstream from URL Prevent timeouts when manually importing a bitstream from a URL.
- Fixed the recommended installation path in
README.txt. - Added a note about the Bitcache command-line tools to
INSTALL.txt. - Implemented a new setting for configuring the path to the Bitcache command-line tools.
- Renamed the previous 'synchronization' setting to 'cron script'.
- Implemented the new API functions
bitcache_sync(),bitcache_exec(),bitcache_yaml(), andbitcache_tmpname().