-
Notifications
You must be signed in to change notification settings - Fork 0
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 #397 from telefonicaid/task/prepare_1.4.0
Step: 1.3.0-next -> 1.4.0
- Loading branch information
Showing
3 changed files
with
9 additions
and
7 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,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 | ||
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 |
---|---|---|
|
@@ -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] | ||
|