diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a1785c6..16709baa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set (ZINT_VERSION_MAJOR 2) set (ZINT_VERSION_MINOR 1) -set (ZINT_VERSION_RELEASE 0) +set (ZINT_VERSION_RELEASE 1) set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" ) add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall) diff --git a/backend/Makefile b/backend/Makefile index 4031bdca..4ce322d6 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -7,7 +7,7 @@ # make clean cleans up a previous compilation and any object or editor files # -ZINT_VERSION:=-DZINT_VERSION=\"2.1.0\" +ZINT_VERSION:=-DZINT_VERSION=\"2.1.1\" CC := gcc diff --git a/frontend/Makefile b/frontend/Makefile index 968ba442..58c036ad 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -6,7 +6,7 @@ # make clean cleans up a previous compilation and any object or editor files # -ZINT_VERSION:=-DZINT_VERSION=\"2.1.0\" +ZINT_VERSION:=-DZINT_VERSION=\"2.1.1\" CC := gcc INCLUDE := -I/usr/local/include diff --git a/readme b/readme index 2c4cfa11..17742318 100644 --- a/readme +++ b/readme @@ -1,4 +1,4 @@ -Zint and libzint 2.0.0 +Zint and libzint 2.1.1 ---------------------- Zint is a front end program and library which provides support for over 40 barcode symbologies @@ -12,7 +12,8 @@ Extended Code 39, Code 93, PZN, Code 23, LOGMARS, Codabar, Pharmacode, Code 128, Code 16k, PDF417, MicroPDF417, Two-Track Pharmacode, PostNet, PLANET, Australia Post 4-State Symbols, RM4SCC, USPS OneCode, GS1 DataBar, DataBar-14, DataBar Limited, DataBar Extended, DataBar Stacked, Composite Symbology, Data Matrix, QR Code, Maxicode, Aztec Code, EAN-13, Codablock-F, Micro QR, -FIM and Flattermarken. +Korea Post Barcode, HIBC Code 128, HIBC Code 39, HIBC Data Matrix, HIBC PDF417, HIBC MicroPDF417, +HIBC QR Code, HIBC Codablock-F, FIM and Flattermarken. Full documentation is included in the 'docs' directory. The libzint back end code is included in the 'backend' directory, and the front end command line program 'zint' is included in the @@ -70,4 +71,51 @@ I am keen to hear your ideas / recieve bug reports at robin@zint.org.uk Thanks for your interest in libzint. Happy encoding. -Robin. \ No newline at end of file +Robin. + + +THINGS TO DO +------------ + +If you are interested in expanding the functionality of this library then here are a few +things which you may like to attempt: + +Frontend +-------- + The Qt front end needs a lot of work. It needs to be able to: + * Show barcode images properly + * Allow saving of generated barcodes to file + * Allow copying of generated barcodes to the clipboard + +Packaging +--------- + Binary packages are needed for distribution in the following formats + * RPMs for various Linux distros + * DEB package for Debian + * Install binaries for MS Windows + * Install binaries for Mac OSX + +Translations +------------ + Documentation is currently only in English. If you have the knowledge and the + time please consider translating into other languages. + +Research +-------- + The following standards would be welcomed in Zint but the full documentation has + not yet been found. + * DPD Code + * Italian Postal Code + * Japanese Postal Code + +Programming +----------- + Some things which need to be added to the library: + * Micro QR Code currently does not support Kanji character encoding + +Coming Soon +----------- + Features which it is hoped will appear in this library soon: + * Extended Channel Interpretations + * Code 49 + * Code One \ No newline at end of file