From 67c6296f54920977d17b0d26a4ebb84876128918 Mon Sep 17 00:00:00 2001 From: Geoffrey Hunter Date: Sun, 8 Jun 2025 09:03:57 +1200 Subject: [PATCH] Prep. for release of v2.8.4. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ec767..17fc29a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## [2.8.4] - 2025-05-08 + +- Fixed bug where if SerialPort is destroyed before Open has been called, it attempts to close using an uninitialised file descriptor, closes #57. + ## [2.8.3] - 2025-04-01 - Changed the read buffers allocation from `reserve()` to `resize()`. This should fix potential crashes due to a misuse of the C++ std API. @@ -148,7 +152,8 @@ Big thanks to https://github.com/MadsAndreasen-Zoetis for these improvements. ### Added - Initial commit. serial-port-cpp library has basic functions up and running. -[Unreleased]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.8.3...HEAD +[Unreleased]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.8.4...HEAD +[v2.8.4]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.8.3...v2.8.4 [v2.8.3]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.8.2...v2.8.3 [v2.8.2]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.8.1...v2.8.2 [v2.8.1]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.8.0...v2.8.1