updated changelog and .travis.yml

This commit is contained in:
jshkurti 2015-03-24 18:35:45 +01:00
parent e0ada89750
commit a742452a4c
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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`