mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
1.2.0
This commit is contained in:
parent
3d1f802242
commit
46802a9b3c
@ -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
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user