-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from telefonicaid/task/prepare_1.6.0
ADD Step: 1.5.0-next -> 1.6.0
- Loading branch information
Showing
4 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +0,0 @@ | ||
- FEATURE update node version to 4.8.4 | ||
- Fixed timer leak in HA-refresh scenarios [#253] | ||
- Modify main section of package.json from lib/perseo to bin/perseo | ||
- Add native SMPP support [#246] | ||
- Add PERSEO_MONGO_ENDPOINT, PERSEO_MONGO_USER and PERSEO_MONGO_PASSWORD variables to compose a full mongo connection string [#243] | ||
- Remove PERSEO_MONGO_HOST variable (use PERSEO_MONGO_ENDPOINT instead) [#243] | ||
- Add smpp dependence to npm-shrinkwrap [#249] | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,6 +161,15 @@ rm -rf $RPM_BUILD_ROOT | |
%{_install_dir} | ||
|
||
%changelog | ||
* Wed Oct 18 2017 Fermin Galan <[email protected]> 1.6.0 | ||
- FEATURE update node version to 4.8.4 | ||
- Fixed timer leak in HA-refresh scenarios [#253] | ||
- Modify main section of package.json from lib/perseo to bin/perseo | ||
- Add native SMPP support [#246] | ||
- Add PERSEO_MONGO_ENDPOINT, PERSEO_MONGO_USER and PERSEO_MONGO_PASSWORD variables to compose a full mongo connection string [#243] | ||
- Remove PERSEO_MONGO_HOST variable (use PERSEO_MONGO_ENDPOINT instead) [#243] | ||
- Add smpp dependence to npm-shrinkwrap [#249] | ||
|
||
* Thu Feb 02 2017 Daniel Moran <[email protected]> 1.5.0 | ||
- Fix: Blocked actions in queue when error (#221) | ||
- Add: Retrieve loop detection, with mark (#226) | ||
|