From a742452a4cfddbc41f686509660d7ae5ca9be3e3 Mon Sep 17 00:00:00 2001 From: jshkurti Date: Tue, 24 Mar 2015 18:35:45 +0100 Subject: [PATCH] updated changelog and .travis.yml --- .travis.yml | 3 +-- CHANGELOG.md | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ba31fd5a..6d6a1b77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,9 @@ branches: node_js: - "iojs" - "0.12" + - "0.12.0" - "0.11" - - "0.11.14" - "0.10" - - "0.10.34" os: - linux - osx diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f457d0..10252173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,16 @@ - `--no-restart` flag : starts PM2 without automatic restart feature - dump/resurrect will leave 'stopped' apps as stopped instead of restarting every app +# 0.12.9 (Current Stable) + +- Fix #1119 : Safe params so cli-table won't fail - Fix #1099 : Bug when app name starts by digit (e.g '1-myApp') - Fix #1111 : More verbosity on writeFileSync errors - New env setting: PM2_KILL_TIMEOUT (ms) : time to wait before a process is considered dead - New env setting: PM2_CONCURRENT_ACTIONS : use it with care, value >1 is considered instable - Refactored reload/gracefulReload for better stability -# 0.12.8 (Current Stable) +# 0.12.8 - Fix : `Channel closed error` - Fix : `Resource leak error`