Skip to content

Commit

Permalink
prepared for release 1.0.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@1703 c8fa975d-6fd4-4e76-b3b8-1a99b2ee3549
  • Loading branch information
mimecorg committed May 28, 2012
1 parent 62f9ad6 commit 7cda1d4
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 16 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.2 (2012-05-28)
* added Chinese translation
* remember last selected history filter
* automatically display tooltip for truncated values
* fixed toolstrip appearance on Mac OS X (bug #713)

1.0.1 (2012-02-20)
* hiding the ID column in all views
* increased the number of visible dropdown items
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WebIssues Desktop Client
Version 1.0.1 (2012-02-20)
Version 1.0.2 (2012-05-28)

Desktop Client for the WebIssues team collaboration system.

Expand All @@ -25,7 +25,7 @@ Documentation License, Version 1.3
Icons based on the KDE Crystal theme copyright (C) 2002 and following
years KDE Artists

Includes the Extensible SQLite driver for Qt4 copyright (C) 2011
Includes the Extensible SQLite driver for Qt4 copyright (C) 2011-2012
Michał Męciński, licensed under the terms of the GNU Lesser General
Public License version 2.1

Expand Down
4 changes: 2 additions & 2 deletions packages/win32/launcher.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
**************************************************************************/

!define VERSION "1.0.1"
!define BUILDVERSION "1.0.1.4433"
!define VERSION "1.0.2"
!define BUILDVERSION "1.0.2.4531"

!define SRCDIR "..\.."

Expand Down
6 changes: 4 additions & 2 deletions packages/win32/portable.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
**************************************************************************/

!define VERSION "1.0.1"
!define BUILDVERSION "1.0.1.4433"
!define VERSION "1.0.2"
!define BUILDVERSION "1.0.2.4531"

!define SRCDIR "..\.."
!define BUILDDIR "bin"
Expand Down Expand Up @@ -169,11 +169,13 @@ Section
File "${SRCDIR}\translations\webissues_fr.qm"
File "${SRCDIR}\translations\webissues_pl.qm"
File "${SRCDIR}\translations\webissues_pt_BR.qm"
File "${SRCDIR}\translations\webissues_zh_CN.qm"

File "${QTDIR}\translations\qt_de.qm"
File "${QTDIR}\translations\qt_fr.qm"
File "${QTDIR}\translations\qt_pl.qm"
File "${QTDIR}\translations\qt_pt.qm"
File "${QTDIR}\translations\qt_zh_CN.qm"

SetOutPath "$INSTDIR\App\AppInfo"

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.0.1.4433
DisplayVersion=1.0.1
PackageVersion=1.0.2.4531
DisplayVersion=1.0.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.0.1</h2>
<h2 class="subtitle">Version 1.0.2</h2>
</div>
</div>
<div id="infobar">
Expand Down
6 changes: 4 additions & 2 deletions packages/win32/webissues.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
**************************************************************************/

!define VERSION "1.0.1"
!define BUILDVERSION "1.0.1.4433"
!define VERSION "1.0.2"
!define BUILDVERSION "1.0.1.4531"

!define SRCDIR "..\.."
!define BUILDDIR "..\..\release"
Expand Down Expand Up @@ -137,11 +137,13 @@ Section
File "${SRCDIR}\translations\webissues_fr.qm"
File "${SRCDIR}\translations\webissues_pl.qm"
File "${SRCDIR}\translations\webissues_pt_BR.qm"
File "${SRCDIR}\translations\webissues_zh_CN.qm"

File "${QTDIR}\translations\qt_de.qm"
File "${QTDIR}\translations\qt_fr.qm"
File "${QTDIR}\translations\qt_pl.qm"
File "${QTDIR}\translations\qt_pt.qm"
File "${QTDIR}\translations\qt_zh_CN.qm"

SetOutPath "$INSTDIR\bin"

Expand Down
2 changes: 1 addition & 1 deletion src/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void Application::openDownloads()

QString Application::version() const
{
return QString( "1.0.1" );
return QString( "1.0.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 @@
IDI_ICON1 ICON DISCARDABLE "webissues.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,1,4433
PRODUCTVERSION 1,0,1,4433
FILEVERSION 1,0,2,4531
PRODUCTVERSION 1,0,2,4531
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.0.1"
VALUE "FileVersion", "1.0.2"
VALUE "LegalCopyright", "Copyright (C) 2007-2012 WebIssues Team"
VALUE "OriginalFilename", "webissues.exe"
VALUE "ProductName", "WebIssues Desktop Client"
VALUE "ProductVersion", "1.0.1"
VALUE "ProductVersion", "1.0.2"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 7cda1d4

Please sign in to comment.