Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ For more detailed information, please see the git log.

These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.

v3.3.1 (July 12th 2017)
-----------------------

bugfix release
- various enhancements, including:
- add support for 'allow_prepend_abs_path' easyconfig parameter (#2254)
- support for --merge-pr (#2266)
- various bug fixes, including:
- resolve symlinks to location of 'eb' in get_paths_for (#2248)
- fall back to checking location relative to 'eb' location in find_eb_script (#2249)
- respect --suffix-modules-path value for user-specific module path extensions (#2250)
- update EasyBuild bootstrap script to download distribute tarball from http://easybuilders.github.io/easybuild/files (#2256)
- fix default target GitHub account/organisation for --new-pr & co + fix tests that got broken by migration to github.com/easybuilders (#2258)
- fix checking for new easyconfigs in copy_easyconfigs, pick up specified commit message as PR title if none was provided (#2259)
- get rid of references to hpcugent after move to github.com/easybuilders (#2261)
- automatically enable --ignore-osdeps under --new-pr and --update-pr (#2262)


v3.3.0 (June 26th 2017)
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion easybuild/tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
# This causes problems further up the dependency chain...
VERSION = LooseVersion('3.3.1.dev0')
VERSION = LooseVersion('3.3.1')
UNKNOWN = 'UNKNOWN'

def get_git_revision():
Expand Down