bluetooth-serial-port
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ "name" : "bluetooth-serial-port" | ||
, "version" : "1.0.2" | ||
, "version" : "1.0.3" | ||
, "description" : "Bluetooth serial port communication for Node.js" | ||
@@ -34,3 +34,3 @@ , "author": "Eelco Cramer <eelco@hailendal.org>" | ||
, "license": "BSD-2-Clause" | ||
, "contributors": ["Eric Smekens", "Juho Vepsäläinen"] | ||
, "contributors": ["Eric Smekens", "Juho Vepsäläinen", "Elmar Langholz"] | ||
} |
@@ -7,2 +7,6 @@ # Bluetooth serial port communication for Node.js | ||
### 1.0.3 | ||
* Fixes an [issue on Linux](https://github.com/eelcocramer/node-bluetooth-serial-port/pull/11) where reading from a closes or reset connection would result into a SEGFAULT. | ||
### 1.0.2 | ||
@@ -9,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
149
129563
20