From: Brian S. <xue...@us...> - 2008-05-10 12:46:51
|
Update of /cvsroot/popfile/windows/add-ons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30729/add-ons Modified Files: Tag: b0_22_2 addssl.nsi Log Message: Updated to use latest compiler (2.37) which fixes the fuzzy icons seen on Win9x and Win2K systems and the latest bug-fix version of the Inetc plugin. Index: addssl.nsi =================================================================== RCS file: /cvsroot/popfile/windows/add-ons/addssl.nsi,v retrieving revision 1.3.4.14 retrieving revision 1.3.4.15 diff -C2 -d -r1.3.4.14 -r1.3.4.15 *** addssl.nsi 2 Apr 2008 20:17:33 -0000 1.3.4.14 --- addssl.nsi 10 May 2008 12:46:55 -0000 1.3.4.15 *************** *** 54,62 **** #-------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.36" compiler, ! ; released 29 March 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.36-setup.exe?download ! !define C_EXPECTED_VERSION "v2.36" !define ${NSIS_VERSION}_found --- 54,62 ---- #-------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.37" compiler, ! ; released 3 May 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.37-setup.exe?download ! !define C_EXPECTED_VERSION "v2.37" !define ${NSIS_VERSION}_found *************** *** 108,112 **** ; appropriate ${NSISDIR} sub-folders if you wish, but this step is entirely optional. ; ! ; Tested with the inetc.dll plugin timestamped 11 August 2007 19:06:24 ;------------------------------------------------ --- 108,112 ---- ; appropriate ${NSISDIR} sub-folders if you wish, but this step is entirely optional. ; ! ; Tested with the inetc.dll plugin timestamped 4 May 2008 10:27:40 ;------------------------------------------------ *************** *** 271,275 **** Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.3.2" ; Mention the wizard's version number in the window title --- 271,275 ---- Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.3.3" ; Mention the wizard's version number in the window title |