Changeset 303


Ignore:
Timestamp:
11/17/10 14:55:24 (18 months ago)
Author:
faltet
Message:

Post 1.1.3 release actions done.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ANNOUNCE.txt

    r301 r303  
    11=============================================================== 
    2  Announcing Blosc 1.1.3 
     2 Announcing Blosc 1.1.4 
    33 A blocking, shuffling and lossless compression library 
    44=============================================================== 
     
    77============ 
    88 
    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 *** 
    1210 
    1311For more info, please see the RELEASE_NOTES.txt file. 
  • trunk/RELEASE_NOTES.txt

    r296 r303  
    11=============================== 
    2  Release notes for Blosc 1.1.3 
     2 Release notes for Blosc 1.1.4 
    33=============================== 
    44 
     
    66:Contact: faltet@pytables.org 
    77:URL: http://blosc.pytables.org 
     8 
     9 
     10Changes from 1.1.2 to 1.1.3 
     11=========================== 
     12 
     13- (None yet) 
    814 
    915 
  • trunk/blosc/blosc.h

    r296 r303  
    1515#define BLOSC_VERSION_MAJOR    1    /* for major interface/format changes  */ 
    1616#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! */ 
    2020#define BLOSC_VERSION_REVISION "$Rev$"   /* revision version */ 
    2121#define BLOSC_VERSION_DATE     "$Date::             $"    /* date version */ 
Note: See TracChangeset for help on using the changeset viewer.