Updates for 0.9
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 10 Jul 2008 20:00:57 +0000 (20:00 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 10 Jul 2008 20:00:57 +0000 (20:00 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@512 59b500cc-1b3d-0410-9834-0bbf25fbcc57

CHANGES
build.properties

diff --git a/CHANGES b/CHANGES
index 4860124..6d256aa 100644 (file)
--- a/CHANGES
+++ b/CHANGES
   - 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
index f05bacf..367bc60 100644 (file)
@@ -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