mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
More changes for 0.1.2
git-svn-id: https://zxing.googlecode.com/svn/trunk@79 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
2deec1abc1
commit
eb678fd191
5
CHANGES
5
CHANGES
|
@ -4,3 +4,8 @@
|
|||
0.1.1 (11 Nov 2007)
|
||||
- Fixed bug decoding version 0 QR Codes
|
||||
- Now default zoom is 2.5x in Java ME client
|
||||
|
||||
0.1.2 (28 Nov 2007)
|
||||
- Issue 11 fixed: Build problems on Windows
|
||||
- Can now build "ZXingReaderBasic" which does not require JSR-234
|
||||
- Issue 14 fixed: release .zip builds into one directory
|
|
@ -22,3 +22,9 @@ WTK-home=/usr/local/WTK2.5.2
|
|||
JDK1.4-classes=/usr/lib/jvm/j2sdk1.4.2_16/jre/lib/rt.jar
|
||||
#JDK1.4-classes=C:\\Program Files\\Java\\j2re1.4.2_16\\lib\\rt.jar
|
||||
#JDK1.4-classes=/System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/classes.jar
|
||||
|
||||
# Set this to the location where you have installed RIM's BlackBerry JDE in order to
|
||||
# create the 'rim' client. There is no Mac or Linux version, but, these platforms can still
|
||||
# build by obtaining a copy of net_rim_api.jar and rapc.jar from a Windows installation,
|
||||
# and simply pointing to the directory containing them both here:
|
||||
BB-JDK-home=.
|
Loading…
Reference in a new issue