diff --git a/docker/Dockerfile b/docker/Dockerfile index 2efc190fef..4251b5423c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 diff --git a/rpm/SPECS/contextBroker.spec b/rpm/SPECS/contextBroker.spec index b948162de0..e8c1d3f9df 100644 --- a/rpm/SPECS/contextBroker.spec +++ b/rpm/SPECS/contextBroker.spec @@ -164,6 +164,9 @@ if [ "$1" == "0" ]; then fi %changelog +* Thu Nov 24 2016 Fermin Galan 1.4.3-1 +- Hotfix about being less strict on Accept header + * Fri Nov 04 2016 Fermin Galan 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) diff --git a/src/app/contextBroker/version.h b/src/app/contextBroker/version.h index da629c89b3..df9cec1844 100644 --- a/src/app/contextBroker/version.h +++ b/src/app/contextBroker/version.h @@ -28,6 +28,6 @@ -#define ORION_VERSION "1.4.2" +#define ORION_VERSION "1.4.3" #endif // SRC_APP_CONTEXTBROKER_VERSION_H_