Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e0d1bf

Browse files
committed
Bumped version to v1.3.2 and updated README and CHANGELOG for release.
1 parent17674ef commit5e0d1bf

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

‎CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
77
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).
88

99

10+
##[Version 1.3.2](https://github.com/eclipse/paho.mqtt.cpp/compare/v1.3.1..v1.3.2) - (2023-12-05)
11+
12+
-[#463](https://github.com/eclipse/paho.mqtt.cpp/issues/463) Fixed generator expression for older CMake
13+
-[#378](https://github.com/eclipse/paho.mqtt.cpp/issues/378) Bad LWT message in async_publish.cpp sample.
14+
15+
1016
##[Version 1.3.1](https://github.com/eclipse/paho.mqtt.cpp/compare/v1.3.0..v1.3.1) - (2023-11-23)
1117

1218
-[#462](https://github.com/eclipse/paho.mqtt.cpp/pull/462) Fix version string for version v1.3.x

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cmake_minimum_required(VERSION 3.5)
2929

3030
## project name
3131
project("paho-mqtt-cpp"
32-
VERSION"1.3.1"
32+
VERSION"1.3.2"
3333
LANGUAGES CXX
3434
)
3535

‎README.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ To keep up with the latest announcements for this project, or to ask questions:
3434
**Email:**[Eclipse Paho Mailing List](https://accounts.eclipse.org/mailing-list/paho-dev)
3535

3636

37-
###What's New in v1.3.1
37+
###What's New in v1.3.1 & v.1.3.2
3838

39+
-[#463](https://github.com/eclipse/paho.mqtt.cpp/issues/463) Fixed generator expression for older CMake
40+
-[#378](https://github.com/eclipse/paho.mqtt.cpp/issues/378) Bad LWT message in async_publish.cpp sample.
3941
-[#462](https://github.com/eclipse/paho.mqtt.cpp/pull/462) Fix version string for version v1.3.x
4042

4143
###What's New in v1.3.0

‎src/mqtt/async_client.h‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ namespace mqtt {
5454

5555
#if defined(PAHO_MQTTPP_VERSIONS)
5656
/** The version number for the client library.*/
57-
constuint32_t PAHO_MQTTPP_VERSION =0x01030001;
57+
constuint32_t PAHO_MQTTPP_VERSION =0x01030002;
5858
/** The version string for the client library*/
59-
const stringPAHO_MQTTPP_VERSION_STR("Paho MQTT C++ (mqttpp) v. 1.3.1");
59+
const stringPAHO_MQTTPP_VERSION_STR("Paho MQTT C++ (mqttpp) v. 1.3.2");
6060
/** Copyright notice for the client library*/
6161
const stringPAHO_MQTTPP_COPYRIGHT("Copyright (c) 2013-2023 Frank Pagliughi");
6262
#else
6363
/** The version number for the client library.*/
64-
constuint32_t VERSION =0x01030001;
64+
constuint32_t VERSION =0x01030002;
6565
/** The version string for the client library*/
66-
const stringVERSION_STR("Paho MQTT C++ (mqttpp) v. 1.3.1");
66+
const stringVERSION_STR("Paho MQTT C++ (mqttpp) v. 1.3.2");
6767
/** Copyright notice for the client library*/
6868
const stringCOPYRIGHT("Copyright (c) 2013-2023 Frank Pagliughi");
6969
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp