mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Updates for version 0.1.1
git-svn-id: https://zxing.googlecode.com/svn/trunk@66 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
b53b6f27cc
commit
153e4e5035
6
CHANGES
Normal file
6
CHANGES
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
0.1 (09 Nov 2007)
|
||||||
|
- Initial release
|
||||||
|
|
||||||
|
0.1.1 (11 Nov 2007)
|
||||||
|
- Fixed bug decoding version 0 QR Codes
|
||||||
|
- Now default zoom is 2.5x in Java ME client
|
|
@ -1,5 +1,5 @@
|
||||||
version=0.1
|
version=0.1.1
|
||||||
WTK-home=/usr/local/WTK2.5.2
|
WTK-home=/usr/local/WTK2.5.2
|
||||||
JDK1.4-classes=/usr/lib/jvm/j2sdk1.4.2_16/jre/lib/rt.jar
|
JDK1.4-classes=/usr/lib/jvm/j2sdk1.4.2_16/jre/lib/rt.jar
|
||||||
# Mac users, this should be set to:
|
# Mac users, this should be set to:
|
||||||
# JDK1.4-classes=/System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/classes.jar
|
# JDK1.4-classes=/System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/classes.jar
|
||||||
|
|
|
@ -7,6 +7,6 @@ MIDlet-Jar-URL: ZXingReader.jar
|
||||||
MIDlet-Name: ZXingReader
|
MIDlet-Name: ZXingReader
|
||||||
MIDlet-Permissions: javax.microedition.media.control.VideoControl.getSnapshot
|
MIDlet-Permissions: javax.microedition.media.control.VideoControl.getSnapshot
|
||||||
MIDlet-Vendor: ZXing Project
|
MIDlet-Vendor: ZXing Project
|
||||||
MIDlet-Version: 1.0
|
MIDlet-Version: 0.1.1
|
||||||
MicroEdition-Configuration: CLDC-1.1
|
MicroEdition-Configuration: CLDC-1.1
|
||||||
MicroEdition-Profile: MIDP-2.0
|
MicroEdition-Profile: MIDP-2.0
|
||||||
|
|
|
@ -6,6 +6,6 @@ MIDlet-Info-URL: code.google.com/p/zxing
|
||||||
MIDlet-Name: ZXingReader
|
MIDlet-Name: ZXingReader
|
||||||
MIDlet-Permissions: javax.microedition.media.control.VideoControl.getSnapshot
|
MIDlet-Permissions: javax.microedition.media.control.VideoControl.getSnapshot
|
||||||
MIDlet-Vendor: ZXing Project
|
MIDlet-Vendor: ZXing Project
|
||||||
MIDlet-Version: 1.0
|
MIDlet-Version: 0.1.1
|
||||||
MicroEdition-Configuration: CLDC-1.1
|
MicroEdition-Configuration: CLDC-1.1
|
||||||
MicroEdition-Profile: MIDP-2.0
|
MicroEdition-Profile: MIDP-2.0
|
||||||
|
|
Loading…
Reference in a new issue