1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 03:34:53 +08:00
serial/CHANGELOG.rst

58 lines
2.2 KiB
ReStructuredText
Raw Normal View History

2013-06-11 14:18:23 -07:00
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package serial
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2014-02-20 17:37:00 -08:00
1.1.7 (2014-02-20)
------------------
2014-02-20 17:35:39 -08:00
* Improved support for mingw (mxe.cc)
* Fix compilation warning
See issue `#53 <https://github.com/wjwwood/serial/issues/53>`_
* Improved timer handling in unix implementation
* fix broken ifdef _WIN32
* Fix broken ioctl calls, add exception handling.
* Code guards for platform-specific implementations. (when not using cmake / catkin)
* Contributors: Christopher Baker, Mike Purvis, Nicolas Bigaouette, William Woodall, dawid
2013-10-17 11:13:00 -07:00
1.1.6 (2013-10-17)
------------------
2013-10-17 11:12:18 -07:00
* Move stopbits_one_point_five to the end of the enum, so that it doesn't alias with stopbits_two.
2013-09-23 21:20:22 -07:00
1.1.5 (2013-09-23)
------------------
* Fix license labeling, I put BSD, but the license has always been MIT...
* Added Microsoft Visual Studio 2010 project to make compiling on Windows easier.
* Implemented Serial::available() for Windows
* Update how custom baudrates are handled on OS X
This is taken from the example serial program on Apple's developer website, see:
http://free-pascal-general.1045716.n5.nabble.com/Non-standard-baud-rates-in-OS-X-IOSSIOSPEED-IOCTL-td4699923.html
* Timout settings are now applied by reconfigurePort
* Pass LPCWSTR to CreateFile in Windows impl
* Use wstring for ``port_`` type in Windows impl
2013-06-20 14:10:38 -07:00
1.1.4 (2013-06-12 00:13:18 -0600)
---------------------------------
2013-06-11 17:05:24 -07:00
* Timing calculation fix for read and write.
Fixes `#27 <https://github.com/wjwwood/serial/issues/27>`_
* Update list of exceptions thrown from constructor.
* fix, by Thomas Hoppe <thomas.hoppe@cesys.com>
For SerialException's:
* The name was misspelled...
* Use std::string's for error messages to prevent corruption of messages on some platforms
* alloca.h does not exist on OpenBSD either.
2013-06-11 14:18:23 -07:00
2013-06-11 17:05:24 -07:00
1.1.3 (2013-01-09 10:54:34 -0800)
---------------------------------
* Install headers
2013-06-11 14:18:23 -07:00
2013-06-11 17:05:24 -07:00
1.1.2 (2012-12-14 14:08:55 -0800)
---------------------------------
2013-06-11 14:18:23 -07:00
* Fix buildtool depends
1.1.1 (2012-12-03)
------------------
2013-06-11 17:05:24 -07:00
* Removed rt linking on OS X. Fixes `#24 <https://github.com/wjwwood/serial/issues/24>`_.
2013-06-11 14:18:23 -07:00
1.1.0 (2012-10-24)
------------------
2013-06-11 17:05:24 -07:00
* Previous history is unstructured and therefore has been truncated. See the commit messages for more info.