From 3a0b013a9481525c571b11652a90f3e96f34e0de Mon Sep 17 00:00:00 2001 From: RKrom Date: Fri, 7 Sep 2012 09:09:16 +0000 Subject: [PATCH] Preparations for 1.0 RC2 git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2008 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- Greenshot/releases/additional_files/readme.txt | 12 ++++++------ Greenshot/releases/innosetup/setup.iss | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Greenshot/releases/additional_files/readme.txt b/Greenshot/releases/additional_files/readme.txt index dcd1f92b8..a17e3f503 100644 --- a/Greenshot/releases/additional_files/readme.txt +++ b/Greenshot/releases/additional_files/readme.txt @@ -3,15 +3,15 @@ Greenshot: A screenshot tool optimized for productivity. Save a screenshot or a CHANGE LOG: -1.0.1 build 2007 Release Candidate 1 +1.0.1 build 2008 Release Candidate 2 Bugs resolved: -* Rewrote the "please wait" window to allow the user to cancel the operation, this was needed due to problems with Imgur uploads -* Fixed some memory leaks -* Fixed some problems with the IE capture -* Fixed some jira plugin bugs -* Fixed some confluence plugin bugs +* Fixed a problem with the "please wait", it's no possible to cancel the operation, this was needed due to problems with Imgur and other plugin uploads +* Fixed 2 memory leaks +* Fixed a problem with the IE capture +* Fixed some jira & confluence plugin bugs * Fixed an Outlook export bug +* Fixed an issue with writing the greenshot.ini file Known issues: * Greenshot general: I-Beam cursor isn't displayed correctly on the final result. diff --git a/Greenshot/releases/innosetup/setup.iss b/Greenshot/releases/innosetup/setup.iss index 5112fa8de..3c948d4aa 100644 --- a/Greenshot/releases/innosetup/setup.iss +++ b/Greenshot/releases/innosetup/setup.iss @@ -1,5 +1,5 @@ #define ExeName "Greenshot" -#define Version "1.0.1.$WCREV$" +#define Version "1.0.2.$WCREV$" ; Include the scripts to install .NET Framework 2.0 ; See http://www.codeproject.com/KB/install/dotnetfx_innosetup_instal.aspx