Skip to content

Commit

Permalink
prepared for release 1.1.2
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.code.sf.net/p/webissues/code/trunk/client@2141 c8fa975d-6fd4-4e76-b3b8-1a99b2ee3549
  • Loading branch information
mimecorg committed May 26, 2014
1 parent 6e11231 commit 5ba56a7
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 21 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.1.2 (2014-05-26)
* added French and Italian translations
* quick search by issue ID
* added [rtl] markup tag
* configuring font size in issue details
* logging in automatically when session expires
* fixed copying from issue details on Mac OS X
* fixed crash when closing application and search box is not empty

1.1.1 (2013-12-05)
* fixed updating project descriptions
* fixed font size in issue details and comment editor
Expand Down
25 changes: 17 additions & 8 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WebIssues Desktop Client
Version 1.1.1 (2013-12-05)
Version 1.1.2 (2014-05-26)

Desktop Client for the WebIssues team collaboration system.

Expand Down Expand Up @@ -81,26 +81,35 @@ Contributors:

Translators:

* Flávio Veras (flaviove at gmail com)
* Flávio Veras
- Portuguese (Brazil) translation

* Torsten Bielen (torsten.bielen at datex de)
* Dara Sarnirand
* Ashwin Vekaria
* BourdonGrognon
- French translation

* Torsten Bielen
* David Keller
* Patrick Kindler
- German translation

* Rob Hiddinga (rob at robhiddinga nl)
* Steven Heyse (heyse.s at gmail com)
* Rob Hiddinga
* Steven Heyse
- Dutch translation

* René Villegas (renevillegasr at gmail com)
* René Villegas
- Spanish translation

* Petr Stasiak (info at pestasoft com)
* Petr Stasiak
- Czech translation

* Alexey Mokrov (almk at mail ru)
* Alexey Mokrov
- Russian translation

* Giovanni Petrella
- Italian translation


Resources
=========
Expand Down
4 changes: 2 additions & 2 deletions packages/win32/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

if "%1" == "" goto usage

set VERSION=1.1.1
set BUILDVERSION=1.1.1.5088
set VERSION=1.1.2
set BUILDVERSION=1.1.2.5260

set NSISDIR=C:\Program Files (x86)\NSIS\Unicode

Expand Down
2 changes: 1 addition & 1 deletion packages/win32/launcher.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ VIProductVersion "${BUILDVERSION}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "WebIssues Team"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "WebIssues Portable Client"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${VERSION}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (C) 2007-2013 WebIssues Team"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (C) 2007-2014 WebIssues Team"
VIAddVersionKey /LANG=${LANG_ENGLISH} "OriginalFilename" "WebIssuesPortable.exe"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "WebIssues Portable Client"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "${VERSION}"
Expand Down
6 changes: 5 additions & 1 deletion packages/win32/portable.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ VIProductVersion "${BUILDVERSION}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "WebIssues Team"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "WebIssues Portable Client Setup"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${VERSION}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (C) 2007-2013 WebIssues Team"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (C) 2007-2014 WebIssues Team"
VIAddVersionKey /LANG=${LANG_ENGLISH} "OriginalFilename" "webissues-portable-${VERSION}.paf.exe"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "WebIssues Portable Client"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "${VERSION}"
Expand Down Expand Up @@ -178,6 +178,8 @@ Section
File "${SRCDIR}\translations\webissues_cs.qm"
File "${SRCDIR}\translations\webissues_de.qm"
File "${SRCDIR}\translations\webissues_es.qm"
File "${SRCDIR}\translations\webissues_fr.qm"
File "${SRCDIR}\translations\webissues_it.qm"
File "${SRCDIR}\translations\webissues_nl.qm"
File "${SRCDIR}\translations\webissues_pl.qm"
File "${SRCDIR}\translations\webissues_pt_BR.qm"
Expand All @@ -186,6 +188,8 @@ Section
File "${QTDIR}\translations\qt_cs.qm"
File "${QTDIR}\translations\qt_de.qm"
File "${QTDIR}\translations\qt_es.qm"
File "${QTDIR}\translations\qt_fr.qm"
;File "${QTDIR}\translations\qt_it.qm"
;File "${QTDIR}\translations\qt_nl.qm"
File "${QTDIR}\translations\qt_pl.qm"
File "${QTDIR}\translations\qt_pt.qm"
Expand Down
4 changes: 2 additions & 2 deletions packages/win32/portable/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Freeware=true
CommercialUse=true

[Version]
PackageVersion=1.1.1.5088
DisplayVersion=1.1.1
PackageVersion=1.1.2.5260
DisplayVersion=1.1.2

[Control]
Icons=1
Expand Down
2 changes: 1 addition & 1 deletion packages/win32/portable/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h1><img src="App/WebIssues/doc/en/common/webissues.png" alt="WebIssues" id="logo" />WebIssues Portable Client</h1>
</div>
<div id="header-right">
<h2 class="subtitle">Version 1.1.1</h2>
<h2 class="subtitle">Version 1.1.2</h2>
</div>
</div>
<div id="infobar">
Expand Down
6 changes: 5 additions & 1 deletion packages/win32/webissues.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ VIProductVersion "${BUILDVERSION}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "WebIssues Team"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "WebIssues Desktop Client Setup"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${VERSION}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (C) 2007-2013 WebIssues Team"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (C) 2007-2014 WebIssues Team"
VIAddVersionKey /LANG=${LANG_ENGLISH} "OriginalFilename" "webissues-${VERSION}-${ARCHITECTURE}.exe"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "WebIssues Desktop Client"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "${VERSION}"
Expand Down Expand Up @@ -165,6 +165,8 @@ Section
File "${SRCDIR}\translations\webissues_cs.qm"
File "${SRCDIR}\translations\webissues_de.qm"
File "${SRCDIR}\translations\webissues_es.qm"
File "${SRCDIR}\translations\webissues_fr.qm"
File "${SRCDIR}\translations\webissues_it.qm"
File "${SRCDIR}\translations\webissues_nl.qm"
File "${SRCDIR}\translations\webissues_pl.qm"
File "${SRCDIR}\translations\webissues_pt_BR.qm"
Expand All @@ -173,6 +175,8 @@ Section
File "${QTDIR}\translations\qt_cs.qm"
File "${QTDIR}\translations\qt_de.qm"
File "${QTDIR}\translations\qt_es.qm"
File "${QTDIR}\translations\qt_fr.qm"
;File "${QTDIR}\translations\qt_it.qm"
;File "${QTDIR}\translations\qt_nl.qm"
File "${QTDIR}\translations\qt_pl.qm"
File "${QTDIR}\translations\qt_pt.qm"
Expand Down
2 changes: 1 addition & 1 deletion src/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ void Application::openDownloads()

QString Application::version() const
{
return QString( "1.1.1" );
return QString( "1.1.2" );
}

QString Application::protocolVersion() const
Expand Down
8 changes: 4 additions & 4 deletions src/webissues.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
1 ICON "webissues.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,1,5088
PRODUCTVERSION 1,1,1,5088
FILEVERSION 1,1,2,5260
PRODUCTVERSION 1,1,2,5260
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -21,11 +21,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "WebIssues Team"
VALUE "FileDescription", "WebIssues Desktop Client"
VALUE "FileVersion", "1.1.1"
VALUE "FileVersion", "1.1.2"
VALUE "LegalCopyright", "Copyright (C) 2007-2014 WebIssues Team"
VALUE "OriginalFilename", "webissues.exe"
VALUE "ProductName", "WebIssues Desktop Client"
VALUE "ProductVersion", "1.1.1"
VALUE "ProductVersion", "1.1.2"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 5ba56a7

Please sign in to comment.