From b61c224cb8fd12a3615b9d04f21aaadf07333e96 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 1 Jun 2013 14:06:11 +0300 Subject: [PATCH] Updated release info --- README.txt | 25 +++++++++++++++++------- src/java/jssc/SerialNativeInterface.java | 2 +- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/README.txt b/README.txt index 5724cb2..65d2496 100644 --- a/README.txt +++ b/README.txt @@ -1,10 +1,25 @@ -jSSC-2.6.0 In development - -jSSC-2.5.0 Release version (27.04.2013) +jSSC-2.6.0 Release version (01.06.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). 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: Fixes: @@ -34,10 +49,6 @@ In this build: And other little modifications... -With Best Regards, Sokolov Alexey aka scream3r. - -============= Previous Builds ============== - /////////////////////////////////////////// //jSSC-0.9.0 Release version (21.12.2011)// /////////////////////////////////////////// diff --git a/src/java/jssc/SerialNativeInterface.java b/src/java/jssc/SerialNativeInterface.java index b515486..37a85d4 100644 --- a/src/java/jssc/SerialNativeInterface.java +++ b/src/java/jssc/SerialNativeInterface.java @@ -36,7 +36,7 @@ import java.io.InputStreamReader; */ 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 public static final int OS_LINUX = 0;