Skip to content

Commit

Permalink
Merge pull request #2714 from telefonicaid/task/prepare_1.4.4
Browse files Browse the repository at this point in the history
Step: 1.4.3 -> 1.4.4
  • Loading branch information
Ken Zangelin authored Nov 24, 2016
2 parents bce8eae + 85a8432 commit d048264
Show file tree
Hide file tree
Showing 3 changed files with 6 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.3
ENV GIT_REV_ORION 1.4.4
ENV CLEAN_DEV_TOOLS 1

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

%changelog
* Thu Nov 24 2016 Fermin Galan <[email protected]> 1.4.4-1
- Hotfix: type wrongly interpreted as pattern in NGSIv1 query requests
- Rollback 1.4.3 hotfix about being less strict on Accept header

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

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.3"
#define ORION_VERSION "1.4.4"

#endif // SRC_APP_CONTEXTBROKER_VERSION_H_

0 comments on commit d048264

Please sign in to comment.