Skip to content

Commit

Permalink
Updated release info
Browse files Browse the repository at this point in the history
  • Loading branch information
scream3r committed Jun 1, 2013
1 parent bc29b60 commit b61c224
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
25 changes: 18 additions & 7 deletions README.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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)//
///////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion src/java/jssc/SerialNativeInterface.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/
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;
Expand Down

0 comments on commit b61c224

Please sign in to comment.