From d050b5514823d447de7fe5381d4670ecf5a345b6 Mon Sep 17 00:00:00 2001 From: mimecorg Date: Mon, 10 Aug 2015 13:50:51 +0000 Subject: [PATCH] prepared to release 1.1.4 git-svn-id: svn+ssh://svn.code.sf.net/p/webissues/code/trunk/client@2210 c8fa975d-6fd4-4e76-b3b8-1a99b2ee3549 --- ChangeLog | 7 +++++++ README | 2 +- packages/win32/build.bat | 4 ++-- packages/win32/portable/appinfo.ini | 4 ++-- packages/win32/portable/help.html | 2 +- src/application.cpp | 2 +- src/webissues.rc | 8 ++++---- 7 files changed, 18 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9b597bf..245dbcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1.1.4 (2015-08-10) + * ported to Qt5 + * fixed support for long TLDs in email addresses + * fixed internal links in exported HTML documents + * fixed handling large lists of drop down items + * updated prettify.js to newer version + 1.1.3 (2015-03-11) * added Chinese translation * archiving projects diff --git a/README b/README index 4cccc8b..a76c17f 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ WebIssues Desktop Client -Version 1.1.3 (2015-03-11) +Version 1.1.4 (2015-08-10) Desktop Client for the WebIssues team collaboration system. diff --git a/packages/win32/build.bat b/packages/win32/build.bat index 93e5196..9a058c3 100644 --- a/packages/win32/build.bat +++ b/packages/win32/build.bat @@ -2,8 +2,8 @@ if "%1" == "" goto usage -set VERSION=1.1.3 -set BUILDVERSION=1.1.3.5549 +set VERSION=1.1.4 +set BUILDVERSION=1.1.4.5701 set NSISDIR=C:\Program Files (x86)\NSIS\Unicode diff --git a/packages/win32/portable/appinfo.ini b/packages/win32/portable/appinfo.ini index 02a55d4..fca6379 100644 --- a/packages/win32/portable/appinfo.ini +++ b/packages/win32/portable/appinfo.ini @@ -16,8 +16,8 @@ Freeware=true CommercialUse=true [Version] -PackageVersion=1.1.3.5549 -DisplayVersion=1.1.3 +PackageVersion=1.1.4.5701 +DisplayVersion=1.1.4 [Control] Icons=1 diff --git a/packages/win32/portable/help.html b/packages/win32/portable/help.html index 041131a..cfd32a8 100644 --- a/packages/win32/portable/help.html +++ b/packages/win32/portable/help.html @@ -14,7 +14,7 @@

WebIssues Portable Client

-

Version 1.1.3

+

Version 1.1.4

diff --git a/src/application.cpp b/src/application.cpp index 617f8e2..bbfa5a4 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -310,7 +310,7 @@ void Application::openDownloads() QString Application::version() const { - return QString( "1.1.3" ); + return QString( "1.1.4" ); } QString Application::protocolVersion() const diff --git a/src/webissues.rc b/src/webissues.rc index 9483b5f..16e664d 100644 --- a/src/webissues.rc +++ b/src/webissues.rc @@ -3,8 +3,8 @@ 1 ICON "webissues.ico" VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,1,3,5549 - PRODUCTVERSION 1,1,3,5549 + FILEVERSION 1,1,4,5701 + PRODUCTVERSION 1,1,4,5701 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -21,11 +21,11 @@ BEGIN BEGIN VALUE "CompanyName", "WebIssues Team" VALUE "FileDescription", "WebIssues Desktop Client" - VALUE "FileVersion", "1.1.3" + VALUE "FileVersion", "1.1.4" VALUE "LegalCopyright", "Copyright (C) 2007-2015 WebIssues Team" VALUE "OriginalFilename", "webissues.exe" VALUE "ProductName", "WebIssues Desktop Client" - VALUE "ProductVersion", "1.1.3" + VALUE "ProductVersion", "1.1.4" END END BLOCK "VarFileInfo"