mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Updates for 0.3
git-svn-id: https://zxing.googlecode.com/svn/trunk@161 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
4645d1eaad
commit
ef06b08c8d
8
CHANGES
8
CHANGES
|
@ -40,3 +40,11 @@
|
|||
- Now includes junit locally to build tests
|
||||
- Fixed "MIDlet" name in MANIFEST.MF, which may solve some problems
|
||||
- Friendlier error message when barcode can't be found
|
||||
|
||||
0.3 (04 Feb 2008)
|
||||
- Major refactoring of 1D barcode decoding
|
||||
- Added support for UPC-E, EAN-8
|
||||
- Also added Code 39, Code 128 support -- may need refinement
|
||||
- Now any "game" key triggers photo capture
|
||||
- Workaround implemented for Nokias that use "capture://image" in MMAPI
|
||||
- UPC codes now trigger lookup to upcdatabase.com
|
|
@ -1,4 +1,4 @@
|
|||
version=0.2.2
|
||||
version=0.3
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue