From ce31269e050d3c727506bab4eb4562eedcfdab02 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 28 Feb 2019 16:56:15 +0000 Subject: [PATCH] Update changelog, bump version, bump copyright year. --- CMakeLists.txt | 2 +- ChangeLog.txt | 2 +- client/client_shared.c | 2 +- client/client_shared.h | 2 +- client/pub_client.c | 2 +- client/sub_client.c | 2 +- client/sub_client_output.c | 2 +- config.mk | 2 +- installer/mosquitto.nsi | 2 +- installer/mosquitto64.nsi | 2 +- lib/actions.c | 2 +- lib/callbacks.c | 2 +- lib/connect.c | 2 +- lib/cpp/mosquittopp.cpp | 2 +- lib/cpp/mosquittopp.h | 2 +- lib/handle_connack.c | 2 +- lib/handle_ping.c | 2 +- lib/handle_pubackcomp.c | 2 +- lib/handle_publish.c | 2 +- lib/handle_pubrec.c | 2 +- lib/handle_pubrel.c | 2 +- lib/handle_suback.c | 2 +- lib/handle_unsuback.c | 2 +- lib/helpers.c | 2 +- lib/logging_mosq.c | 2 +- lib/logging_mosq.h | 2 +- lib/loop.c | 2 +- lib/memory_mosq.c | 2 +- lib/memory_mosq.h | 2 +- lib/messages_mosq.c | 2 +- lib/messages_mosq.h | 2 +- lib/mosquitto.c | 2 +- lib/mosquitto.h | 4 ++-- lib/mosquitto_internal.h | 2 +- lib/mqtt3_protocol.h | 2 +- lib/net_mosq.c | 2 +- lib/net_mosq.h | 2 +- lib/options.c | 2 +- lib/packet_mosq.c | 2 +- lib/packet_mosq.h | 2 +- lib/read_handle.c | 2 +- lib/read_handle.h | 2 +- lib/send_connect.c | 2 +- lib/send_disconnect.c | 2 +- lib/send_mosq.c | 2 +- lib/send_mosq.h | 2 +- lib/send_publish.c | 2 +- lib/send_subscribe.c | 2 +- lib/send_unsubscribe.c | 2 +- lib/socks_mosq.c | 2 +- lib/socks_mosq.h | 2 +- lib/srv_mosq.c | 2 +- lib/thread_mosq.c | 2 +- lib/time_mosq.c | 2 +- lib/time_mosq.h | 2 +- lib/tls_mosq.c | 2 +- lib/tls_mosq.h | 2 +- lib/utf8_mosq.c | 2 +- lib/util_mosq.c | 2 +- lib/util_mosq.h | 2 +- lib/will_mosq.c | 2 +- lib/will_mosq.h | 2 +- set-version.sh | 2 +- snap/snapcraft.yaml | 2 +- src/bridge.c | 2 +- src/conf.c | 2 +- src/conf_includedir.c | 2 +- src/context.c | 2 +- src/database.c | 2 +- src/handle_connack.c | 2 +- src/handle_connect.c | 2 +- src/handle_publish.c | 2 +- src/handle_subscribe.c | 2 +- src/handle_unsubscribe.c | 2 +- src/lib_load.h | 2 +- src/logging.c | 2 +- src/loop.c | 2 +- src/mosquitto.c | 2 +- src/mosquitto_broker.h | 2 +- src/mosquitto_broker_internal.h | 2 +- src/mosquitto_passwd.c | 2 +- src/mosquitto_plugin.h | 2 +- src/net.c | 2 +- src/persist.c | 2 +- src/persist.h | 2 +- src/plugin.c | 2 +- src/plugin_defer.c | 2 +- src/read_handle.c | 2 +- src/security.c | 2 +- src/security_default.c | 2 +- src/send_connack.c | 2 +- src/send_suback.c | 2 +- src/service.c | 2 +- src/signals.c | 2 +- src/subs.c | 2 +- src/sys_tree.c | 2 +- src/sys_tree.h | 2 +- src/uhpa.h | 2 +- src/websockets.c | 2 +- 99 files changed, 100 insertions(+), 100 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a84da4cf..71948f2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ project(mosquitto) cmake_minimum_required(VERSION 2.8) # Only for version 3 and up. cmake_policy(SET CMP0042 NEW) -set (VERSION 1.5.7) +set (VERSION 1.5.8) add_definitions (-DCMAKE -DVERSION=\"${VERSION}\") diff --git a/ChangeLog.txt b/ChangeLog.txt index d1bb42d5..4f6cf896 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,4 @@ -1.5.8 - 2019xxxx +1.5.8 - 20190228 ================ Broker: diff --git a/client/client_shared.c b/client/client_shared.c index 981eea3a..997b87b3 100644 --- a/client/client_shared.c +++ b/client/client_shared.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-2018 Roger Light +Copyright (c) 2014-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/client/client_shared.h b/client/client_shared.h index aee823a6..5dd9fad5 100644 --- a/client/client_shared.h +++ b/client/client_shared.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-2018 Roger Light +Copyright (c) 2014-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/client/pub_client.c b/client/pub_client.c index 49ca48c2..20f5002c 100644 --- a/client/pub_client.c +++ b/client/pub_client.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/client/sub_client.c b/client/sub_client.c index 607f258c..9ff2867a 100644 --- a/client/sub_client.c +++ b/client/sub_client.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/client/sub_client_output.c b/client/sub_client_output.c index 4aeb8c39..fac4ce64 100644 --- a/client/sub_client_output.c +++ b/client/sub_client_output.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/config.mk b/config.mk index 90e7e838..d0eb7fde 100644 --- a/config.mk +++ b/config.mk @@ -105,7 +105,7 @@ WITH_BUNDLED_DEPS:=yes # Also bump lib/mosquitto.h, CMakeLists.txt, # installer/mosquitto.nsi, installer/mosquitto64.nsi -VERSION=1.5.7 +VERSION=1.5.8 # Client library SO version. Bump if incompatible API/ABI changes are made. SOVERSION=1 diff --git a/installer/mosquitto.nsi b/installer/mosquitto.nsi index 05c7366e..c0cc06ea 100644 --- a/installer/mosquitto.nsi +++ b/installer/mosquitto.nsi @@ -9,7 +9,7 @@ !define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"' Name "Eclipse Mosquitto" -!define VERSION 1.5.7 +!define VERSION 1.5.8 OutFile "mosquitto-${VERSION}-install-windows-x86.exe" InstallDir "$PROGRAMFILES\mosquitto" diff --git a/installer/mosquitto64.nsi b/installer/mosquitto64.nsi index b17e4abf..09179869 100644 --- a/installer/mosquitto64.nsi +++ b/installer/mosquitto64.nsi @@ -9,7 +9,7 @@ !define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"' Name "Eclipse Mosquitto" -!define VERSION 1.5.7 +!define VERSION 1.5.8 OutFile "mosquitto-${VERSION}-install-windows-x64.exe" !include "x64.nsh" diff --git a/lib/actions.c b/lib/actions.c index 5e50dbe5..41ffe749 100644 --- a/lib/actions.c +++ b/lib/actions.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/callbacks.c b/lib/callbacks.c index 037ee82b..4f3cae08 100644 --- a/lib/callbacks.c +++ b/lib/callbacks.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/connect.c b/lib/connect.c index fe084e31..2737f1df 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/cpp/mosquittopp.cpp b/lib/cpp/mosquittopp.cpp index 71b32068..6c57856c 100644 --- a/lib/cpp/mosquittopp.cpp +++ b/lib/cpp/mosquittopp.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/cpp/mosquittopp.h b/lib/cpp/mosquittopp.h index 38a5835f..163d616f 100644 --- a/lib/cpp/mosquittopp.h +++ b/lib/cpp/mosquittopp.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/handle_connack.c b/lib/handle_connack.c index 9d0a01cd..c5505c10 100644 --- a/lib/handle_connack.c +++ b/lib/handle_connack.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/handle_ping.c b/lib/handle_ping.c index 17b53be0..688eee18 100644 --- a/lib/handle_ping.c +++ b/lib/handle_ping.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/handle_pubackcomp.c b/lib/handle_pubackcomp.c index b86c26d7..6612cd33 100644 --- a/lib/handle_pubackcomp.c +++ b/lib/handle_pubackcomp.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/handle_publish.c b/lib/handle_publish.c index f8092f89..cbf654ef 100644 --- a/lib/handle_publish.c +++ b/lib/handle_publish.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/handle_pubrec.c b/lib/handle_pubrec.c index a610af39..bcd32617 100644 --- a/lib/handle_pubrec.c +++ b/lib/handle_pubrec.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/handle_pubrel.c b/lib/handle_pubrel.c index 81f33ebb..9998fff1 100644 --- a/lib/handle_pubrel.c +++ b/lib/handle_pubrel.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/handle_suback.c b/lib/handle_suback.c index d6e3d19c..388e7c06 100644 --- a/lib/handle_suback.c +++ b/lib/handle_suback.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/handle_unsuback.c b/lib/handle_unsuback.c index 6297bb10..4bbf317d 100644 --- a/lib/handle_unsuback.c +++ b/lib/handle_unsuback.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/helpers.c b/lib/helpers.c index b1aef6aa..66fd6ff2 100644 --- a/lib/helpers.c +++ b/lib/helpers.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2016-2018 Roger Light +Copyright (c) 2016-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/logging_mosq.c b/lib/logging_mosq.c index a48f799a..eab63562 100644 --- a/lib/logging_mosq.c +++ b/lib/logging_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/logging_mosq.h b/lib/logging_mosq.h index f15405c5..c3cc29d9 100644 --- a/lib/logging_mosq.h +++ b/lib/logging_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/loop.c b/lib/loop.c index e4a985eb..b63dde3c 100644 --- a/lib/loop.c +++ b/lib/loop.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/memory_mosq.c b/lib/memory_mosq.c index 38e0c5da..6c8a26fe 100644 --- a/lib/memory_mosq.c +++ b/lib/memory_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/memory_mosq.h b/lib/memory_mosq.h index 0b9a0e27..63386a21 100644 --- a/lib/memory_mosq.h +++ b/lib/memory_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/messages_mosq.c b/lib/messages_mosq.c index 58d499cb..8bb7a01a 100644 --- a/lib/messages_mosq.c +++ b/lib/messages_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/messages_mosq.h b/lib/messages_mosq.h index 42385003..0bc50120 100644 --- a/lib/messages_mosq.h +++ b/lib/messages_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/mosquitto.c b/lib/mosquitto.c index 6ac3bcb6..f27b9546 100644 --- a/lib/mosquitto.c +++ b/lib/mosquitto.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/mosquitto.h b/lib/mosquitto.h index 8f239488..2bd2675b 100644 --- a/lib/mosquitto.h +++ b/lib/mosquitto.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 @@ -47,7 +47,7 @@ extern "C" { #define LIBMOSQUITTO_MAJOR 1 #define LIBMOSQUITTO_MINOR 5 -#define LIBMOSQUITTO_REVISION 7 +#define LIBMOSQUITTO_REVISION 8 /* LIBMOSQUITTO_VERSION_NUMBER looks like 1002001 for e.g. version 1.2.1. */ #define LIBMOSQUITTO_VERSION_NUMBER (LIBMOSQUITTO_MAJOR*1000000+LIBMOSQUITTO_MINOR*1000+LIBMOSQUITTO_REVISION) diff --git a/lib/mosquitto_internal.h b/lib/mosquitto_internal.h index 55d38626..aceda1f3 100644 --- a/lib/mosquitto_internal.h +++ b/lib/mosquitto_internal.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/mqtt3_protocol.h b/lib/mqtt3_protocol.h index 4884bacb..8515f080 100644 --- a/lib/mqtt3_protocol.h +++ b/lib/mqtt3_protocol.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/net_mosq.c b/lib/net_mosq.c index 7707ecd7..62afa75b 100644 --- a/lib/net_mosq.c +++ b/lib/net_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/net_mosq.h b/lib/net_mosq.h index 702034db..6033fd69 100644 --- a/lib/net_mosq.h +++ b/lib/net_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/options.c b/lib/options.c index b4b8ac84..c6b8ef4e 100644 --- a/lib/options.c +++ b/lib/options.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/packet_mosq.c b/lib/packet_mosq.c index b1dc84f9..7152ea00 100644 --- a/lib/packet_mosq.c +++ b/lib/packet_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/packet_mosq.h b/lib/packet_mosq.h index bc6eebfe..b5708184 100644 --- a/lib/packet_mosq.h +++ b/lib/packet_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/read_handle.c b/lib/read_handle.c index 274a4da5..0c90b500 100644 --- a/lib/read_handle.c +++ b/lib/read_handle.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/read_handle.h b/lib/read_handle.h index 887746de..ab0e2613 100644 --- a/lib/read_handle.h +++ b/lib/read_handle.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/send_connect.c b/lib/send_connect.c index 458f522f..7268712f 100644 --- a/lib/send_connect.c +++ b/lib/send_connect.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/send_disconnect.c b/lib/send_disconnect.c index 0cfea276..554e29de 100644 --- a/lib/send_disconnect.c +++ b/lib/send_disconnect.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/send_mosq.c b/lib/send_mosq.c index ee544e3e..49914df6 100644 --- a/lib/send_mosq.c +++ b/lib/send_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/send_mosq.h b/lib/send_mosq.h index db287fcd..c96462ce 100644 --- a/lib/send_mosq.h +++ b/lib/send_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/send_publish.c b/lib/send_publish.c index e9aeeef8..8ca3e34b 100644 --- a/lib/send_publish.c +++ b/lib/send_publish.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/send_subscribe.c b/lib/send_subscribe.c index c60ca0f2..bf2f5a0d 100644 --- a/lib/send_subscribe.c +++ b/lib/send_subscribe.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/send_unsubscribe.c b/lib/send_unsubscribe.c index fb66e88c..5a94693f 100644 --- a/lib/send_unsubscribe.c +++ b/lib/send_unsubscribe.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/socks_mosq.c b/lib/socks_mosq.c index ea524c1f..8a099de3 100644 --- a/lib/socks_mosq.c +++ b/lib/socks_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-2018 Roger Light +Copyright (c) 2014-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/socks_mosq.h b/lib/socks_mosq.h index aa651b01..27b3dc3f 100644 --- a/lib/socks_mosq.h +++ b/lib/socks_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-2018 Roger Light +Copyright (c) 2014-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/srv_mosq.c b/lib/srv_mosq.c index 0219dd8a..b830fcba 100644 --- a/lib/srv_mosq.c +++ b/lib/srv_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2013-2018 Roger Light +Copyright (c) 2013-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/thread_mosq.c b/lib/thread_mosq.c index 0dfcbf36..39f6e353 100644 --- a/lib/thread_mosq.c +++ b/lib/thread_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2018 Roger Light +Copyright (c) 2011-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/time_mosq.c b/lib/time_mosq.c index 35112518..c66d9854 100644 --- a/lib/time_mosq.c +++ b/lib/time_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2013-2018 Roger Light +Copyright (c) 2013-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/time_mosq.h b/lib/time_mosq.h index 462484ce..75758a82 100644 --- a/lib/time_mosq.h +++ b/lib/time_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2013-2018 Roger Light +Copyright (c) 2013-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/tls_mosq.c b/lib/tls_mosq.c index 2050e840..c2f1204f 100644 --- a/lib/tls_mosq.c +++ b/lib/tls_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2013-2018 Roger Light +Copyright (c) 2013-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/tls_mosq.h b/lib/tls_mosq.h index 66948180..78daf4e9 100644 --- a/lib/tls_mosq.h +++ b/lib/tls_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2013-2018 Roger Light +Copyright (c) 2013-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/utf8_mosq.c b/lib/utf8_mosq.c index 7ee60559..901936e1 100644 --- a/lib/utf8_mosq.c +++ b/lib/utf8_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2016-2018 Roger Light +Copyright (c) 2016-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/util_mosq.c b/lib/util_mosq.c index 9797775e..25bd61da 100644 --- a/lib/util_mosq.c +++ b/lib/util_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/util_mosq.h b/lib/util_mosq.h index d94661e7..c2e67fd2 100644 --- a/lib/util_mosq.h +++ b/lib/util_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/will_mosq.c b/lib/will_mosq.c index 3e9495ff..531d7044 100644 --- a/lib/will_mosq.c +++ b/lib/will_mosq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/lib/will_mosq.h b/lib/will_mosq.h index 7afb4089..eb5d4837 100644 --- a/lib/will_mosq.h +++ b/lib/will_mosq.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/set-version.sh b/set-version.sh index 17c5a58f..d6effef6 100755 --- a/set-version.sh +++ b/set-version.sh @@ -2,7 +2,7 @@ MAJOR=1 MINOR=5 -REVISION=7 +REVISION=8 sed -i "s/^VERSION=.*/VERSION=${MAJOR}.${MINOR}.${REVISION}/" config.mk diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 440326d3..ff250275 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: mosquitto -version: 1.5.7 +version: 1.5.8 summary: Eclipse Mosquitto MQTT broker description: This is a message broker that supports version 3.1 and 3.1.1 of the MQTT protocol. diff --git a/src/bridge.c b/src/bridge.c index c232b5da..03d284ff 100644 --- a/src/bridge.c +++ b/src/bridge.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/conf.c b/src/conf.c index 76040544..f40ca50f 100644 --- a/src/conf.c +++ b/src/conf.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/conf_includedir.c b/src/conf_includedir.c index 56afad5b..74e53dd9 100644 --- a/src/conf_includedir.c +++ b/src/conf_includedir.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/context.c b/src/context.c index 0a9ac175..ed7b42ba 100644 --- a/src/context.c +++ b/src/context.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/database.c b/src/database.c index 6a342fa4..9ef866e1 100644 --- a/src/database.c +++ b/src/database.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/handle_connack.c b/src/handle_connack.c index a563189c..3045ed3a 100644 --- a/src/handle_connack.c +++ b/src/handle_connack.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/handle_connect.c b/src/handle_connect.c index f47edb3b..8386d10e 100644 --- a/src/handle_connect.c +++ b/src/handle_connect.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/handle_publish.c b/src/handle_publish.c index 2402869b..b395cb33 100644 --- a/src/handle_publish.c +++ b/src/handle_publish.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/handle_subscribe.c b/src/handle_subscribe.c index 8f594351..4fded8dd 100644 --- a/src/handle_subscribe.c +++ b/src/handle_subscribe.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/handle_unsubscribe.c b/src/handle_unsubscribe.c index a0f00046..9e6d18d7 100644 --- a/src/handle_unsubscribe.c +++ b/src/handle_unsubscribe.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/lib_load.h b/src/lib_load.h index 53f193ba..48c5fa5b 100644 --- a/src/lib_load.h +++ b/src/lib_load.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2012-2018 Roger Light +Copyright (c) 2012-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/logging.c b/src/logging.c index 0b7b792a..67c1eff4 100644 --- a/src/logging.c +++ b/src/logging.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/loop.c b/src/loop.c index ebf7dcd4..be505299 100644 --- a/src/loop.c +++ b/src/loop.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/mosquitto.c b/src/mosquitto.c index 768d5c10..f6a8d68a 100644 --- a/src/mosquitto.c +++ b/src/mosquitto.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/mosquitto_broker.h b/src/mosquitto_broker.h index f3aa184a..b1df3b2c 100644 --- a/src/mosquitto_broker.h +++ b/src/mosquitto_broker.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/mosquitto_broker_internal.h b/src/mosquitto_broker_internal.h index db96f1f9..512937ab 100644 --- a/src/mosquitto_broker_internal.h +++ b/src/mosquitto_broker_internal.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/mosquitto_passwd.c b/src/mosquitto_passwd.c index c2724697..89c8b2c0 100644 --- a/src/mosquitto_passwd.c +++ b/src/mosquitto_passwd.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2012-2018 Roger Light +Copyright (c) 2012-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/mosquitto_plugin.h b/src/mosquitto_plugin.h index 44ccb0bb..8ac17791 100644 --- a/src/mosquitto_plugin.h +++ b/src/mosquitto_plugin.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2012-2018 Roger Light +Copyright (c) 2012-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/net.c b/src/net.c index 937f6ce1..0973c9b9 100644 --- a/src/net.c +++ b/src/net.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/persist.c b/src/persist.c index 389f5925..918931f1 100644 --- a/src/persist.c +++ b/src/persist.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/persist.h b/src/persist.h index 04f26342..7f003ce1 100644 --- a/src/persist.h +++ b/src/persist.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/plugin.c b/src/plugin.c index 3365bfbf..1050cf03 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2016-2018 Roger Light +Copyright (c) 2016-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/plugin_defer.c b/src/plugin_defer.c index 311d4936..715cd3ba 100644 --- a/src/plugin_defer.c +++ b/src/plugin_defer.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2015-2018 Roger Light +Copyright (c) 2015-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/read_handle.c b/src/read_handle.c index ac448aab..4e780467 100644 --- a/src/read_handle.c +++ b/src/read_handle.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/security.c b/src/security.c index f697f603..7625c5dd 100644 --- a/src/security.c +++ b/src/security.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2018 Roger Light +Copyright (c) 2011-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/security_default.c b/src/security_default.c index 723926d7..99b78093 100644 --- a/src/security_default.c +++ b/src/security_default.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2018 Roger Light +Copyright (c) 2011-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/send_connack.c b/src/send_connack.c index 12b20724..edb43814 100644 --- a/src/send_connack.c +++ b/src/send_connack.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/send_suback.c b/src/send_suback.c index adaeb16b..09e97a8e 100644 --- a/src/send_suback.c +++ b/src/send_suback.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/service.c b/src/service.c index c0fdc68a..ff6cf2fe 100644 --- a/src/service.c +++ b/src/service.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2018 Roger Light +Copyright (c) 2011-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/signals.c b/src/signals.c index c1ee96e5..0a9c1314 100644 --- a/src/signals.c +++ b/src/signals.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2016-2018 Roger Light +Copyright (c) 2016-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/subs.c b/src/subs.c index bae4cb43..6b53aa60 100644 --- a/src/subs.c +++ b/src/subs.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2018 Roger Light +Copyright (c) 2010-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/sys_tree.c b/src/sys_tree.c index 65800fcf..2ea73b98 100644 --- a/src/sys_tree.c +++ b/src/sys_tree.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2009-2018 Roger Light +Copyright (c) 2009-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/sys_tree.h b/src/sys_tree.h index 15d3634a..603d2f02 100644 --- a/src/sys_tree.h +++ b/src/sys_tree.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015-2018 Roger Light +Copyright (c) 2015-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/uhpa.h b/src/uhpa.h index cd59dd9c..ae7abe0e 100644 --- a/src/uhpa.h +++ b/src/uhpa.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015-2018 Roger Light +Copyright (c) 2015-2019 Roger Light All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/websockets.c b/src/websockets.c index 4db2e8df..0766ea38 100644 --- a/src/websockets.c +++ b/src/websockets.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-2018 Roger Light +Copyright (c) 2014-2019 Roger Light All rights reserved. Redistribution and use in source and binary forms, with or without