diff --git a/CMakeLists.txt b/CMakeLists.txt index 05f2d9e3..0f70dc15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) #comment or remove the above line before release set (ZINT_VERSION_MAJOR 2) -set (ZINT_VERSION_MINOR 1) -set (ZINT_VERSION_RELEASE 4) +set (ZINT_VERSION_MINOR 2) +set (ZINT_VERSION_RELEASE 0) set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" ) add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall) diff --git a/backend/DEVELOPER b/backend/DEVELOPER index 7f4bc10e..d39a694f 100644 --- a/backend/DEVELOPER +++ b/backend/DEVELOPER @@ -48,6 +48,9 @@ code.c: LOGMARS Channel Code +code1.c: + Code One + code49.c: Code 49 diff --git a/backend/Makefile b/backend/Makefile index 04c30ae6..72b40e96 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.4\" +ZINT_VERSION:=-DZINT_VERSION=\"2.2.0\" CC := gcc diff --git a/backend/Makefile.mingw b/backend/Makefile.mingw index 66cb9e6c..69b0443d 100644 --- a/backend/Makefile.mingw +++ b/backend/Makefile.mingw @@ -7,7 +7,7 @@ # make clean cleans up a previous compilation and any object or editor files # -ZINT_VERSION:=-DZINT_VERSION=\"2.1.3\" +ZINT_VERSION:=-DZINT_VERSION=\"2.2.0\" CC:= gcc diff --git a/frontend/Makefile b/frontend/Makefile index 03e8ba1f..f04a413f 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.4\" +ZINT_VERSION:=-DZINT_VERSION=\"2.2.0\" CC := gcc INCLUDE := -I/usr/local/include diff --git a/frontend/Makefile.mingw b/frontend/Makefile.mingw index feb9d86b..f3642b23 100644 --- a/frontend/Makefile.mingw +++ b/frontend/Makefile.mingw @@ -6,7 +6,7 @@ # make clean cleans up a previous compilation and any object or editor files # -ZINT_VERSION:=-DZINT_VERSION=\"2.1.3\" +ZINT_VERSION:=-DZINT_VERSION=\"2.2.0\" CC := gcc CFLAGS := -D_WIN32 -O2 -fms-extensions -mms-bitfields -fno-exceptions -fomit-frame-pointer -Wall diff --git a/readme b/readme index 4648d8bf..6718926c 100644 --- a/readme +++ b/readme @@ -1,5 +1,5 @@ -Zint and libzint 2.1.4 ----------------------- +Zint and libzint 2.2 +-------------------- Zint is a front end program and library which provides support for over 40 barcode symbologies in an open source package released under the GNU General Public License. Currently supported @@ -13,7 +13,8 @@ Code 16k, PDF417, MicroPDF417, Two-Track Pharmacode, PostNet, PLANET, Australia 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, Korea Post Barcode, HIBC Code 128, HIBC Code 39, HIBC Data Matrix, HIBC PDF417, HIBC MicroPDF417, -HIBC QR Code, HIBC Codablock-F, Japanese Postal Code, Code 49, Channel Code, FIM and Flattermarken. +HIBC QR Code, HIBC Codablock-F, Japanese Postal Code, Code 49, Channel Code, Code One, FIM and +Flattermarken. Full documentation is now available from the project website at http://www.zint.org.uk @@ -77,16 +78,17 @@ things which need to be done! Frontend -------- - The Qt frontend has had a lot of work since the last version - it has now - been renamed "Zint Barcode Studio version 0.2". It needs to: * Allow copying of generated barcodes to the clipboard with "Copy" button * Allow dragging and dropping to external apps. + NOTE: Although I have tried to add these functions I have not been succesful in + making them useful. Therefore, although I would like to see this added, + I have abandoned this. Packaging --------- Binary packages are needed for distribution in the following formats - * RPMs for various Linux distros - * Install binaries for MS Windows + * RPMs for various Linux distros (.spec file now available thanks to Radist) + * Install binaries for MS Windows (MSVC and MinGW make files now included) * Install binaries for Mac OSX Translations @@ -103,6 +105,4 @@ Research Coming Soon ----------- - Features which it is hoped will appear in this library soon: - * Extended Channel Interpretations (this has been delayed - see the website) - * Code One \ No newline at end of file + The next symbology to be added may be Dot Code A or ISS PosiCode