From f224f1b7458bb2e0603fb8e24d9ffd7aa3e58339 Mon Sep 17 00:00:00 2001 From: srowen Date: Fri, 22 Feb 2008 19:19:43 +0000 Subject: [PATCH] Updated for 0.4.5 git-svn-id: http://zxing.googlecode.com/svn/trunk@226 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- CHANGES | 17 ++++++++++++++++- build.properties | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 68f394af..ee7c9ac5 100644 --- a/CHANGES +++ b/CHANGES @@ -58,4 +58,19 @@ - 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 diff --git a/build.properties b/build.properties index dbfeba93..0fece5a3 100644 --- a/build.properties +++ b/build.properties @@ -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 -- 2.20.1