Updated for 0.4.5

git-svn-id: https://zxing.googlecode.com/svn/trunk@226 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-02-22 19:19:43 +00:00
parent acad53f39b
commit 50553f992e
2 changed files with 17 additions and 2 deletions

17
CHANGES
View file

@ -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
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

View 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