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

Commitc310578

Browse files
committed
Updated version, README, and CHANGELOG for v1.4.1 release.
1 parent3e15d87 commitc310578

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

‎CHANGELOG.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ 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.4.1](https://github.com/eclipse/paho.mqtt.cpp/compare/v1.4.0..v1.4.1) - (unreleased)
10+
##[Version 1.4.1](https://github.com/eclipse/paho.mqtt.cpp/compare/v1.4.0..v1.4.1) - (2024-07-09)
1111

12-
- Set 'disconnected' handler for the consumer queue.
12+
-[#458](https://github.com/eclipse/paho.mqtt.cpp/issues/458)Set 'disconnected' handler for the consumer queue.
1313

1414

1515
##[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/),
2424
- Added some missing Eclipse/Paho legal documents to the repo.
2525
- Ran a spell-checker over the code and doc files.
2626

27-
-[#498](https://github.com/eclipse/paho.mqtt.cpp/issues/416) Overloaded property constructor to also take a uint32_t
27+
-[#498](https://github.com/eclipse/paho.mqtt.cpp/issues/498) Overloaded property constructor to also take a uint32_t
2828
-[#491](https://github.com/eclipse/paho.mqtt.cpp/pull/491) add topic_matcher.h to install
2929
-[#485](https://github.com/eclipse/paho.mqtt.cpp/pull/485) export dependencies
3030
-[#484](https://github.com/eclipse/paho.mqtt.cpp/pull/484) add token::get_message

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
cmake_minimum_required(VERSION 3.5)
2626

27-
project(PahoMqttCppVERSION"1.4.0")
27+
project(PahoMqttCppVERSION"1.4.1")
2828

2929
## --- Build options ---
3030

‎README.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ 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.4.0
37+
###What's New in v1.4.x
3838

39-
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, fixtransient dependencies, andgetthe Windows DLL (maybe, finally) working properly.
39+
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 sometransientbuilddependencies andmay have finally gottenthe Windows DLL working properly.
4040

41-
- Ability to build the Paho C library automatically (now working)
41+
- Ability to build the Paho C library automatically (now working!)
4242
- Reworked the CMake build so that 'PAHO_WITH_MQTT_C' option properly compiles the existing Paho C v1.3.13
4343
- Moved 'src/externals/' to top-level
4444
- Reorganized the source tree:
4545
- Moved header files to top-level 'include/' directory.
4646
- Moved 'src/sampless/' to top-level and renamed 'examples/'
47-
- Removed the ob
4847
- Fixed and optimized 'topic_matcher' trie collection
4948
- Added some missing Eclipse/Paho legal documents to the repo.
49+
- Several bug fixes.
5050

5151
For a full list of updates see the[CHANGELOG](https://github.com/eclipse/paho.mqtt.cpp/blob/master/CHANGELOG.md)
5252

@@ -93,7 +93,7 @@ This requires the CMake option `PAHO_WITH_MQTT_C` set.
9393
```
9494
$ git clone https://github.com/eclipse/paho.mqtt.cpp
9595
$ cd paho.mqtt.cpp
96-
$ git co v1.4.0
96+
$ git co v1.4.1
9797
9898
$ git submodule init
9999
$ git submodule update
@@ -169,7 +169,7 @@ If the Paho C library is not already installed, the recommended version can be b
169169
```
170170
$ git clone https://github.com/eclipse/paho.mqtt.cpp
171171
$ cd paho.mqtt.cpp
172-
$ git co v1.4.0
172+
$ git co v1.4.1
173173
$ git submodule init
174174
$ git submodule update
175175

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp