From 6d85667524d57cb47538e203c69041a7553c5971 Mon Sep 17 00:00:00 2001 From: srowen Date: Tue, 22 Jan 2008 19:22:11 +0000 Subject: [PATCH] Updates for 0.2.2 git-svn-id: http://zxing.googlecode.com/svn/trunk@151 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- CHANGES | 7 ++++++- build.properties | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index a804e7da..3efeb994 100644 --- a/CHANGES +++ b/CHANGES @@ -34,4 +34,9 @@ 0.2.1 (16 Jan 2008) - Slight tweaks and enhancements to decode and runtime performance of UPCDecoder - Added black-box test suites against a known set of images - (Thanks to Enrique G. S. for additional images) \ No newline at end of file + (Thanks to Enrique G. S. for additional images) + +0.2.2 (22 Jan 2008) + - Now includes junit locally to build tests + - Fixed "MIDlet" name in MANIFEST.MF, which may solve some problems + - Friendlier error message when barcode can't be found \ No newline at end of file diff --git a/build.properties b/build.properties index 10aec27c..65fa6568 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -version=0.2.1 +version=0.2.2 # Set this to a location where Sun's Wireless Toolkit, version 2.5.2 or later, has been installed # Location on Linux varies but is typically under /usr/local or /usr/lib -- 2.20.1