Skip to content

Commit

Permalink
Final update of README for v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagliughi committed Dec 12, 2018
1 parent 39a2132 commit 9d53436
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ To keep up with the latest announcements for this project, follow:

**EMail:** [Eclipse Paho Mailing List](https://accounts.eclipse.org/mailing-list/paho-dev)

We're currently working towards two back-to-back releases:

- **v1.0.1** (End of 2018) Fix a number of bugs and modernize the CMake build system.
**v1.0.1** is released! This was meant to fix a number of bugs and to update the CMake build system into a more "modern" version. It helped solve a number of issues when building under Windows and now allows the creation of DLL's on that platform.

- **v1.1** (Early 2019) MQTT v5 and WebSocket support.
We're currently working towards the next release:

- **v1.1** (Early 2019) WebSocket and MQTT v5 support, with an updated Unit Test framework - probably Catch2.

This may actually split into two separate releases if the WebSocket support comes together quickly and can be released sooner.


## Contributing
Expand All @@ -36,6 +38,8 @@ Contributions to this project are gladly welcomed. Before submitting a Pull Requ

## Building from source

*GNU Make and autotools are now considered deprecated. They will be removed from the repository in an upcoming release.*

_CMake_ is now the only supported build system. For information about _autotools_, see [DEPRECATED_BUILD.md](https://github.com/eclipse/paho.mqtt.cpp/blob/master/CONTRIBUTING.md). CMake is a cross-platform build system suitable for Unix and non-Unix platforms such as Microsoft Windows.

The Paho C++ library requires the Paho C library, v1.2.1 or greater, to be built and installed first. More information below.
Expand Down

0 comments on commit 9d53436

Please sign in to comment.