Skip to content

Commit b61c224

Browse files
committed
Updated release info
1 parent bc29b60 commit b61c224

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

README.txt

+18-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
1-
jSSC-2.6.0 In development
2-
3-
jSSC-2.5.0 Release version (27.04.2013)
1+
jSSC-2.6.0 Release version (01.06.2013)
42

53
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).
64
All native libs contains in the jssc.jar file and you don't need manage native libs manually.
75

6+
In this build:
7+
8+
Note: Linux x86 and x86-64 was builded on Ubuntu 10.04 and don't depends GLIBC-2.15 unlike jSSC-2.5.0
9+
10+
Additions:
11+
* Added os.name - "Darwin" and os.arch - "universal" support. It can be useful for MacOS X developers.
12+
* Added ttyO to Linux RegExp for listing OMAP serial devices.
13+
* Added JSSC_IGNPAR and JSSC_PARMRK properties for enabling IGNPAR and PARMRK flags in _nix termios structure.
14+
15+
With Best Regards, Sokolov Alexey aka scream3r.
16+
17+
============= Previous Builds ==============
18+
19+
///////////////////////////////////////////
20+
//jSSC-2.5.0 Release version (27.04.2013)//
21+
///////////////////////////////////////////
22+
823
In this build:
924

1025
Fixes:
@@ -34,10 +49,6 @@ In this build:
3449

3550
And other little modifications...
3651

37-
With Best Regards, Sokolov Alexey aka scream3r.
38-
39-
============= Previous Builds ==============
40-
4152
///////////////////////////////////////////
4253
//jSSC-0.9.0 Release version (21.12.2011)//
4354
///////////////////////////////////////////

src/java/jssc/SerialNativeInterface.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737
public class SerialNativeInterface {
3838

39-
private static final String libVersion = "2.6"; //jSSC-2.5.0 Release from 27.04.2013
39+
private static final String libVersion = "2.6"; //jSSC-2.6.0 Release from 01.06.2013
4040
private static final String libMinorSuffix = "0"; //since 0.9.0
4141

4242
public static final int OS_LINUX = 0;

0 commit comments

Comments
 (0)