Skip to content

Commit 48b2bd9

Browse files
committed
Merge pull request #1571 from boegel/eb260
bump version to 2.6.0 and update release notes (REVIEW)
2 parents 223eab9 + 4b71d24 commit 48b2bd9

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

RELEASE_NOTES

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@ For more detailed information, please see the git log.
33

44
These release notes can also be consulted at http://easybuild.readthedocs.org/en/latest/Release_notes.html.
55

6+
v2.6.0 (January 26th 2016)
7+
--------------------------
8+
9+
feature + bugfix release
10+
- add (experimental) support for opening/updating (easyconfigs) pull requests (--new-pr, --update-pr) (#1528)
11+
- sanitize environment before each installation by undefining $PYTHON* (#1569, #1572)
12+
- various other enhancements, including:
13+
- allow user-local modules with hierarchical naming schemes (--subdir-user-modules) (#1472)
14+
- enhance --extended-dry-run output to include paths for requirements in make_module_req (#1520)
15+
- rewrite read_file to use 'with' (#1534)
16+
- add support for eb --last-log (#1541)
17+
- support using fixed install dir scheme (--fixed-installdir-naming-scheme) (#1546)
18+
- add edge attributes for build dependencies in --dep-graph output (#1548)
19+
- check whether dependencies marked as external module are hidden (#1552)
20+
- implement support for --modules-header (#1558)
21+
- add support to specify 'else' body for conditional statements in modules (#1559)
22+
- add extra test for --include-easyblocks for generic easyblocks (#1562)
23+
- allow user to define the default compiler optimization level (--default-opt-level) (#1565)
24+
- make toolchain.get_variable more robust w.r.t. dummy toolchain (#1566)
25+
- various bug fixes, including:
26+
- fix missing 'yaml' module check in tests (#1525)
27+
- fix 'develop' install script (#1529)
28+
- correctly quote FPM option values in packagin support (#1530)
29+
- correctly handle '.' in software name w.r.t. $EB* environment variables (#1538)
30+
- exclude logs and test reports from packages (#1544)
31+
- also pass down --job-cores for pbs_python job backend (#1547)
32+
- skip dependencies marked as external modules when packaging (#1550)
33+
- fix syntax for set_alias statement in Lua syntax (#1554)
34+
- handle the case of all 'offline' nodes correctly for --job (#1560)
35+
- fix test_modules_tool_stateless unit test for stateless ModulesTool with Lmod as modules tool (#1570)
36+
637
v2.5.0 (December 17th 2015)
738
---------------------------
839

easybuild/tools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
4444
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
4545
# This causes problems further up the dependency chain...
46-
VERSION = LooseVersion('2.6.0.dev0')
46+
VERSION = LooseVersion('2.6.0')
4747
UNKNOWN = 'UNKNOWN'
4848

4949
def get_git_revision():

0 commit comments

Comments
 (0)