From 55a1108d4af0465617fc8e43e995839cc616c1fb Mon Sep 17 00:00:00 2001 From: RKrom Date: Tue, 2 Apr 2013 07:59:18 +0000 Subject: [PATCH] RC Preparations git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2547 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- .../releases/additional_files/readme.template.txt | 14 ++++++-------- Greenshot/releases/innosetup/setup.iss | 2 +- Greenshot/releases/package.bat | 2 +- GreenshotPlugin/Core/CoreConfiguration.cs | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Greenshot/releases/additional_files/readme.template.txt b/Greenshot/releases/additional_files/readme.template.txt index c901670a9..231c6bb0c 100644 --- a/Greenshot/releases/additional_files/readme.template.txt +++ b/Greenshot/releases/additional_files/readme.template.txt @@ -2,8 +2,7 @@ Greenshot: A screenshot tool optimized for productivity. Save a screenshot or a CHANGE LOG: -1.1.0 build $WCREV$ UNSTABLE -Unstable means that we didn't go through extensive testing yet. This might give you: features that aren't finished yet, missing translations or new bugs. +1.1.0 build $WCREV$ Release Candidate 1 Features: * General: Added zoom when capturing @@ -13,12 +12,12 @@ Features: * Editor: Added horizontal and vertical alignment for text boxes. * Printing: Added option to force monochrome (black/white) print * Plug-in: Added Photobucket plugin -* Plug-in: Removed unneeded code from the Confluence Plug-in, this makes the Greenshot installer / .zip a bit smaller. Languages: * Installer: Added Spanish * Installer: Added Serbian -* General: Fixes for Italian, Serbian, Slovak, Urkainian +* Installer: Added Finnish +* General: Fixes for many languages Bugs resolved (for bug details go to http://sourceforge.net/p/greenshot/bugs and search on the ID): * Bug #1327, #1401 & #1410 : On Windows XP Firefox/java captures are mainly black. This fix should also work with other OS versions and applications. @@ -26,9 +25,8 @@ Bugs resolved (for bug details go to http://sourceforge.net/p/greenshot/bugs and * Bug #1375, #1396 & #1397: Exporting captures to Microsoft Office applications give problems when the Office application shows a dialog, this is fixed by displaying a retry dialog with info. * Bug #1375: Exported captures to Powerpoint were displayed cropped, which needed extra actions to correct. * Bug #1378: Picasa-Web uploads didn't have a filename and the filename was shown as "UNSET" in Picasa-Web. -* Bug #1380: The window corners on Windows Vista & Windows 7 weren't cut correctly. -* While fixing #1380 we found some other small bugs which could cause small capture issues on Vista & 7 it also used more resources than needed. -* Bug #1386: resize issues with some the plugin configuration dialogs. +* Bug #1380: The window corners on Windows Vista & Windows 7 weren't cut correctly. While fixing this issue, we found some other small bugs which could cause small capture issues on Vista & 7 it also used more resources than needed. +* Bug #1386: Resize issues with some the plugin configuration dialogs. * Bug #1390: Elements in 1.0 are drawn differently as in pre 1.0 * Bug #1391: Fixed missing filename in the Editor title * Bug #1414: Pasting captures as HTML-inline in Thunderbird doesn't work when using 256-colors. @@ -56,8 +54,8 @@ Known issues: * Greenshot general: Not all hotkeys can be changed in the editor. When you want to use e.g. the pause or the Windows key, you will need to be modified the ini directly. * Greenshot general: Can't capture 256 color screens * Greenshot general: Hotkeys don't function when a UAC (elevated) process is active. This we won't change as it is a Windows security measure. +* Greenshot general: Capturing apps on Windows 8 when having more than one screen still causes some issues. * Greenshot editor: Rotate only rotates the screenshot, not the added elements or cursor -* Still having some dual screen problems with Windows 8, we are working on it. 1.0.6 build 2228 Release diff --git a/Greenshot/releases/innosetup/setup.iss b/Greenshot/releases/innosetup/setup.iss index 91d0586d0..5f7113b1b 100644 --- a/Greenshot/releases/innosetup/setup.iss +++ b/Greenshot/releases/innosetup/setup.iss @@ -118,7 +118,7 @@ InfoBeforeFile=..\additional_files\readme.txt LicenseFile=..\additional_files\license.txt LanguageDetectionMethod=uilanguage MinVersion=,5.01.2600 -OutputBaseFilename={#ExeName}-INSTALLER-{#Version}-UNSTABLE +OutputBaseFilename={#ExeName}-INSTALLER-{#Version}-RC1 OutputDir=..\ PrivilegesRequired=none SetupIconFile=..\..\icons\applicationIcon\icon.ico diff --git a/Greenshot/releases/package.bat b/Greenshot/releases/package.bat index 370206c76..e56c0bf7f 100644 --- a/Greenshot/releases/package.bat +++ b/Greenshot/releases/package.bat @@ -23,6 +23,6 @@ del /s *.bak del /s *installer*.xml del /s *website*.xml del /s *template.txt -..\..\tools\7zip\7za.exe a -x!.SVN -r ..\Greenshot-NO-INSTALLER-1.1.0.$WCREV$-UNSTABLE.zip * +..\..\tools\7zip\7za.exe a -x!.SVN -r ..\Greenshot-NO-INSTALLER-1.1.0.$WCREV$-RC1.zip * cd .. rmdir /s /q NO-INSTALLER diff --git a/GreenshotPlugin/Core/CoreConfiguration.cs b/GreenshotPlugin/Core/CoreConfiguration.cs index 51d09da11..961ec1fea 100644 --- a/GreenshotPlugin/Core/CoreConfiguration.cs +++ b/GreenshotPlugin/Core/CoreConfiguration.cs @@ -243,7 +243,7 @@ namespace GreenshotPlugin.Core { public string OptimizePNGCommandArguments; // Specifies what THIS build is - public BuildStates BuildState = BuildStates.UNSTABLE; + public BuildStates BuildState = BuildStates.RELEASE_CANDIDATE; /// /// A helper method which returns true if the supplied experimental feature is enabled