X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=CHANGES;h=c03d646143a21b3ff909cbc462cc67432de27923;hb=f7994ba402916c3c24fe7b1193b4eac9ee949bc9;hp=94366d8f4e86019d5ef41f22980e5787c061ee5b;hpb=93d4478a8b36ea55063e1aad1d7d04a5c0d8191d;p=zxing.git diff --git a/CHANGES b/CHANGES index 94366d8f..c03d6461 100644 --- a/CHANGES +++ b/CHANGES @@ -102,4 +102,23 @@ - First checkin of Data Matrix decoder code. Not yet enabled in reader applications. - "Result" object now returns raw bytes decoded; maybe useful in some cases - - More unit tests for common code, EAN-8, UPC-E \ No newline at end of file + - More unit tests for common code, EAN-8, UPC-E + +0.6 (28 Mar 2008) + - Updated android client to work on latest M5 SDK; M3-compatiable version + preserved in android-m3 + - Added tel: URL support to clients + - Added geo: URL support; only enabled for Android client so far + - Added initial support for short NDEF messages, but not yet enabled + - Bug fix to corner-case of perspective transformation code + - Now attempts to configure camera's exposure controls if available + - Fixed rotation transform used in "try harder" mode; result did not + contain the whole image + - "Try harder" mode tries 2D formats first to avoid false positives + in detailed search for 1D codes, in some cases + - More aggressive inlining by ProGuard, notable performance boost + - Small Reed-Solomon optimizations for 0- and 1-error case + - Refactored GridSampler out into common package for use by Data Matrix + - GridSampler now smarter about bounds checking and point nudging; + should avoid some ArrayIndexOutOfBoundsException issues + - More unit tests