X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=CHANGES;h=6cbb620fa99ddf334c2cc988bc2584820bb6004a;hb=f0b85bcf07572ceffaf864ea87dcc922f0f1ce57;hp=4860124ad1f2f460532f373e7f3428c463eddb3f;hpb=0ca519e9e43a308018cbc986f9e905e2f4ac8473;p=zxing.git diff --git a/CHANGES b/CHANGES index 4860124a..6cbb620f 100644 --- a/CHANGES +++ b/CHANGES @@ -156,3 +156,33 @@ - core/ is now independent of MIDP; only requires CLDC 1.1 - Added optimized build of core library - Unit tests now use local copies of images + +0.9 (11 July 2008) + - First draft of iPhone client committed + - core module now built in a way that makes it function as an OSGi bundle, + and also supports deployment in BugLabs's BUG platform. + - Added client for BUG platform courtesy of buglabs.net + - Big refactoring of com.google.zxing.client.result to separate idea of result + parser from result value objects + - Added basic vCard 2.1 support + - Added basic BIZCARD format support + - Added basic iCal format support + - Added new calendar event parsed result type + - Fewer false positives in 1D detectors, notably Code 39 and Code 128; + new unit tests for false positives + - Now parses and tries to act on ECI designators in QR Codes + - Merged "basic" and "regular" J2ME readers into one unified app that should + work on platforms with and without JSR-234 support + - Removed dependence on Ant 1.7 (1.6 needed now) + - Web application at zxing.org now shows raw bytes + - Far more black box tests + - Assorted small bug fixes + +1.0 (12 September 2008) + - All new RIM client from LifeMarks + - Initial Data Matrix detector included + - New and much improved Android 0.9-SDK compatible Android client + - Better 1D detection, especially UPC-E, due to loosened quite zone checks + - URIParsedResult now tries to warn about malicious URIs + - New parser for ISBNs + - New QR code blackbox images