-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fermin Galan
committed
Jan 16, 2015
1 parent
933af98
commit 8ef92e8
Showing
3 changed files
with
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +0,0 @@ | ||
Fix: Fixed the bug about recovering ONTIMEINTERVAL subscriptions (Issue #693) | ||
Fix: Fixed the crash in queryContext with an invalid geoscope (Issue #690) | ||
Fix: Protect the broker against payload-less responses to forwarded requests (Issue #699) | ||
Fix: Fixed bug that prevented types from entities with no attributes from being listed (Issue #686) | ||
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 |
---|---|---|
|
@@ -192,6 +192,12 @@ if [ "$1" == "0" ]; then | |
fi | ||
|
||
%changelog | ||
* Fri Jan 16 2015 Fermin Galan <[email protected]> 0.18.1-1 (FIWARE-4.2.1-1) | ||
- Fix: Fixed the bug about recovering ONTIMEINTERVAL subscriptions (Issue #693) | ||
- Fix: Fixed the crash in queryContext with an invalid geoscope (Issue #690) | ||
- Fix: Protect the broker against payload-less responses to forwarded requests (Issue #699) | ||
- Fix: Fixed bug that prevented types from entities with no attributes from being listed (Issue #686) | ||
|
||
* Fri Dec 19 2014 Fermin Galan <[email protected]> 0.18.0-1 (FIWARE-4.1.3-1) | ||
- Add: Service-Path in ngsi10 notifications (Issue #674) | ||
- Add: Forbidden characters in the URL path are now detected (Issue #672) | ||
|
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 "0.18.0-next" | ||
#define ORION_VERSION "0.18.1" | ||
|
||
#endif // SRC_APP_CONTEXTBROKER_VERSION_H_ |