From 3c05bed908fc4966b174d6567dec4a67c6f6ffc8 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 20 Jan 2014 18:26:16 +0300 Subject: [PATCH] Readme update --- README.txt | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 65d2496..53796bd 100644 --- a/README.txt +++ b/README.txt @@ -1,8 +1,21 @@ -jSSC-2.6.0 Release version (01.06.2013) +jSSC-2.7.0 Release version (20.01.2014) This version contains native libs for Windows(x86, x86-64), Linux(x86, x86-64, ARM soft & hard float), Solaris(x86, x86-64), Mac OS X(x86, x86-64, PPC, PPC64). All native libs contains in the jssc.jar file and you don't need manage native libs manually. +In this build: + + Fixes: + * Important! Fixed bug with port handles potential leakage + +With Best Regards, Sokolov Alexey aka scream3r. + +============= Previous Builds ============== + +/////////////////////////////////////////// +//jSSC-2.6.0 Release version (01.06.2013)// +/////////////////////////////////////////// + In this build: Note: Linux x86 and x86-64 was builded on Ubuntu 10.04 and don't depends GLIBC-2.15 unlike jSSC-2.5.0 @@ -11,10 +24,6 @@ In this build: * Added os.name - "Darwin" and os.arch - "universal" support. It can be useful for MacOS X developers. * Added ttyO to Linux RegExp for listing OMAP serial devices. * Added JSSC_IGNPAR and JSSC_PARMRK properties for enabling IGNPAR and PARMRK flags in _nix termios structure. - -With Best Regards, Sokolov Alexey aka scream3r. - -============= Previous Builds ============== /////////////////////////////////////////// //jSSC-2.5.0 Release version (27.04.2013)//