From 9560e525cab3c922c81d0f5793a0a969f3aad238 Mon Sep 17 00:00:00 2001 From: Hannes Hauswedell Date: Mon, 20 Feb 2017 13:14:17 +0100 Subject: [PATCH] Update CHANGELOG for 2.3.2 --- CHANGELOG.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0c7b4bdd23..6c2dfcf291 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,22 @@ SeqAn Changelog This file summarizes the changes to the SeqAn library and apps. +Release 2.3.2 +~~~~~~~~~~~~~ + +Selected Bug Fixes +^^^^^^^^^^^^^^^^^^ + +- Argument parser + - various fixes in the version checker + - fix incompatibilities in CTD file creation with KNIME (introduced in 2.3.0) +- Build systems + - reintroduce ``FindSeqAn.cmake`` for projects that rely on cmake's module mode + - fix the pkgconfig file +- Platform related + - improved compliance with warning levels of soon-to-be-released gcc7 and clang4 + - because of unresolved bugs we now recommend gcc5 as minimum gcc version when using static linking + Release 2.3.1 ~~~~~~~~~~~~~