Update webpage for 1.5.8 release.

pull/1193/head v1.5.8
Roger A. Light 7 years ago
parent 73a287112a
commit ae309b331c

@ -1,7 +1,7 @@
<!-- <!--
.. title: Download .. title: Download
.. slug: download .. slug: download
.. date: 2018-01-07 20:15:04 UTC .. date: 2019-02-28 17:01:00 UTC
.. tags: tag .. tags: tag
.. category: category .. category: category
.. link: link .. link: link
@ -11,7 +11,7 @@
# Source # Source
* [mosquitto-1.5.7.tar.gz](https://mosquitto.org/files/source/mosquitto-1.5.7.tar.gz) (319kB) ([GPG signature](https://mosquitto.org/files/source/mosquitto-1.5.7.tar.gz.asc)) * [mosquitto-1.5.8.tar.gz](https://mosquitto.org/files/source/mosquitto-1.5.8.tar.gz) (319kB) ([GPG signature](https://mosquitto.org/files/source/mosquitto-1.5.8.tar.gz.asc))
* [Git source code repository](https://github.com/eclipse/mosquitto) (github.com) * [Git source code repository](https://github.com/eclipse/mosquitto) (github.com)
Older downloads are available at [https://mosquitto.org/files/](../files/) Older downloads are available at [https://mosquitto.org/files/](../files/)
@ -24,8 +24,8 @@ distributions.
## Windows ## Windows
* [mosquitto-1.5.6-install-windows-x64.exe](https://mosquitto.org/files/binary/win64/mosquitto-1.5.6-install-windows-x64.exe) (~360 kB) (64-bit build, Windows Vista and up, built with Visual Studio Community 2017) * [mosquitto-1.5.8-install-windows-x64.exe](https://mosquitto.org/files/binary/win64/mosquitto-1.5.8-install-windows-x64.exe) (~360 kB) (64-bit build, Windows Vista and up, built with Visual Studio Community 2017)
* [mosquitto-1.5.6-install-windows-x32.exe](https://mosquitto.org/files/binary/win32/mosquitto-1.5.6-install-windows-x86.exe) (~360 kB) (32-bit build, Windows Vista and up, built with Visual Studio Community 2017) * [mosquitto-1.5.8-install-windows-x32.exe](https://mosquitto.org/files/binary/win32/mosquitto-1.5.8-install-windows-x86.exe) (~360 kB) (32-bit build, Windows Vista and up, built with Visual Studio Community 2017)
See also readme-windows.txt after installing. See also readme-windows.txt after installing.
@ -37,13 +37,6 @@ Mosquitto can be installed from the homebrew project. See
* `snap install mosquitto` * `snap install mosquitto`
## CentOS
Download the repository config file for your CentOS version from below and copy it to /etc/yum.repos.d/ You'll now be able to install and keep mosquitto up to date using the normal package management tools.
The available packages are: mosquitto, mosquitto-clients, libmosquitto1, libmosquitto-devel, libmosquittopp1, libmosquittopp-devel, python-mosquitto.
* [CentOS 7](https://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-7/home:oojah:mqtt.repo)
* [CentOS 6](https://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-6/home:oojah:mqtt.repo)
## Debian ## Debian
* Mosquitto is now in Debian proper. There will be a short delay between a new * Mosquitto is now in Debian proper. There will be a short delay between a new
release and it appearing in Debian as part of the normal Debian procedures. release and it appearing in Debian as part of the normal Debian procedures.
@ -56,15 +49,6 @@ Mosquitto is available through the main repository.
There are also Debian repositories provided by the mosquitto project, as There are also Debian repositories provided by the mosquitto project, as
described at <https://mosquitto.org/2013/01/mosquitto-debian-repository/> described at <https://mosquitto.org/2013/01/mosquitto-debian-repository/>
## Redhat Enterprise Linux
Download the repository config file for your RHEL version from below and copy
it to /etc/yum.repos.d/ You'll now be able to install and keep mosquitto up to
date using the normal package management tools.
The available packages are: mosquitto, mosquitto-clients, libmosquitto1, libmosquitto-devel, libmosquittopp1, libmosquittopp-devel, python-mosquitto.
* [RHEL 7](https://download.opensuse.org/repositories/home:/oojah:/mqtt/RedHat_RHEL-7/home:oojah:mqtt.repo)
* [RHEL 6](https://download.opensuse.org/repositories/home:/oojah:/mqtt/RedHat_RHEL-6/home:oojah:mqtt.repo)
## Ubuntu ## Ubuntu
Mosquitto is available in the Ubuntu repositories so you can install as with Mosquitto is available in the Ubuntu repositories so you can install as with
any other package. If you are on an earlier version of Ubuntu or want a more any other package. If you are on an earlier version of Ubuntu or want a more
@ -75,12 +59,3 @@ from your package manager.
* `sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa` * `sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa`
* `sudo apt-get update` * `sudo apt-get update`
# Other packages known to exist
* Arch Linux
* Fedora
* FreeBSD
* Gentoo
* OpenWrt
* OpenSUSE

@ -0,0 +1,34 @@
<!--
.. title: Version 1.5.8 released
.. slug: version-1-5-8-released
.. date: 2019-02-28 17:01:00 UTC
.. tags: Releases
.. category:
.. link:
.. description:
.. type: text
-->
This is a bugfix release.
## Broker
- Fix clients being disconnected when ACLs are in use. This only affects the
case where a client connects using a username, and the anonymous ACL list is
defined but specific user ACLs are not defined. Closes [#1162].
- Make error messages for missing config file clearer.
- Fix some Coverity Scan reported errors that could occur when the broker was
already failing to start.
- Fix broken `mosquitto_passwd` on FreeBSD. Closes [#1032].
- Fix delayed bridge local subscriptions causing missing messages.
Closes [#1174].
## Library
- Use higher resolution timer for random initialisation of client id
generation. Closes [#1177].
- Fix some Coverity Scan reported errors that could occur when the library was
already quitting.
[#1032]: https://github.com/eclipse/mosquitto/issues/1032
[#1162]: https://github.com/eclipse/mosquitto/issues/1162
[#1174]: https://github.com/eclipse/mosquitto/issues/1174
[#1177]: https://github.com/eclipse/mosquitto/issues/1177
Loading…
Cancel
Save