Skip to content

Commit

Permalink
Step: 0.17.0-next -> 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fermin Galan committed Dec 19, 2014
1 parent a4a9f4f commit b754858
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 0 additions & 6 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
Add: Service-Path in ngsi10 notifications (Issue #674)
Add: Forbidden characters in the URL path are now detected (Issue #672)
Add: X-Auth-Token forwarded in ngsi10 notifications (Issue #673)
Fix: Bug: POST /v1/conextEntities didn't save the entity type (from payload) (Issue #684)
Fix: Service-Path is taken into account in 'GET /v1/contextTypes' and 'GET /v1/contextTypes/{entityType}' operations (Issue #676)
Add: Service-Path is taken into account in ngsi10 subscriptions (Issue #675)
8 changes: 8 additions & 0 deletions rpm/SPECS/contextBroker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,14 @@ if [ "$1" == "0" ]; then
fi

%changelog
* 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)
- Add: X-Auth-Token forwarded in ngsi10 notifications (Issue #673)
- Add: Service-Path is taken into account in ngsi10 subscriptions (Issue #675)
- Fix: Bug: POST /v1/conextEntities didn't save the entity type (from payload) (Issue #684)
- Fix: Service-Path is taken into account in 'GET /v1/contextTypes' and 'GET /v1/contextTypes/{entityType}' operations (Issue #676)

* Fri Nov 28 2014 Fermin Galan <[email protected]> 0.17.0-1 (FIWARE-4.1.2-1)
Add: New convop: "POST /v1/contextEntities" (Issue #613).
Note also that AppendContextElementRequest has been added an EntityId field.
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.17.0-next"
#define ORION_VERSION "0.18.0"

#endif // SRC_APP_CONTEXTBROKER_VERSION_H_

0 comments on commit b754858

Please sign in to comment.