-
Notifications
You must be signed in to change notification settings - Fork 265
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 #3260 from telefonicaid/bug/3256_segfauls_get_all_…
…subscriptions-release-1.5.0 Fix for bug 3256 segfauls get all subscriptions (release/1.5.0 branch)
- Loading branch information
Showing
6 changed files
with
11 additions
and
5 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
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 |
---|---|---|
|
@@ -173,6 +173,9 @@ if [ "$1" == "0" ]; then | |
fi | ||
|
||
%changelog | ||
* Mon Aug 06 2018 Fermin Galan <[email protected]> 1.15.1-1 | ||
- Fix: GET /v2/subscriptions and GET /v2/subscriptions/{id} crashes for permanent subscriptions created before version 1.13.0 (#3256) | ||
|
||
* Mon Jul 16 2018 Fermin Galan <[email protected]> 1.15.0-1 | ||
- Add: upsert option for the POST /v2/entities operation (#3215) | ||
- Add: transient entities functionality (new NGSIv2 builtin attribute: dateExpires) (#3000) | ||
|
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 |
---|---|---|
|
@@ -28,6 +28,6 @@ | |
|
||
|
||
|
||
#define ORION_VERSION "1.15.0" | ||
#define ORION_VERSION "1.15.1" | ||
|
||
#endif // SRC_APP_CONTEXTBROKER_VERSION_H_ |
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