From 3d1f802242f779ed7a694e5231f6821c3dc64596 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Wed, 2 Jul 2014 15:59:20 -0700 Subject: [PATCH] changelog --- CHANGELOG.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bbb0f2f..9cdf7e3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ Changelog for package serial ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Removed vestigial ``read_cache_`` private member variable from Serial::Serial +* Fixed usage of scoped locks + Previously they were getting destroyed immediately because they were not stored in a temporary scope variable +* Added check of return value from close in Serial::SerialImpl::close () in unix.cc and win.cc +* Added ability to enumerate ports on linux and windows. + Updated serial_example.cc to show example of port enumeration. +* Fixed compile on VS2013 +* Added functions ``waitReadable`` and ``waitByteTimes`` with implemenations for Unix to support high performance reading +* Contributors: Christopher Baker, Craig Lilley, Konstantina Kastanara, Mike Purvis, William Woodall + 1.1.7 (2014-02-20) ------------------ * Improved support for mingw (mxe.cc)