Skip to content

Commit

Permalink
Step: 0.14.0-next -> 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fermin Galan committed Aug 1, 2014
1 parent 70df764 commit 628b733
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
18 changes: 0 additions & 18 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,18 +0,0 @@
o Fix: errors in JSON rendering for '/statistics' and '/version' fixed (Issue #428).
o Fix: using same location attribute in UPDATE fails (issue http://stackoverflow.com/questions/24431177/ge-orion-context-broker-when-we-make-an-update-of-the-entity-does-not-allow-us)
o Fix: Context Broker no crashed anymore due to different tenant names but equal in insensitve case (workaround in Issue #431).
o Logging modifications (Issue #428):
o The name of the log file has been changed from contextBrokerLog to contextBroker.log
o Changed the log line format to use a key-value approach
o Added LM_I, for transactions. Each time a new transaction is initiated, an LM_I is issued.
Upon terminating each transaction, another LM_I is issued to reflect this.
o All log lines contain the id of the current transaction, or N/A if no transaction is in progress
o Changed the time reference to localtime (previously GMT was used)
o Stopped using LM_RE, LM_V* and _LM_RVE and removed tho CLI options -v, -vv, -vvv, -vvvv, -vvvvv
o Added an LM_I for when thr broker starts and another when it exits (in a controlled manner).
o The broker now uses libcurl for outgoing HTTP communications.
o Fix: double-quotes in output payload have been escaped (Issue #456)
o Fix: Added tests to make sure that latitude and longitude are within range
(-90 <= latitude <=90) and (-180 <= longitude <= 180) and properly stored in database (Issue #461)
o Fix: RPM binary complied in release mode (previous versions used debug)
o Add: file to disable prelinking automatically along with RPM
20 changes: 20 additions & 0 deletions rpm/SPECS/contextBroker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,26 @@ rm -rf /usr/share/contextBroker


%changelog
* Fri Aug 01 2014 Fermin Galan <[email protected]> 0.14.1-1 (FIWARE-3.5.1-1)
- Fix: errors in JSON rendering for '/statistics' and '/version' fixed (Issue #428).
- Fix: using same location attribute in UPDATE fails (issue http://stackoverflow.com/questions/24431177/ge-orion-context-broker-when-we-make-an-update-of-the-entity-does-not-allow-us)
- Fix: Context Broker no crashed anymore due to different tenant names but equal in insensitve case (workaround in Issue #431).
- Logging modifications (Issue #428):
o The name of the log file has been changed from contextBrokerLog to contextBroker.log
o Changed the log line format to use a key-value approach
o Added LM_I, for transactions. Each time a new transaction is initiated, an LM_I is issued.
Upon terminating each transaction, another LM_I is issued to reflect this.
o All log lines contain the id of the current transaction, or N/A if no transaction is in progress
o Changed the time reference to localtime (previously GMT was used)
o Stopped using LM_RE, LM_V* and _LM_RVE and removed tho CLI options -v, -vv, -vvv, -vvvv, -vvvvv
o Added an LM_I for when thr broker starts and another when it exits (in a controlled manner).
- The broker now uses libcurl for outgoing HTTP communications.
- Fix: double-quotes in output payload have been escaped (Issue #456)
- Fix: Added tests to make sure that latitude and longitude are within range
(-90 <= latitude <=90) and (-180 <= longitude <= 180) and properly stored in database (Issue #461)
- Fix: RPM binary complied in release mode (previous versions used debug)
- Add: file to disable prelinking automatically along with RPM

* Fri Jun 27 2014 Fermin Galan <[email protected]> 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)
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.14.0-next"
#define ORION_VERSION "0.14.1"

#endif

0 comments on commit 628b733

Please sign in to comment.