Updates for 0.7
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 5 May 2008 18:12:19 +0000 (18:12 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 5 May 2008 18:12:19 +0000 (18:12 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@390 59b500cc-1b3d-0410-9834-0bbf25fbcc57

CHANGES
build.properties

diff --git a/CHANGES b/CHANGES
index c03d646..c903607 100644 (file)
--- a/CHANGES
+++ b/CHANGES
   - GridSampler now smarter about bounds checking and point nudging;
     should avoid some ArrayIndexOutOfBoundsException issues
   - More unit tests
+
+0.7 (5 May 2008)
+  - Added support for MobileTag message formats
+  - Added source to zxing.org
+  - Significant work on Android clients, including UI overhaul and
+    continuous scan mode
+  - Bug fix: ResultPoints from 1D barcodes were wrong
+  - SKIP_N_BARCODES hint now gone, and associated logic has been transferred
+    to individual project users, as it is fairly app-specific at this point
+    and is beginning to complicate the core library. We can help other users
+    who need this functionality on a case-by-case basis.
+  - Bug fix in AddressBookAUParsedResult parsing
+  - Possible workaround for NoSuchMethodError on Nokias
+  - New shell of an iPhone client committed
+  - ... and other assorted small improvements and fixes
\ No newline at end of file
index 50cfa2c..bf9b71b 100644 (file)
@@ -1,4 +1,4 @@
-version=0.6
+version=0.7
 
 # 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
@@ -32,5 +32,5 @@ version=0.6
 
 # Set this to the location of a Tomcat installation if you want to compile and run the zxing.org
 # web site and web application
+#tomcat-home=C:\\tomcat
 #tomcat-home=/usr/local/tomcat
-#tomcat-home=C:\\tomcat
\ No newline at end of file