Skip to content
This repository was archived by the owner on Jul 20, 2019. It is now read-only.

Commit 10ac4e1

Browse files
committed
1.2.1
1 parent 03ca3be commit 10ac4e1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
Changelog for package serial
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.2.1 (2015-04-21)
6+
------------------
7+
* Removed the use of a C++11 feature for compatibility with older browsers.
8+
* Fixed an issue with cross compiling with mingw on Windows.
9+
* Restructured Visual Studio project layout.
10+
* Added include of ``#include <AvailabilityMacros.h>`` on OS X (listing of ports).
11+
* Fixed MXE for the listing of ports on Windows.
12+
* Now closes file device if ``reconfigureDevice`` fails (Windows).
13+
* Added the MARK/SPACE parity bit option, also made it optional.
14+
Adding the enumeration values for MARK and SPACE was the only code change to an API header.
15+
It should not affect ABI or API.
16+
* Added support for 576000 baud on Linux.
17+
* Now releases iterator properly in listing of ports code for OS X.
18+
* Fixed the ability to open COM ports over COM10 on Windows.
19+
* Fixed up some documentation about exceptions in ``serial.h``.
20+
521
1.2.0 (2014-07-02)
622
------------------
723
* Removed vestigial ``read_cache_`` private member variable from Serial::Serial

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>serial</name>
4-
<version>1.2.0</version>
4+
<version>1.2.1</version>
55
<description>
66
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.
77
</description>

0 commit comments

Comments
 (0)