Changelog entry marking the package released.
[tabix.git] / NEWS
diff --git a/NEWS b/NEWS
index a6f3c707e8f91cb1c15704f11c24a301a9677005..d23054184048429abbf18fe8dbe3b45446979dc8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+Release 0.2.4 (10 April, 2011)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Notable changes:
+
+ * Give an error if the index file is older than the data file.
+
+ * Avoid a segfault given flawed input.
+
+ * Added Python APIs contributed by Hyeshik Chang. The new APIs do not bind to
+   the dynamic library and are reported to be faster. Pysam also comes with a
+   tabix binding.
+
+ * Added option "-r" for efficient header replacement.
+
+ * Added BED support.
+
+ * Synchronized the BGZF library between tabix and samtools.
+
+(0.2.4: 10 April 2011, r949)
+
+
+
+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)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~