diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index b757975f3..e69de29bb 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1 +0,0 @@ -- [cygnus-ngsi][bug] Fix getting location header when creating Json responses in HttpBackend (#1318) diff --git a/cygnus-common/pom.xml b/cygnus-common/pom.xml index bbaf27a9b..8f4ee56fa 100644 --- a/cygnus-common/pom.xml +++ b/cygnus-common/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-common - 1.5.0 + 1.5.1 jar cygnus-common diff --git a/cygnus-common/spec/SPECS/cygnus-common.spec b/cygnus-common/spec/SPECS/cygnus-common.spec index 105af7e61..032d92413 100644 --- a/cygnus-common/spec/SPECS/cygnus-common.spec +++ b/cygnus-common/spec/SPECS/cygnus-common.spec @@ -169,6 +169,8 @@ rm -rf $RPM_BUILD_ROOT /var/run/%{_project_name} %changelog +* Thu Nov 24 2016 Francisco Romero 1.5.1 + * Wed Nov 02 2016 Francisco Romero 1.5.0 - [cygnus][hardening] Add entry for Grouping Rules in Installation and Administration Guide (#1206) - [cygnus][hardening] Add missing creation of log4j path (#1212) diff --git a/cygnus-ngsi/pom.xml b/cygnus-ngsi/pom.xml index ae23f94f5..84242673e 100644 --- a/cygnus-ngsi/pom.xml +++ b/cygnus-ngsi/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-ngsi - 1.5.0 + 1.5.1 jar cygnus-ngsi @@ -56,7 +56,7 @@ com.telefonica.iot cygnus-common - 1.5.0 + 1.5.1 diff --git a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec index 9fe996ec4..bc92b8706 100644 --- a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec +++ b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec @@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT %{_project_install_dir} %changelog +* Thu Nov 24 2016 Francisco Romero 1.5.1 +- [cygnus-ngsi][bug] Fix getting location header when creating Json responses in HttpBackend (#1318) + * Wed Nov 02 2016 Francisco Romero 1.5.0 - [cygnus][hardening] Add NGSICKANSink configuration in docker's agent.conf file (#1193) - [cygnus][hardening] Add entry for Grouping Rules in Installation and Administration Guide (#1206) diff --git a/cygnus-twitter/pom.xml b/cygnus-twitter/pom.xml index e13b87f68..9825c1be2 100644 --- a/cygnus-twitter/pom.xml +++ b/cygnus-twitter/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-twitter - 1.5.0 + 1.5.1 jar cygnus-twitter @@ -45,7 +45,7 @@ com.telefonica.iot cygnus-common - 1.5.0 + 1.5.1 diff --git a/cygnus-twitter/spec/SPECS/cygnus-twitter.spec b/cygnus-twitter/spec/SPECS/cygnus-twitter.spec index a359da8b6..cda004e50 100644 --- a/cygnus-twitter/spec/SPECS/cygnus-twitter.spec +++ b/cygnus-twitter/spec/SPECS/cygnus-twitter.spec @@ -97,6 +97,8 @@ rm -rf $RPM_BUILD_ROOT %{_project_install_dir} %changelog +* Thu Nov 24 2016 Francisco Romero 1.5.1 + * Wed Nov 02 2016 Francisco Romero 1.5.0 * Fri Oct 07 2016 Francisco Romero 1.4.0 diff --git a/docker/cygnus-common/Dockerfile b/docker/cygnus-common/Dockerfile index 83d9777e8..132664bc3 100644 --- a/docker/cygnus-common/Dockerfile +++ b/docker/cygnus-common/Dockerfile @@ -23,7 +23,7 @@ MAINTAINER Francisco Romero Bueno # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "1.5.0" +ENV CYGNUS_VERSION "1.5.1" ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" ENV CYGNUS_AGENT_NAME "cygnus-common" diff --git a/docker/cygnus-ngsi/Dockerfile b/docker/cygnus-ngsi/Dockerfile index 04c1e6026..ba4147e09 100644 --- a/docker/cygnus-ngsi/Dockerfile +++ b/docker/cygnus-ngsi/Dockerfile @@ -23,7 +23,7 @@ MAINTAINER Francisco Romero Bueno # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "1.5.0" +ENV CYGNUS_VERSION "1.5.1" ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" ENV CYGNUS_AGENT_NAME "cygnus-ngsi" diff --git a/docker/cygnus-twitter/Dockerfile b/docker/cygnus-twitter/Dockerfile index 1021452c8..a9904f41b 100644 --- a/docker/cygnus-twitter/Dockerfile +++ b/docker/cygnus-twitter/Dockerfile @@ -23,7 +23,7 @@ MAINTAINER Javi Palanca # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "1.5.0" +ENV CYGNUS_VERSION "1.5.1" ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" ENV CYGNUS_AGENT_NAME "cygnus-twitter"