Skip to content

Commit

Permalink
Update web pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Dec 10, 2020
1 parent 36eb5ca commit 2307c9f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Breaking changes:
OS provided CA certificates by default if `-L mqtts:https://...` is used, or if
the port is set to 8883 and no other CA certificates are loaded.
- Minimum support libwebsockets version is now 2.4.0

- The license has changed from "EPL-1.0 OR EDL-1.0" to "EPL-2.0 OR EDL-1.0".

Broker features:
- New plugin interface which is more flexible, easier to develop for and
Expand Down
8 changes: 4 additions & 4 deletions www/pages/download.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
.. title: Download
.. slug: download
.. date: 2020-12-03 14:44:00 UTC
.. date: 2020-12-10 14:36:38 UTC
.. tags: tag
.. category: category
.. link: link
Expand All @@ -11,7 +11,7 @@

# Source

* [mosquitto-2.0.0.tar.gz](https://mosquitto.org/files/source/mosquitto-2.0.0.tar.gz) (319kB) ([GPG signature](https://mosquitto.org/files/source/mosquitto-2.0.0.tar.gz.asc))
* [mosquitto-2.0.1.tar.gz](https://mosquitto.org/files/source/mosquitto-2.0.1.tar.gz) (319kB) ([GPG signature](https://mosquitto.org/files/source/mosquitto-2.0.1.tar.gz.asc))
* [Git source code repository](https://github.com/eclipse/mosquitto) (github.com)

Older downloads are available at [https://mosquitto.org/files/](../files/)
Expand All @@ -24,8 +24,8 @@ distributions.

## Windows

* [mosquitto-2.0.0-install-windows-x64.exe](https://mosquitto.org/files/binary/win64/mosquitto-2.0.0-install-windows-x64.exe) (~1.4 MB) (64-bit build, Windows Vista and up, built with Visual Studio Community 2019)
* [mosquitto-2.0.0-install-windows-x32.exe](https://mosquitto.org/files/binary/win32/mosquitto-2.0.0-install-windows-x86.exe) (~1.4 MB) (32-bit build, Windows Vista and up, built with Visual Studio Community 2019)
* [mosquitto-2.0.1-install-windows-x64.exe](https://mosquitto.org/files/binary/win64/mosquitto-2.0.1-install-windows-x64.exe) (64-bit build, Windows Vista and up, built with Visual Studio Community 2019)
* [mosquitto-2.0.1-install-windows-x32.exe](https://mosquitto.org/files/binary/win32/mosquitto-2.0.1-install-windows-x86.exe) (32-bit build, Windows Vista and up, built with Visual Studio Community 2019)

Older installers can be found at [https://mosquitto.org/files/binary/](https://mosquitto.org/files/binary/).

Expand Down
38 changes: 38 additions & 0 deletions www/posts/2020/12/version-2-0-1-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!--
.. title: Version 2.0.1 released.
.. slug: version-2-0-1-released
.. date: 2020-12-10 14:33:16 UTC+00:00
.. tags: Releases
.. category:
.. link:
.. description:
.. type: text
-->

Version 2.0.1 of Mosquitto has been released. This is a bugfix release.

# Broker
- Fix websockets connections on Windows blocking subsequent connections.
Closes [#1934].
- Fix DH group not being set for TLS connections, which meant ciphers using
DHE couldn't be used. Closes [#1925]. Closes [#1476].
- Fix websockets listeners not causing the main loop not to wake up.
Closes [#1936].

Client library:
- Fix DH group not being set for TLS connections, which meant ciphers using
DHE couldn't be used. Closes [#1925]. Closes [#1476].

Apps:
- Fix `mosquitto_passwd -U`

Build:
- Fix cjson include paths.
- Fix build using WITH_TLS=no when the openssl headers aren't available.
- Distribute cmake/ and snap/ directories in tar.


[#1476]: https://github.com/eclipse/mosquitto/issues/1476
[#1925]: https://github.com/eclipse/mosquitto/issues/1925
[#1934]: https://github.com/eclipse/mosquitto/issues/1934
[#1936]: https://github.com/eclipse/mosquitto/issues/1936

0 comments on commit 2307c9f

Please sign in to comment.