Skip to content

Commit ef3f7ea

Browse files
committed
Release minimap2-2.1.1 (r341)
1 parent 8b9f2aa commit ef3f7ea

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

NEWS.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
Release 2.1.1-r341 (6 September 2017)
2+
-------------------------------------
3+
4+
This is a maintenance release that is expected to output identical alignment to
5+
v2.1. Detailed changes include:
6+
7+
* Support CPU dispatch. By default, minimap2 is compiled with both SSE2 and
8+
SSE4 based implementation of alignment and automatically chooses the right
9+
one at runtime. This avoids unexpected errors on older CPUs (#21).
10+
11+
* Improved Windows support as is requested by Oxford Nanopore (#19). Minimap2
12+
now avoids variable-length stacked arrays, eliminates alloca(), ships with
13+
getopt_long() and provides timing functions implemented with Windows APIs.
14+
15+
* Fixed a potential segmentation fault when specifying -k/-w/-H with
16+
multi-part index (#23).
17+
18+
* Fixed two memory leaks in example.c
19+
20+
(2.1.1: 6 September 2017, r341)
21+
22+
23+
124
Release 2.1-r311 (25 August 2017)
225
---------------------------------
326

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "mmpriv.h"
77
#include "getopt.h"
88

9-
#define MM_VERSION "2.1-r339-dirty"
9+
#define MM_VERSION "2.1.1-r341"
1010

1111
#ifdef __linux__
1212
#include <sys/resource.h>

minimap2.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH minimap2 1 "25 August 2017" "minimap2-2.1-r311" "Bioinformatics tools"
1+
.TH minimap2 1 "6 September 2017" "minimap2-2.1.1-r341" "Bioinformatics tools"
22
.SH NAME
33
.PP
44
minimap2 - mapping and alignment between collections of DNA sequences

0 commit comments

Comments
 (0)