Changeset 303
- Timestamp:
- 11/17/10 14:55:24 (18 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
ANNOUNCE.txt (modified) (2 diffs)
-
RELEASE_NOTES.txt (modified) (2 diffs)
-
blosc/blosc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ANNOUNCE.txt
r301 r303 1 1 =============================================================== 2 Announcing Blosc 1.1. 32 Announcing Blosc 1.1.4 3 3 A blocking, shuffling and lossless compression library 4 4 =============================================================== … … 7 7 ============ 8 8 9 Much improved compression ratio when using large blocks (> 64 KB) and 10 high compression levels (> 6) under some circumstances (special data 11 distribution). 9 *** Add blurb here *** 12 10 13 11 For more info, please see the RELEASE_NOTES.txt file. -
trunk/RELEASE_NOTES.txt
r296 r303 1 1 =============================== 2 Release notes for Blosc 1.1. 32 Release notes for Blosc 1.1.4 3 3 =============================== 4 4 … … 6 6 :Contact: faltet@pytables.org 7 7 :URL: http://blosc.pytables.org 8 9 10 Changes from 1.1.2 to 1.1.3 11 =========================== 12 13 - (None yet) 8 14 9 15 -
trunk/blosc/blosc.h
r296 r303 15 15 #define BLOSC_VERSION_MAJOR 1 /* for major interface/format changes */ 16 16 #define BLOSC_VERSION_MINOR 1 /* for minor interface/format changes */ 17 #define BLOSC_VERSION_RELEASE 3/* for tweaks, bug-fixes, or development */18 19 #define BLOSC_VERSION_STRING "1.1. 3" /* string version. Sync with above! */17 #define BLOSC_VERSION_RELEASE 4 /* for tweaks, bug-fixes, or development */ 18 19 #define BLOSC_VERSION_STRING "1.1.4.dev" /* string version. Sync with above! */ 20 20 #define BLOSC_VERSION_REVISION "$Rev$" /* revision version */ 21 21 #define BLOSC_VERSION_DATE "$Date:: $" /* date version */
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/images/blosc-logo-small.png)