Skip to content

Commit

Permalink
Version 2.0.7-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Apr 6, 2016
1 parent b5a154f commit 4f5442a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 2.0.7-beta3
-------------
- Fix support systems who provide 0 as a valid file descriptor
- Integration tests on CI's that support it or for the folks at home with an arduino handy
- Many documentation improvements
- Listing serialports on unix/linux (non osx) now include more ports and have less bugs in the output
- Fix race conditions when opening and closing ports that led to errors while reading and writing while closing or opening the port.
- Fix a double open bug on OSX that would cause opening and closing ports repetitively to error.
- Fix a 100% cpu and possible hang bug when ports were disconnected on windows.
- Fix a memory leak on windows
- Upgraded to nan-2.2.1 for memory leak fixes and node 6 support (still not supported)

Version 2.0.7-beta2
-------------
- Code cleanup due to moving to eslint internally
Expand Down Expand Up @@ -211,4 +223,4 @@ Version: 0.2
------------
- Upgraded to node v. 0.4.X compatibility

All other version are not recorded.
All other version are not recorded.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialport",
"version": "2.0.7-beta2",
"version": "2.0.7-beta3",
"description": "Welcome your robotic javascript overlords. Better yet, program them!",
"author": {
"name": "Chris Williams",
Expand All @@ -11,7 +11,7 @@
"module_name": "serialport",
"module_path": "./build/{configuration}/{node_abi}-{platform}-{arch}/",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.0.7-beta2"
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.0.7-beta3"
},
"main": "./serialport",
"repository": {
Expand Down

0 comments on commit 4f5442a

Please sign in to comment.