-
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.
- Loading branch information
Showing
4 changed files
with
6 additions
and
4 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 +0,0 @@ | ||
- Fix: missing expression sub-fields (q, etc.) in csubs makes Orion to crash | ||
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 |
---|---|---|
|
@@ -164,8 +164,11 @@ if [ "$1" == "0" ]; then | |
fi | ||
|
||
%changelog | ||
* Thu Sep 22 2016 Fermin Galan <[email protected]> 1.2.3-1 | ||
- Fix: missing expression sub-fields (q, etc.) in csubs makes Orion to crash | ||
|
||
* Wed Sep 14 2016 Fermin Galan <[email protected]> 1.2.2-1 | ||
-Hotfix: remove attribute detail in get types operations (only NGSIv2 API) (hardwired solution for #2073) | ||
- Hotfix: remove attribute detail in get types operations (only NGSIv2 API) (hardwired solution for #2073) | ||
|
||
* Thu Jun 16 2016 Fermin Galan <[email protected]> 1.2.1-1 | ||
- Fix: UTC as time in log file (#2232) | ||
|
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.2.2" | ||
#define ORION_VERSION "1.2.3" | ||
|
||
#endif // SRC_APP_CONTEXTBROKER_VERSION_H_ |