Updated for 0.4.5
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 22 Feb 2008 19:19:43 +0000 (19:19 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 22 Feb 2008 19:19:43 +0000 (19:19 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@226 59b500cc-1b3d-0410-9834-0bbf25fbcc57

CHANGES
build.properties

diff --git a/CHANGES b/CHANGES
index 68f394a..ee7c9ac 100644 (file)
--- a/CHANGES
+++ b/CHANGES
   - Fixed ArrayIndexOutOfBoundsException in 1D barcode decoders
   - Worked around "java.lang.Error 136" from Nokia N70 (?)
   - Fixed bug in Shift_JIS detection and implemented basic UTF-8 detection
-    for nonstandard QR Codes that don't use ISO-8859-1
\ No newline at end of file
+    for nonstandard QR Codes that don't use ISO-8859-1
+
+0.4.5 (22 Feb 2008)
+  - Checked in first minimal working Blackberry client. Still quite crude.
+  - Fixed UTF-8 detection again
+  - Refactored Reed-Solomon to allow different GF(256) primitive polynomials,
+    in preparation for Data Matrix
+  - Slight improvement to 1D decoding accuracy, most noticeable in
+    improvements to Code 128 decoding
+  - Bug fix in Code39Reader -- typo in encoding of letter "I" and "0"
+  - Bug fix in 1D readers -- error in counting black/white pixel counts
+    in certain situations
+  - Now supports Extended Code 39
+  - Tiny bug fix to QRCodeReader for images that extend all the way
+    to top or left
+  - Android client now builds with ProGuard optimization
\ No newline at end of file
index dbfeba9..0fece5a 100644 (file)
@@ -1,4 +1,4 @@
-version=0.4
+version=0.4.5
 
 # 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