Updated release info

This commit is contained in:
Alexey Sokolov 2013-06-01 14:06:11 +03:00
parent bc29b604e7
commit b61c224cb8
2 changed files with 19 additions and 8 deletions

View File

@ -1,10 +1,25 @@
jSSC-2.6.0 In development jSSC-2.6.0 Release version (01.06.2013)
jSSC-2.5.0 Release version (27.04.2013)
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). 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. All native libs contains in the jssc.jar file and you don't need manage native libs manually.
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
Additions:
* 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)//
///////////////////////////////////////////
In this build: In this build:
Fixes: Fixes:
@ -34,10 +49,6 @@ In this build:
And other little modifications... And other little modifications...
With Best Regards, Sokolov Alexey aka scream3r.
============= Previous Builds ==============
/////////////////////////////////////////// ///////////////////////////////////////////
//jSSC-0.9.0 Release version (21.12.2011)// //jSSC-0.9.0 Release version (21.12.2011)//
/////////////////////////////////////////// ///////////////////////////////////////////

View File

@ -36,7 +36,7 @@ import java.io.InputStreamReader;
*/ */
public class SerialNativeInterface { public class SerialNativeInterface {
private static final String libVersion = "2.6"; //jSSC-2.5.0 Release from 27.04.2013 private static final String libVersion = "2.6"; //jSSC-2.6.0 Release from 01.06.2013
private static final String libMinorSuffix = "0"; //since 0.9.0 private static final String libMinorSuffix = "0"; //since 0.9.0
public static final int OS_LINUX = 0; public static final int OS_LINUX = 0;