From 983c3982a3bc9f6bf5bcc25df57cfe46c69c3fed Mon Sep 17 00:00:00 2001 From: Aaron <aaronquinlan@gmail.com> Date: Wed, 2 Nov 2011 20:54:03 -0400 Subject: [PATCH] Prep for 2.14.1 --- RELEASE_HISTORY | 13 +++++++++++++ src/utils/version/version.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/RELEASE_HISTORY b/RELEASE_HISTORY index bfa184da..d51d8fd5 100644 --- a/RELEASE_HISTORY +++ b/RELEASE_HISTORY @@ -1,3 +1,16 @@ +Version 2.14.1 (2-Nov-2011) + +Bug Fixes +========= +1. Corrected the help for closestBed. It now correctly reads -io instead of -no. +2. Fixed regression in closestBed injected in version 2.13.4 whereby B features to the right of an A feature were missed. + +New tool. +============ +1. Added the multiIntersectBed tool for reporting common intervals among multiple **sorted** BED/GFF/VCF files. + + + Version 2.13.4 (26-Oct-2011) Bug Fixes ========= diff --git a/src/utils/version/version.h b/src/utils/version/version.h index a409d9fa..6877d73c 100644 --- a/src/utils/version/version.h +++ b/src/utils/version/version.h @@ -3,6 +3,6 @@ // define the version. All tools in the // suite carry the same version number. -#define VERSION "2.13.4" +#define VERSION "2.14.1" #endif /* VERSION_H */ -- GitLab