X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=NEWS;h=ff28dedd5237ac852ccdc41fec0ab2521275a5e0;hb=efe8d803dda3db37304c366b366f0fc759365383;hp=8cb7f0dd2d1de74a717fb535056412d04a8fddff;hpb=d1fcb739b58e050328dcfc47c3af235bc0e41455;p=tabix.git diff --git a/NEWS b/NEWS index 8cb7f0d..ff28ded 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,68 @@ +Beta Release 0.2.3 (8 December, 2010) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Notable changes: + + * Fixed a minor bug where the first record in a headerless file may be + missed. + + * Added an option to print header lines. + + * Fixed a rare bug which may occasionally happen when retrieving data + from a region without any records. + + * Enhanced error reporting. + + * Fixed a bug in bgzip which may delete the original file even if not + intended. + +(0.2.3: 8 December 2010, r876) + + + +Beta Release 0.2.2 (28 June, 2010) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Notable changes: + + * Dropped the VCF3 support. Added VCF4 support. + + * Avoided the function name collision with samtools. + +(0.2.2: 28 June 2010, r603) + + + +Beta Release 0.2.1 (3 June, 2010) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Notable changes: + + * Allow shared library to be compiled. Added python binding to the + shared library. + +(0.2.1: 3 June 2010, r582) + + + +Beta Release 0.2.0 (11 May, 2010) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Notable changes: + + * Fixed an issue for random access given an interval end larger than + 2^29. + + * Updated the Java binding. + + * Added a Perl module using XS. + + * Improved the C APIs. + +(0.2.0: 11 May 2010, r574) + + + Beta Release 0.1.6 (9 May, 2010) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~