From 49636140ce3955f8dba9e4b13a03a59dfd0e4636 Mon Sep 17 00:00:00 2001 From: Miguel Dias Costa Date: Sun, 18 Dec 2016 16:38:28 +0800 Subject: [PATCH] prepare release notes for eb302 --- RELEASE_NOTES | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index af23c819b1..5fa1da0667 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -5,6 +5,22 @@ These release notes can also be consulted at http://easybuild.readthedocs.org/en The latest version of easybuild-easyblocks provides 179 software-specific easyblocks and 30 generic easyblocks. +v3.0.2 (December 21st 2016) +--------------------------- + +bugfix release +- various enhancements, including: + - modify DL_POLY_Classic easyblock to support building with Plumed support (REVIEW) (#829) + - make the allinea easyblock search for the templates in the easyconfig paths (#1025) + - skip RPATH sanity check for binary installations (#1056) + - pass CXXFLAGS and LDFLAGS to Boost Bjam (#1064) + - make FortranPythonPackage aware of (pre)buildopts (#1065) + - make pip ignore already installed versions of the package being installed (#1066) + - update sanity check for Mono to support recent versions (#1069) +- various bug fixes, including: + - don't pass empty string as custom installopts for numpy in test_step (#1067) + + v3.0.1 (November 30th 2016) ---------------------------