From 99fa50f30e325609394c324c8ff71cfbbe95d8ab Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Mon, 9 Feb 2026 09:28:34 +0000 Subject: [PATCH] Release prep for 2.1.2 --- CMakeLists.txt | 2 +- ChangeLog.txt | 2 +- config.mk | 2 +- installer/mosquitto.nsi | 2 +- installer/mosquitto64.nsi | 2 +- set-version.sh | 2 +- snap/snapcraft.yaml | 2 +- vcpkg.json | 2 +- www/pages/download.md | 6 ++--- www/posts/2026/02/version-2-1-2-released.md | 25 +++++++++++++++++++++ 10 files changed, 36 insertions(+), 11 deletions(-) create mode 100644 www/posts/2026/02/version-2-1-2-released.md diff --git a/CMakeLists.txt b/CMakeLists.txt index b8fe432b..6c68bb9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.18) -set (VERSION 2.1.1) +set (VERSION 2.1.2) project(mosquitto VERSION ${VERSION} DESCRIPTION "Eclipse Mosquitto" diff --git a/ChangeLog.txt b/ChangeLog.txt index 3760df50..7d6a92cf 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,4 @@ -2.1.2 - 2026-02-xx +2.1.2 - 2026-02-09 ================== Broker: diff --git a/config.mk b/config.mk index a9eff09c..5c46f0b1 100644 --- a/config.mk +++ b/config.mk @@ -162,7 +162,7 @@ WITH_HTTP_API=yes # Also bump lib/mosquitto.h, CMakeLists.txt, # installer/mosquitto.nsi, installer/mosquitto64.nsi -VERSION=2.1.1 +VERSION=2.1.2 # 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 39bbb8a8..653a0d9e 100644 --- a/installer/mosquitto.nsi +++ b/installer/mosquitto.nsi @@ -11,7 +11,7 @@ SetCompressor /SOLID lzma !define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"' Name "Eclipse Mosquitto" -!define VERSION 2.1.1 +!define VERSION 2.1.2 OutFile "mosquitto-${VERSION}-install-windows-x86.exe" InstallDir "$PROGRAMFILES\Mosquitto" diff --git a/installer/mosquitto64.nsi b/installer/mosquitto64.nsi index e5dd3f1e..caee3fdd 100644 --- a/installer/mosquitto64.nsi +++ b/installer/mosquitto64.nsi @@ -11,7 +11,7 @@ SetCompressor /SOLID lzma !define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"' Name "Eclipse Mosquitto" -!define VERSION 2.1.1 +!define VERSION 2.1.2 OutFile "mosquitto-${VERSION}-install-windows-x64.exe" !include "x64.nsh" diff --git a/set-version.sh b/set-version.sh index 79e0aa59..dd1d063d 100755 --- a/set-version.sh +++ b/set-version.sh @@ -2,7 +2,7 @@ MAJOR=2 MINOR=1 -REVISION=1 +REVISION=2 sed -i "s/^VERSION=.*/VERSION=${MAJOR}.${MINOR}.${REVISION}/" config.mk diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a7fb2405..9d31059e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: mosquitto -version: 2.1.1 +version: 2.1.2 summary: Eclipse Mosquitto MQTT broker description: This is a message broker that supports version 5.0, 3.1.1, and 3.1 of the MQTT protocol. MQTT provides a method of carrying out messaging using a publish/subscribe diff --git a/vcpkg.json b/vcpkg.json index c0d91899..9c0ff255 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "mosquitto", - "version-string": "2.1.1", + "version-string": "2.1.2", "dependencies": [ "argon2", "cjson", diff --git a/www/pages/download.md b/www/pages/download.md index 25602062..99355c73 100644 --- a/www/pages/download.md +++ b/www/pages/download.md @@ -11,7 +11,7 @@ # Source -* [mosquitto-2.1.1.tar.gz](https://mosquitto.org/files/source/mosquitto-2.1.1.tar.gz) ([GPG signature](https://mosquitto.org/files/source/mosquitto-2.1.1.tar.gz.asc)) +* [mosquitto-2.1.2.tar.gz](https://mosquitto.org/files/source/mosquitto-2.1.2.tar.gz) ([GPG signature](https://mosquitto.org/files/source/mosquitto-2.1.2.tar.gz.asc)) * [Git source code repository](https://github.com/eclipse-mosquitto/mosquitto) (github.com) Older downloads are available at [https://mosquitto.org/files/](../files/) @@ -24,8 +24,8 @@ distributions. ## Windows -* [mosquitto-2.1.1-install-windows-x64.exe](https://mosquitto.org/files/binary/win64/mosquitto-2.1.1-install-windows-x64.exe) -* [mosquitto-2.1.1-install-windows-x86.exe](https://mosquitto.org/files/binary/win32/mosquitto-2.1.1-install-windows-x86.exe) +* [mosquitto-2.1.2-install-windows-x64.exe](https://mosquitto.org/files/binary/win64/mosquitto-2.1.2-install-windows-x64.exe) +* [mosquitto-2.1.2-install-windows-x86.exe](https://mosquitto.org/files/binary/win32/mosquitto-2.1.2-install-windows-x86.exe) Older installers can be found at [https://mosquitto.org/files/binary/](https://mosquitto.org/files/binary/). diff --git a/www/posts/2026/02/version-2-1-2-released.md b/www/posts/2026/02/version-2-1-2-released.md new file mode 100644 index 00000000..aa05c75b --- /dev/null +++ b/www/posts/2026/02/version-2-1-2-released.md @@ -0,0 +1,25 @@ + + +Version 2.1.2 of Mosquitto has been released. This is a bugfix release. + +# Broker: +- Forbid running with `persistence true` and with a persistence plugin at the + same time. Closes [#3480]. + +# Build: +- Build fixes for OpenBSD. Closes [#3474]. +- Add missing libedit to docker builds. Closes [#3476]. +- Fix static/shared linking of libwebsockets under cmake. + +[#3474]: https://github.com/eclipse-mosquitto/mosquitto/issues/3474 +[#3476]: https://github.com/eclipse-mosquitto/mosquitto/issues/3476 +[#3480]: https://github.com/eclipse-mosquitto/mosquitto/issues/3480