Changed for 0.5.5

git-svn-id: https://zxing.googlecode.com/svn/trunk@272 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-03-12 19:21:39 +00:00
parent d31305c5f6
commit 235d4c0f1f
2 changed files with 13 additions and 2 deletions

13
CHANGES
View file

@ -91,4 +91,15 @@
from EAN13Reader, but will continue to be construed as 12-digit UPC-A
codes from the MultiFormatReader.
- A host of small bug fixes, including bug in Version 25 QR Code support
- A round of code cleanup and refactoring from IntelliJ inspections
- A round of code cleanup and refactoring from IntelliJ inspections
0.5.5 (12 Mar 2008)
- Revert change that rejected BufferedImage of type TYPE_CUSTOM in javase
- Now supports KDDI/AU / Softbank address book format
- Now can read Android "Intent" URIs (Android only)
- Modest improvements to efficiency of J2ME client: shorter autofocus,
better use of threads
- First checkin of Data Matrix decoder code. Not yet enabled in reader
applications.
- "Result" object now returns raw bytes decoded; maybe useful in some cases
- More unit tests for common code, EAN-8, UPC-E

View file

@ -1,4 +1,4 @@
version=0.5
version=0.5.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