From c310578ee68d38cd53e79d7107fb41dc68dbafe0 Mon Sep 17 00:00:00 2001 From: fpagliughi Date: Tue, 9 Jul 2024 20:07:44 -0400 Subject: [PATCH] Updated version, README, and CHANGELOG for v1.4.1 release. --- CHANGELOG.md | 6 +++--- CMakeLists.txt | 2 +- README.md | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fad7061..33e30236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Version 1.4.1](https://github.com/eclipse/paho.mqtt.cpp/compare/v1.4.0..v1.4.1) - (unreleased) +## [Version 1.4.1](https://github.com/eclipse/paho.mqtt.cpp/compare/v1.4.0..v1.4.1) - (2024-07-09) -- Set 'disconnected' handler for the consumer queue. +- [#458](https://github.com/eclipse/paho.mqtt.cpp/issues/458) Set 'disconnected' handler for the consumer queue. ## [Version 1.4.0](https://github.com/eclipse/paho.mqtt.cpp/compare/v1.3.2..v1.4.0) - (2024-06-16) @@ -24,7 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Added some missing Eclipse/Paho legal documents to the repo. - Ran a spell-checker over the code and doc files. -- [#498](https://github.com/eclipse/paho.mqtt.cpp/issues/416) Overloaded property constructor to also take a uint32_t +- [#498](https://github.com/eclipse/paho.mqtt.cpp/issues/498) Overloaded property constructor to also take a uint32_t - [#491](https://github.com/eclipse/paho.mqtt.cpp/pull/491) add topic_matcher.h to install - [#485](https://github.com/eclipse/paho.mqtt.cpp/pull/485) export dependencies - [#484](https://github.com/eclipse/paho.mqtt.cpp/pull/484) add token::get_message diff --git a/CMakeLists.txt b/CMakeLists.txt index 11558445..738111ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ cmake_minimum_required(VERSION 3.5) -project(PahoMqttCpp VERSION "1.4.0") +project(PahoMqttCpp VERSION "1.4.1") ## --- Build options --- diff --git a/README.md b/README.md index 7eaad092..2f253ed0 100644 --- a/README.md +++ b/README.md @@ -34,19 +34,19 @@ To keep up with the latest announcements for this project, or to ask questions: **Email:** [Eclipse Paho Mailing List](https://accounts.eclipse.org/mailing-list/paho-dev) -### What's New in v1.4.0 +### What's New in v1.4.x -The v1.4.0 release is primarily concerned with reorganizing the sources and fixing a number of CMake build issues, particularly to get the Paho C submodule build working with the existing C library, fix transient dependencies, and get the Windows DLL (maybe, finally) working properly. +The v1.4 releases were primarily concerned with reorganizing the sources and fixing a number of CMake build issues, particularly to get the Paho C submodule build working with the existing C library. They also fixed some transient build dependencies and may have finally gotten the Windows DLL working properly. -- Ability to build the Paho C library automatically (now working) +- Ability to build the Paho C library automatically (now working!) - Reworked the CMake build so that 'PAHO_WITH_MQTT_C' option properly compiles the existing Paho C v1.3.13 - Moved 'src/externals/' to top-level - Reorganized the source tree: - Moved header files to top-level 'include/' directory. - Moved 'src/sampless/' to top-level and renamed 'examples/' - - Removed the ob - Fixed and optimized 'topic_matcher' trie collection - Added some missing Eclipse/Paho legal documents to the repo. +- Several bug fixes. For a full list of updates see the [CHANGELOG](https://github.com/eclipse/paho.mqtt.cpp/blob/master/CHANGELOG.md) @@ -93,7 +93,7 @@ This requires the CMake option `PAHO_WITH_MQTT_C` set. ``` $ git clone https://github.com/eclipse/paho.mqtt.cpp $ cd paho.mqtt.cpp -$ git co v1.4.0 +$ git co v1.4.1 $ git submodule init $ git submodule update @@ -169,7 +169,7 @@ If the Paho C library is not already installed, the recommended version can be b ``` $ git clone https://github.com/eclipse/paho.mqtt.cpp $ cd paho.mqtt.cpp -$ git co v1.4.0 +$ git co v1.4.1 $ git submodule init $ git submodule update