You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ All notable changes to this project will be documented in this file.
7
7
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).
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.
40
40
41
-
- Ability to build the Paho C library automatically (now working)
41
+
- Ability to build the Paho C library automatically (now working!)
42
42
- Reworked the CMake build so that 'PAHO_WITH_MQTT_C' option properly compiles the existing Paho C v1.3.13
43
43
- Moved 'src/externals/' to top-level
44
44
- Reorganized the source tree:
45
45
- Moved header files to top-level 'include/' directory.
46
46
- Moved 'src/sampless/' to top-level and renamed 'examples/'
47
-
- Removed the ob
48
47
- Fixed and optimized 'topic_matcher' trie collection
49
48
- Added some missing Eclipse/Paho legal documents to the repo.
49
+
- Several bug fixes.
50
50
51
51
For a full list of updates see the[CHANGELOG](https://github.com/eclipse/paho.mqtt.cpp/blob/master/CHANGELOG.md)
52
52
@@ -93,7 +93,7 @@ This requires the CMake option `PAHO_WITH_MQTT_C` set.