From 5e3d210e4b15fa9ebbfa07c93dd41f8b41697d0e Mon Sep 17 00:00:00 2001 From: Fermin Galan Date: Fri, 27 Jun 2014 02:16:34 +0200 Subject: [PATCH] Step: 0.14.0-next -> 0.14.0 --- CHANGES_NEXT_RELEASE | 3 --- rpm/SPECS/contextBroker.spec | 5 +++++ src/app/contextBroker/version.h | 2 +- test/testharness/version.test | 0 test/testharness/version_via_rest.test | 0 5 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 test/testharness/version.test create mode 100644 test/testharness/version_via_rest.test diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 556de3493a..e69de29bb2 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,3 +0,0 @@ -- Fix: entitiesQuery() method (used in queryContext and NGSI10 subscriptions) has been re-written, making it more clear and optimal (PR #405) -- Add: ServicePath support for specifying to which service path entities belong in NGSI10 queryContext and updateContext operations (issue #392) -- Add: Pagination, using URI parameters 'offset' and 'limit' (and 'details' for extra details) (issue #395) diff --git a/rpm/SPECS/contextBroker.spec b/rpm/SPECS/contextBroker.spec index 105880e4ca..44a9cc932f 100644 --- a/rpm/SPECS/contextBroker.spec +++ b/rpm/SPECS/contextBroker.spec @@ -183,6 +183,11 @@ rm -rf /usr/share/contextBroker %changelog +* Fri Jun 27 2014 Fermin Galan 0.14.0-1 (FIWARE-3.4.3-1) +- Add: Pagination, using URI parameters 'offset' and 'limit' (and 'details' for extra details) (issue #395) +- Add: ServicePath support for specifying to which service path entities belong in NGSI10 queryContext and updateContext operations (issue #392) +- Fix: entitiesQuery() method (used in queryContext and NGSI10 subscriptions) has been re-written, making it more clear and optimal (PR #405) + * Fri May 30 2014 Fermin Galan 0.13.0-1 (FIWARE-3.4.2-1) - Add: Rush can now be used as relayer for the broker, using the option '-rush' (issue #251) - Add: Custom metadata support (issue #252) diff --git a/src/app/contextBroker/version.h b/src/app/contextBroker/version.h index 81b3661ff6..247cfc3b10 100644 --- a/src/app/contextBroker/version.h +++ b/src/app/contextBroker/version.h @@ -28,6 +28,6 @@ -#define ORION_VERSION "0.14.0-next" +#define ORION_VERSION "0.14.0" #endif diff --git a/test/testharness/version.test b/test/testharness/version.test new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/testharness/version_via_rest.test b/test/testharness/version_via_rest.test new file mode 100644 index 0000000000..e69de29bb2