Skip to content

Commit

Permalink
updated man page, and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xflouris committed Jul 25, 2017
1 parent db10af4 commit 2f77b07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to `mptp` will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.3] - 2017-07-25
### Fixed
- Replaced hsearch which was causing problems on APPLE with custom hashtable
- Corrected file name in error messages when failing to open files

## [0.2.2] - 2017-01-31
### Fixed
- Regular expressions now allow scientific notation when parsing branch lengths
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([mptp], [0.2.2], [[email protected]])
AC_INIT([mptp], [0.2.3], [[email protected]])
AM_INIT_AUTOMAKE([subdir-objects])
AC_LANG([C])
AC_CONFIG_SRCDIR([src/mptp.c])
Expand Down
3 changes: 3 additions & 0 deletions man/mptp.1
Original file line number Diff line number Diff line change
Expand Up @@ -351,5 +351,8 @@ Fixed regular expressions to allow scientific notation for branch lengths when
parsing trees. Improved the accuracy of ASV score by also taking into account
tips forming coalescent roots. Fixed memory leaks that occur when parsing
incorrectly formatted trees.
.TP
.BR v0.2.3\~ "released July 25th, 2017"
Replaced hsearch() with custom hashtable. Fixed minor output error messages.
.RE
.LP

0 comments on commit 2f77b07

Please sign in to comment.