Skip to content

Commit

Permalink
Release minigraph-0.19 (r551)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Jun 12, 2022
1 parent 7b3dde6 commit 2a5d9d8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release 0.19-r551 (12 June 2022)
--------------------------------

This release fixes a segmental fault if minigraph is compiled with certain
compiler-libc combinations. This is apparently caused by memcpy(0,0,0).
Minigraph is otherwise identical v0.18.

(12 June 2022, r551)



Release 0.18-r538 (9 May 2022)
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion minigraph.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH minigraph 1 "9 May 2022" "minigraph-0.18 (r538)" "Bioinformatics tools"
.TH minigraph 1 "12 June 2022" "minigraph-0.19 (r551)" "Bioinformatics tools"

.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion minigraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <stdint.h>
#include "gfa.h"

#define MG_VERSION "0.18-r539-dirty"
#define MG_VERSION "0.19-r551"

#define MG_M_SPLICE 0x10
#define MG_M_SR 0x20
Expand Down

0 comments on commit 2a5d9d8

Please sign in to comment.