From 61709ec58c6b4dbf9b91b421fedb442ed8d4f489 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Fri, 16 Jan 2026 15:37:48 +0000 Subject: [PATCH] Add RC1 blog post --- www/posts/2026/01/rc-2.1.0rc1-available.md | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 www/posts/2026/01/rc-2.1.0rc1-available.md diff --git a/www/posts/2026/01/rc-2.1.0rc1-available.md b/www/posts/2026/01/rc-2.1.0rc1-available.md new file mode 100644 index 00000000..f340a806 --- /dev/null +++ b/www/posts/2026/01/rc-2.1.0rc1-available.md @@ -0,0 +1,23 @@ + + +The first release candidate for Mosquitto 2.1.0 is now available for testing. +If no release critical issues are reported, this will become 2.1.0 on +2026-01-26. + +The source and binary packages are available: + +* [Source](https://mosquitto.org/files/source/mosquitto-2.1.0rc1.tar.gz) +* [Windows 64-bit](https://mosquitto.org/files/binary/win64/mosquitto-2.1.0rc1-install-windows-x64.exe) +* [Windows 32-bit](https://mosquitto.org/files/binary/win32/mosquitto-2.1.0rc1-install-windows-x86.exe) +* [Debian (amd64, armhf)](https://mosquitto.org/files/binary/debian) (note: the final release version will be available in the normal repository) +* [Ubuntu (amd64)](https://mosquitto.org/files/binary/ubuntu) (note: the final release version will be available in the normal repository) +* Snap (amd64): `snap refresh --edge mosquitto` or `snap install --edge mosquitto`