Skip to content

Commit

Permalink
Merge pull request #2710 from telefonicaid/task/prepare_1.4.3
Browse files Browse the repository at this point in the history
Step: 1.4.2 -> 1.4.3
  • Loading branch information
vgarciag authored Nov 24, 2016
2 parents 1b9dc62 + 4336ffe commit a74cb30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.4.2
ENV GIT_REV_ORION 1.4.3
ENV CLEAN_DEV_TOOLS 1

WORKDIR /opt
Expand Down
3 changes: 3 additions & 0 deletions rpm/SPECS/contextBroker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ if [ "$1" == "0" ]; then
fi

%changelog
* Thu Nov 24 2016 Fermin Galan <[email protected]> 1.4.3-1
- Hotfix about being less strict on Accept header

* Fri Nov 04 2016 Fermin Galan <[email protected]> 1.4.2-1
- Fix: over-logging of Runtime Error traces not representing actual error (#2597)
- Fix: support attributes with double underscore as part of the name (#2453)
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.4.2"
#define ORION_VERSION "1.4.3"

#endif // SRC_APP_CONTEXTBROKER_VERSION_H_

0 comments on commit a74cb30

Please sign in to comment.