1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00
This commit is contained in:
William Woodall 2014-02-20 17:37:00 -08:00
parent 0fb1a6de87
commit 17afacc625
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
Changelog for package serial
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.1.7 (2014-02-20)
------------------
* Improved support for mingw (mxe.cc)
* Fix compilation warning
See issue `#53 <https://github.com/wjwwood/serial/issues/53>`_

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>serial</name>
<version>1.1.6</version>
<version>1.1.7</version>
<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.
</description>