From: Brian S. <xue...@us...> - 2007-01-02 14:05:52
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14302 Modified Files: Tag: b0_22_2 getssl.nsh Log Message: Updated for the new "1 January 2007" version of the Inetc plugin. Index: getssl.nsh =================================================================== RCS file: /cvsroot/popfile/windows/getssl.nsh,v retrieving revision 1.6.2.10 retrieving revision 1.6.2.11 diff -C2 -d -r1.6.2.10 -r1.6.2.11 *** getssl.nsh 5 Dec 2006 23:15:54 -0000 1.6.2.10 --- getssl.nsh 2 Jan 2007 14:05:44 -0000 1.6.2.11 *************** *** 21,25 **** # utility will apply a patch to downgrade this to the compatible v0.97 version. # ! # Copyright (c) 2005-2006 John Graham-Cumming # # This file is part of POPFile --- 21,25 ---- # utility will apply a patch to downgrade this to the compatible v0.97 version. # ! # Copyright (c) 2005-2007 John Graham-Cumming # # This file is part of POPFile *************** *** 57,61 **** ; appropriate ${NSISDIR} sub-folders if you wish, but this step is entirely optional. ; ! ; Tested with the inetc.dll plugin timestamped 12 November 2006 15:32:16 ;------------------------------------------------ --- 57,61 ---- ; appropriate ${NSISDIR} sub-folders if you wish, but this step is entirely optional. ; ! ; Tested with the inetc.dll plugin timestamped 1 January 2007 19:03:52 ;------------------------------------------------ *************** *** 466,470 **** DetailPrint "$(PFI_LANG_PROG_STARTDOWNLOAD)" ! ; The current version of the Inetc plugin (dated 8 September 2006) leaves the "Show Details" ; button in view so we temporarily disable it during the download to avoid a messy display ; (if the user has already clicked the button then they'll just need to put up with the mess) --- 466,470 ---- DetailPrint "$(PFI_LANG_PROG_STARTDOWNLOAD)" ! ; Unlike the NSISdl plugin shipped with NSIS, the Inetc plugin leaves the "Show Details" ; button in view so we temporarily disable it during the download to avoid a messy display ; (if the user has already clicked the button then they'll just need to put up with the mess) |