mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Add changes since 2.7.0. Update InnoSetup file.
This commit is contained in:
parent
3ef7324311
commit
dd6de21008
22
README
22
README
@ -109,6 +109,28 @@ Fixed bugs:
|
||||
- GS1-128 and RSS may only be used with GS1 contents
|
||||
- Han Xin chinese character handling
|
||||
|
||||
Version 2.7.1 not released jet:
|
||||
Changes:
|
||||
- Ultracode and colour code support
|
||||
- QR encoding optimized to get smaller code matrix results
|
||||
- PDF417: do not use option_1 to give the maximum number of codewords (928).
|
||||
Option removed in qtzint.
|
||||
- Removed annex B (3 digit country codes) and annex C (GS1 General Specification)
|
||||
from the manual. This material may be found elsewhere.
|
||||
- MAC homebrew remark added to the documentation
|
||||
- Correct cmake file to match BSD-3-clause licence
|
||||
Bugs:
|
||||
- Correct uninitialized warning in gridmatrix.call
|
||||
- do not export internal functions
|
||||
- raster painting of UPC-A bound check
|
||||
- pdf417 documentation corrected: change flag -security to -secure
|
||||
- Dot Code encoding ECI number corrected
|
||||
- Corrected postscript plotting error
|
||||
- Datamatrix: corrected possible buffer overrun in 3 characters to 2 byte
|
||||
encodings.
|
||||
- In 2.7.0 removed interface "ZBarcode_Render" still declared
|
||||
- vc6 make was missing (trivial) resource.h
|
||||
|
||||
CONTACT US
|
||||
----------
|
||||
The home of Zint is:
|
||||
|
@ -2,7 +2,7 @@
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "qtZint"
|
||||
#define MyAppVersion "2.5.1"
|
||||
#define MyAppVersion "2.7.0"
|
||||
#define MyAppPublisher "Robin Stuart"
|
||||
#define MyAppURL "http://zint.org.uk/"
|
||||
#define MyAppExeName "qtZint.exe"
|
||||
@ -37,9 +37,9 @@ Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescrip
|
||||
|
||||
[Files]
|
||||
Source: "release\qtZint.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "release\Qt5Core.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "release\Qt5Gui.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "release\Qt5Widgets.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
;Source: "release\Qt5Core.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
;Source: "release\Qt5Gui.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
;Source: "release\Qt5Widgets.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Icons]
|
||||
|
Loading…
Reference in New Issue
Block a user