Skip to content

Commit

Permalink
Merge pull request #262 from telefonicaid/task/prepare_1.6.0
Browse files Browse the repository at this point in the history
ADD Step: 1.5.0-next -> 1.6.0
  • Loading branch information
AlvaroVega authored Oct 18, 2017
2 parents 6c8e8bf + ef6b19c commit d13e688
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
7 changes: 0 additions & 7 deletions CHANGES_NEXT_RELEASE
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]
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "perseo",
"description": "IOT CEP front End",
"version": "1.5.0-next",
"version": "1.6.0",
"homepage": "",
"author": {
"name": "crbrox",
Expand Down
9 changes: 9 additions & 0 deletions rpm/SPECS/cep.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d13e688

Please sign in to comment.