From 91a4a0c8ea51fc42fc0f6347db2c77c5c5aeff28 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Mon, 28 Nov 2011 09:52:07 -0500 Subject: [PATCH] Release bwa-0.6.1 --- NEWS | 6 ++++-- bwa.1 | 2 +- main.c | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 69f27e0d..5cced2b8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Release 0.6.1 (25 November, 2011) +Release 0.6.1 (28 November, 2011) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Notable changes to BWA-short: @@ -16,6 +16,8 @@ Notable changes to BWA-SW: * Bugfix: incorrect mate position in the SE mode. + * Bugfix: rare segfault in the PE mode + * When macro _NO_SSE2 is in use, fall back to the standard Smith-Waterman instead of SSE2-SW. @@ -27,7 +29,7 @@ Changes to fastmap: * Optionally output the query sequence. -(0.6.1: 25 November 2011, r103) +(0.6.1: 28 November 2011, r104) diff --git a/bwa.1 b/bwa.1 index d3f0458e..caa60cbf 100644 --- a/bwa.1 +++ b/bwa.1 @@ -1,4 +1,4 @@ -.TH bwa 1 "12 November 2011" "bwa-0.6.0" "Bioinformatics tools" +.TH bwa 1 "28 November 2011" "bwa-0.6.1" "Bioinformatics tools" .SH NAME .PP bwa - Burrows-Wheeler Alignment Tool diff --git a/main.c b/main.c index 9298bc82..7606a29a 100644 --- a/main.c +++ b/main.c @@ -4,7 +4,7 @@ #include "utils.h" #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.6.0-r102-dev" +#define PACKAGE_VERSION "0.6.1-r104" #endif static int usage()