Skip to content

Commit

Permalink
Step: 0.18.0-next -> 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fermin Galan committed Jan 16, 2015
1 parent 933af98 commit 8ef92e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGES_NEXT_RELEASE
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)
6 changes: 6 additions & 0 deletions rpm/SPECS/contextBroker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/app/contextBroker/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@



#define ORION_VERSION "0.18.0-next"
#define ORION_VERSION "0.18.1"

#endif // SRC_APP_CONTEXTBROKER_VERSION_H_

0 comments on commit 8ef92e8

Please sign in to comment.