Skip to content

Commit

Permalink
Merge pull request #397 from telefonicaid/task/prepare_1.4.0
Browse files Browse the repository at this point in the history
Step: 1.3.0-next -> 1.4.0
  • Loading branch information
AlvaroVega authored Oct 23, 2018
2 parents 0c6071f + 267b8b6 commit 7ffcc49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 0 additions & 6 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
Add: init script in RPM is able to deal with multiple instances of PEP running on the same system (#390)
Fix: init script in RPM fixes start stop errors in pep service (#390)
Fix check boolean config fields against right boolean value
Fix mustache dependence version to 2.2.1 due to detected medium vulnerability
Fix allow log level in uppercase for access logger and lowercase for tracerequest
Using precise dependencies (~=) in packages.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fiware-pep-steelskin",
"description": "FiWare Policy Enforcement Point",
"version": "1.3.0-next",
"version": "1.4.0",
"homepage": "https://github.com/telefonicaid/fiware-pep-steelskin",
"author": {
"name": "Daniel Moran",
Expand Down
8 changes: 8 additions & 0 deletions rpm/SPECS/pepProxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,14 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Mon Oct 22 2018 Fermin Galan <[email protected]> 1.4.0
- Add: init script in RPM is able to deal with multiple instances of PEP running on the same system (#390)
- Fix: init script in RPM fixes start stop errors in pep service (#390)
- Fix: check boolean config fields against right boolean value
- Fix: mustache dependence version to 2.2.1 due to detected medium vulnerability
- Fix: allow log level in uppercase for access logger and lowercase for tracerequest
- Using precise dependencies (~=) in packages.json

* Wed Oct 18 2017 Fermin Galan <[email protected]> 1.3.0
- FEATURE update node version to 4.8.4
- FEATURE access accounting in a file of each operation (including user, service/servicepath and action) [#350]
Expand Down

0 comments on commit 7ffcc49

Please sign in to comment.