From 9393f2bc13bf0a2e914422fbeaa5b5c31b14fdab Mon Sep 17 00:00:00 2001 From: srowen Date: Thu, 13 Dec 2007 22:34:38 +0000 Subject: [PATCH] Misc. small updates for 0.1.4 git-svn-id: http://zxing.googlecode.com/svn/trunk@117 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- CHANGES | 8 ++++++++ build.properties | 2 +- build.xml | 15 ++++++++------- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index 67822c8f..bdc71353 100644 --- a/CHANGES +++ b/CHANGES @@ -15,3 +15,11 @@ - Added EAN-13 support - Now builds with class file format version 1.2 -- may solve some compatibility issues? - Fixed obfuscation step bug causing NoClassDefFoundError + +0.1.4 (13 Dec 2007) +- Added Blackberry client build script -- does not yet work +- Big change to handling of content of barcodes: + - com.google.zxing.client.result moved from core-ext to core + - Rewritten for J2ME + - core-ext removed + - J2ME client now uses this code for better parsing/handling of results \ No newline at end of file diff --git a/build.properties b/build.properties index 5fb5995b..b76c0e43 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -version=0.1.3 +version=0.1.4 # Set this to a location where Sun's Wireless Toolkit, version 2.5.2 or later, has been installed # Location on Linux varies but is typically under /usr/local or /usr/lib diff --git a/build.xml b/build.xml index 1eb61653..0f0d6654 100644 --- a/build.xml +++ b/build.xml @@ -25,11 +25,6 @@ - - - - - @@ -37,7 +32,11 @@ - + + + + + @@ -48,6 +47,8 @@ + + @@ -56,7 +57,7 @@ - + -- 2.20.1