Preparations for 1.0 RC2

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2008 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-09-07 09:09:16 +00:00
commit 3a0b013a94
2 changed files with 7 additions and 7 deletions

View file

@ -3,15 +3,15 @@ Greenshot: A screenshot tool optimized for productivity. Save a screenshot or a
CHANGE LOG: CHANGE LOG:
1.0.1 build 2007 Release Candidate 1 1.0.1 build 2008 Release Candidate 2
Bugs resolved: 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 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 some memory leaks * Fixed 2 memory leaks
* Fixed some problems with the IE capture * Fixed a problem with the IE capture
* Fixed some jira plugin bugs * Fixed some jira & confluence plugin bugs
* Fixed some confluence plugin bugs
* Fixed an Outlook export bug * Fixed an Outlook export bug
* Fixed an issue with writing the greenshot.ini file
Known issues: Known issues:
* Greenshot general: I-Beam cursor isn't displayed correctly on the final result. * Greenshot general: I-Beam cursor isn't displayed correctly on the final result.

View file

@ -1,5 +1,5 @@
#define ExeName "Greenshot" #define ExeName "Greenshot"
#define Version "1.0.1.$WCREV$" #define Version "1.0.2.$WCREV$"
; Include the scripts to install .NET Framework 2.0 ; Include the scripts to install .NET Framework 2.0
; See http://www.codeproject.com/KB/install/dotnetfx_innosetup_instal.aspx ; See http://www.codeproject.com/KB/install/dotnetfx_innosetup_instal.aspx