From e53164a6acbbb123ba97fd227ac0b3cf4ef4eeb0 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Tue, 31 Mar 2015 12:22:58 -0600 Subject: * new version 2.20.5 * SMIME: Crash when a certificate has an invalid date of validity. Also Alpine will use the function ASN1_TIME_print to determine the date of validity. Reported by Ben Stienstra. * SMIME: Crash when atempting to unlock the password file and an incorrect password is entered. * Alpine version 2.20.4 would not build in Windows, due to a missing #ifdef SMIME directive in file alpine/mailpart.c. Reported by Ulf-Dietrich Braunmann. * Pico: Code reorganization in the search command to make it easier to add subcommands of the search command. * Pico: Search command can do a case sensitive match. Use the Ctrl-^ subcommand of the search command to bring this choice into view. * For a multipart/alternative message, the Take Address command will work on the part that is being read. --- alpine/osdep/mswin.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'alpine/osdep') diff --git a/alpine/osdep/mswin.rc b/alpine/osdep/mswin.rc index 521a9b12..17f8c2da 100644 --- a/alpine/osdep/mswin.rc +++ b/alpine/osdep/mswin.rc @@ -244,8 +244,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,20,4,0 - PRODUCTVERSION 2,20,4,0 + FILEVERSION 2,20,5,0 + PRODUCTVERSION 2,20,5,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -267,12 +267,12 @@ BEGIN #else VALUE "FileDescription", "Alpine\0" #endif - VALUE "FileVersion", "2.20.4\0" + VALUE "FileVersion", "2.20.5\0" VALUE "InternalName", "alpine\0" VALUE "LegalCopyright", "Copyright 2006-2009 University of Washington, Copyright 2013-2014\0" VALUE "OriginalFilename", "alpine.exe\0" VALUE "ProductName", "alpine\0" - VALUE "ProductVersion", "2.20.4\0" + VALUE "ProductVersion", "2.20.5\0" END END BLOCK "VarFileInfo" -- cgit v1.2.3-54-g00ecf