Skip to content

Commit

Permalink
Merge pull request #2530 from telefonicaid/task/prepare_1.2.3
Browse files Browse the repository at this point in the history
Step 1.2.3 version
  • Loading branch information
Ken Zangelin authored Sep 22, 2016
2 parents d654ea7 + 05f6fbf commit 08a5ff6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion CHANGES_NEXT_RELEASE
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
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM centos:centos6.6
MAINTAINER FIWARE Orion Context Broker Team. Telefónica I+D

ENV ORION_USER orion
ENV GIT_REV_ORION 1.2.2
ENV GIT_REV_ORION 1.2.3
ENV CLEAN_DEV_TOOLS 1

RUN adduser --comment "${ORION_USER}" ${ORION_USER}
Expand Down
5 changes: 4 additions & 1 deletion rpm/SPECS/contextBroker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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 "1.2.2"
#define ORION_VERSION "1.2.3"

#endif // SRC_APP_CONTEXTBROKER_VERSION_H_

0 comments on commit 08a5ff6

Please sign in to comment.