1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00
This commit is contained in:
William Woodall 2014-07-02 15:59:39 -07:00
parent 3d1f802242
commit 46802a9b3c
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
Changelog for package serial Changelog for package serial
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming 1.2.0 (2014-07-02)
----------- ------------------
* Removed vestigial ``read_cache_`` private member variable from Serial::Serial * Removed vestigial ``read_cache_`` private member variable from Serial::Serial
* Fixed usage of scoped locks * Fixed usage of scoped locks
Previously they were getting destroyed immediately because they were not stored in a temporary scope variable Previously they were getting destroyed immediately because they were not stored in a temporary scope variable

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<package> <package>
<name>serial</name> <name>serial</name>
<version>1.1.7</version> <version>1.2.0</version>
<description> <description>
Serial is a cross-platform, simple to use library for using serial ports on computers. This library provides a C++, object oriented interface for interacting with RS-232 like devices on Linux and Windows. Serial is a cross-platform, simple to use library for using serial ports on computers. This library provides a C++, object oriented interface for interacting with RS-232 like devices on Linux and Windows.
</description> </description>