Misc. small updates for 0.1.4
[zxing.git] / CHANGES
1 0.1 (09 Nov 2007)
2 - Initial release
3
4 0.1.1 (11 Nov 2007)
5 - Fixed bug decoding version 0 QR Codes
6 - Now default zoom is 2.5x in Java ME client
7
8 0.1.2 (28 Nov 2007)
9 - Issue 11 fixed: Build problems on Windows
10 - Can now build "ZXingReaderBasic" which does not require JSR-234
11 - Issue 14 fixed: release .zip builds into one directory
12
13 0.1.3 (7 Dec 2007)
14 - Unit test for QR Code decoding
15 - Added EAN-13 support
16 - Now builds with class file format version 1.2 -- may solve some compatibility issues?
17 - Fixed obfuscation step bug causing NoClassDefFoundError
18
19 0.1.4 (13 Dec 2007)
20 - Added Blackberry client build script -- does not yet work
21 - Big change to handling of content of barcodes:
22   - com.google.zxing.client.result moved from core-ext to core
23   - Rewritten for J2ME
24   - core-ext removed
25   - J2ME client now uses this code for better parsing/handling of results