Skip to content

Commit

Permalink
15.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Mar 30, 2017
1 parent d399110 commit a40fc00
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="src" location="src"/>
<property name="build" location="classes"/>
<property name="home" value="."/>
<property name="version" value="15.1.0"/>
<property name="version" value="15.2.0"/>
<property name="noelf" value="true"/>

<property name="ubuntu.depends" value="openjdk-8-jre, libjsch-java, libjzlib-java, libjcifs-java, fuse, libfuse2, fuseiso, libcdio13, mate-icon-theme, libv4l-dev"/>
Expand Down
2 changes: 1 addition & 1 deletion projects/jfdatalogger/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property name="src" location="src"/>
<property name="build" location="classes"/>
<property name="classpath" location="javaforce.jar"/>
<property name="version" value="0.9"/>
<property name="version" value="0.10"/>

<import file="../../base.xml"/>

Expand Down
2 changes: 1 addition & 1 deletion projects/jfdatalogger/src/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class App extends javax.swing.JFrame {

public static String version = "0.9";
public static String version = "0.10";

public static int delays[] = new int[] {
25, 50, 100, 500, 1000, 3000, 5000, 10000, 30000, 60000, 300000
Expand Down
3 changes: 3 additions & 0 deletions projects/jfdatalogger/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Mar 30/2017 : v0.10 released
- fix : NI connection issue

Mar 10/2017 : v0.9 released
- fix : NI is big endian

Expand Down
2 changes: 1 addition & 1 deletion projects/jfdatalogger/wix32.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" UpgradeCode="{429E2AD1-232C-4C24-9C78-8D06E506505A}" Version="0.9" Language="1033" Name="jfDataLogger" Manufacturer="Peter Quiring">
<Product Id="*" UpgradeCode="{429E2AD1-232C-4C24-9C78-8D06E506505A}" Version="0.10" Language="1033" Name="jfDataLogger" Manufacturer="Peter Quiring">
<Package InstallerVersion="300" Compressed="yes" InstallScope="perMachine"/>
<Media Id="1" Cabinet="files.cab" EmbedCab="yes" />
<UIRef Id="WixUI_Minimal" />
Expand Down
2 changes: 1 addition & 1 deletion projects/jfdatalogger/wix64.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" UpgradeCode="{741FCC9E-8DEC-415E-A05E-1115FEA9FA31}" Version="0.9" Language="1033" Name="jfDataLogger" Manufacturer="Peter Quiring">
<Product Id="*" UpgradeCode="{741FCC9E-8DEC-415E-A05E-1115FEA9FA31}" Version="0.10" Language="1033" Name="jfDataLogger" Manufacturer="Peter Quiring">
<Package InstallerVersion="300" Compressed="yes" InstallScope="perMachine" Platform="x64"/>
<Media Id="1" Cabinet="files.cab" EmbedCab="yes" />
<UIRef Id="WixUI_Minimal" />
Expand Down
2 changes: 1 addition & 1 deletion projects/jfdataloggerplus/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="src" location="src"/>
<property name="build" location="classes"/>
<property name="classpath" location="javaforce.jar"/>
<property name="version" value="0.5"/>
<property name="version" value="0.6"/>

<import file="../../base.xml"/>

Expand Down
3 changes: 3 additions & 0 deletions projects/jfdataloggerplus/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Mar 30/2017 : v0.6 released
- fix : NI connection issue

Mar 10/2017 : v0.5 released
- fix : NI is big endian

Expand Down
2 changes: 1 addition & 1 deletion projects/jfdataloggerplus/wix32.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Id="*" UpgradeCode="{429E2AD1-232C-4C24-9C78-8D06E506505B}" Version="0.5" Language="1033" Name="jfDataLoggerPlus" Manufacturer="Peter Quiring">
<Product Id="*" UpgradeCode="{429E2AD1-232C-4C24-9C78-8D06E506505B}" Version="0.6" Language="1033" Name="jfDataLoggerPlus" Manufacturer="Peter Quiring">
<Package InstallerVersion="300" Compressed="yes" InstallScope="perMachine"/>
<Media Id="1" Cabinet="files.cab" EmbedCab="yes" />
<UIRef Id="WixUI_Minimal" />
Expand Down
2 changes: 1 addition & 1 deletion projects/jfdataloggerplus/wix64.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Id="*" UpgradeCode="{741FCC9E-8DEC-415E-A05E-1115FEA9FA32}" Version="0.5" Language="1033" Name="jfDataLoggerPlus" Manufacturer="Peter Quiring">
<Product Id="*" UpgradeCode="{741FCC9E-8DEC-415E-A05E-1115FEA9FA32}" Version="0.6" Language="1033" Name="jfDataLoggerPlus" Manufacturer="Peter Quiring">
<Package InstallerVersion="300" Compressed="yes" InstallScope="perMachine" Platform="x64"/>
<Media Id="1" Cabinet="files.cab" EmbedCab="yes" />
<UIRef Id="WixUI_Minimal" />
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JavaForce SDK
=============

Version 15.1.0
Version 15.2.0

What is it?
===========
Expand Down Expand Up @@ -98,4 +98,4 @@ Web : pquiring.github.io/javaforce

Git : github.com/pquiring/javaforce

Released : Mar 10, 2017
Released : Mar 30, 2017
2 changes: 1 addition & 1 deletion src/javaforce/JF.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class JF {

public static String getVersion() {
return "15.1.0";
return "15.2.0";
}

public static void sleep(int milli) {
Expand Down
5 changes: 5 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
What's new...

Mar 30/2017 : JF 15.2.0 released!
- fix : javaforce.controls.Controller.isConnected() was always returning false for NI devices
- jfDataLogger/0.10
- jfDataLoggerPlus/0.6

Mar 10/2017 : JF 15.1.0 released!
- fix : javaforce.controls.Tag : NI is big endian
- jfDataLogger/0.9
Expand Down

0 comments on commit a40fc00

Please sign in to comment.