[Winpt-commits] r421 - in trunk: . Src

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Mon Mar 12 20:43:26 CET 2012


Author: twoaday
Date: 2012-03-12 20:43:25 +0100 (Mon, 12 Mar 2012)
New Revision: 421

Modified:
   trunk/NEWS
   trunk/Src/versioninfo.rc
   trunk/configure.ac
Log:


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2012-03-03 20:01:04 UTC (rev 420)
+++ trunk/NEWS	2012-03-12 19:43:25 UTC (rev 421)
@@ -1,3 +1,10 @@
+Noteworthy changes in version 1.5.2
+-----------------------------------
+
+- The buffer overflow protection caused a "Blue Screen of Death"
+ and was therefore removed again.
+
+
 Noteworthy changes in version 1.5.0
 -----------------------------------
 
@@ -3,5 +10,5 @@
 - WinPT now requires Windows XP or higher.
   Support for all older versions, especially Win9x, has
-  been entirely dropped.
+  been completely dropped.
 
 - The minimal GnuPG version is now 1.4.11 and the code
@@ -19,4 +26,6 @@
  
 - Extra protection against buffer overflow attacks.
 
-- New translation: Dutch.
+- New translations: Dutch.
+
+- Updated translations: German, Russian.

Modified: trunk/Src/versioninfo.rc
===================================================================
--- trunk/Src/versioninfo.rc	2012-03-03 20:01:04 UTC (rev 420)
+++ trunk/Src/versioninfo.rc	2012-03-12 19:43:25 UTC (rev 421)
@@ -15,8 +15,8 @@
 #line __LINE__ "versioninfo.rc.in"
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,5,2,0
- PRODUCTVERSION 1,5,2,0
+ FILEVERSION 1,6,0,0
+ PRODUCTVERSION 1,6,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -34,15 +34,15 @@
             VALUE "Comments", "This is Free Software under the terms of the GNU GPL v2\0"
             VALUE "CompanyName", "\0"
             VALUE "FileDescription", "Windows Privacy Tray (WinPT)\0"
-            VALUE "FileVersion", "1.5.2\0"
+            VALUE "FileVersion", "1.6.0-csv\0"
             VALUE "InternalName", "WinPT\0"
             VALUE "LegalCopyright", " Copyright (C) 2012 Timo Schulz\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "WinPT.exe\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Windows Privacy Tray\0"
-            VALUE "ProductVersion", "1.5.2\0"
-            VALUE "SpecialBuild", "2012-02-26T18:57+0100\0"
+            VALUE "ProductVersion", "1.6.0-csv\0"
+            VALUE "SpecialBuild", "2012-03-12T20:42+0100\0"
         END
     END
     BLOCK "VarFileInfo"

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2012-03-03 20:01:04 UTC (rev 420)
+++ trunk/configure.ac	2012-03-12 19:43:25 UTC (rev 421)
@@ -16,7 +16,7 @@
 
 # Version number: Remember to change it immediately *after* a release.
 #                 Add a "-cvs" prefix for non-released code.
-AC_INIT(WinPT, 1.5.1-svn, http://wald.intevation.org/projects/winpt)
+AC_INIT(WinPT, 1.6.0-csv, http://wald.intevation.org/projects/winpt)
 
 # We always force to use the minimal GPG version which is
 # known to be free of reported security issues



More information about the Winpt-commits mailing list