Skip to content

Commit

Permalink
Updated change log and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Apr 15, 2014
1 parent e2f2279 commit 13e44f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
NEXTFLOW CHANGE-LOG
===================

0.7.1 - 14 Apr 2014
- Fixed an issue with 'scratch' directive i.e. Fixed issue when copying a symlink
- Added 'Retry' error handling strategy and 'maxRetries' and 'maxErrors' process directives
- Added GridGain cluster sub-module
- Added TaskDispatcher submit, start, complete and error listeners
- Added new ServiceDiscovery to handle sub-modules executors
- Added Map#getOrCreate() extension method
- Using @CompileStatic for AST transformation
- Removing unused APP_TMP_DIR const
- Renamed class 'AbstractExecutor' to 'Executor'
- Added ProcessFactory class
- Refactored sub-modules directory structure
- Define the default 'lib' path relative to the pipeline 'baseDir' i.e. relative to the main script location
- Save the history entry just before launch the execution

0.7.0 - 24 Mar 2014
- New self-downloadable and self-updatable script launcher
- New cluster mode, Nextflow can run as a daemon node by using Hazelcast cluster (incubating)
Expand Down
4 changes: 2 additions & 2 deletions src/main/groovy/nextflow/Const.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ class Const {
/**
* The app build time as linux/unix timestamp
*/
static final long APP_TIMESTAMP = 1397479624716
static final long APP_TIMESTAMP = 1397572011592

/**
* The app build number
*/
static final int APP_BUILDNUM = 1781
static final int APP_BUILDNUM = 1795

/**
* The date time formatter string
Expand Down

0 comments on commit 13e44f1

Please sign in to comment.