From 824bd550024ea474ce4d61dec1aca017f5c4d13a Mon Sep 17 00:00:00 2001 From: srowen Date: Thu, 10 Jul 2008 20:00:57 +0000 Subject: [PATCH] Updates for 0.9 git-svn-id: http://zxing.googlecode.com/svn/trunk@512 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- CHANGES | 21 +++++++++++++++++++++ build.properties | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4860124a..6d256aa8 100644 --- a/CHANGES +++ b/CHANGES @@ -156,3 +156,24 @@ - core/ is now independent of MIDP; only requires CLDC 1.1 - Added optimized build of core library - Unit tests now use local copies of images + +0.9 (11 July 2008) + - First draft of iPhone client committed + - core module now built in a way that makes it function as an OSGi bundle, + and also supports deployment in BugLabs's BUG platform. + - Added client for BUG platform courtesy of buglabs.net + - Big refactoring of com.google.zxing.client.result to separate idea of result + parser from result value objects + - Added basic vCard 2.1 support + - Added basic BIZCARD format support + - Added basic iCal format support + - Added new calendar event parsed result type + - Fewer false positives in 1D detectors, notably Code 39 and Code 128; + new unit tests for false positives + - Now parses and tries to act on ECI designators in QR Codes + - Merged "basic" and "regular" J2ME readers into one unified app that should + work on platforms with and without JSR-234 support + - Removed dependence on Ant 1.7 (1.6 needed now) + - Web application at zxing.org now shows raw bytes + - Far more black box tests + - Assorted small bug fixes diff --git a/build.properties b/build.properties index f05bacf0..367bc603 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -version=0.8 +version=0.9 # 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 -- 2.20.1