From: Brian S. <xue...@us...> - 2007-01-02 14:05:46
|
Update of /cvsroot/popfile/windows/add-ons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14302/add-ons Modified Files: Tag: b0_22_2 addssl.nsi Log Message: Updated for the new "1 January 2007" version of the Inetc plugin. Index: addssl.nsi =================================================================== RCS file: /cvsroot/popfile/windows/add-ons/addssl.nsi,v retrieving revision 1.3.4.6 retrieving revision 1.3.4.7 diff -C2 -d -r1.3.4.6 -r1.3.4.7 *** addssl.nsi 5 Dec 2006 20:33:50 -0000 1.3.4.6 --- addssl.nsi 2 Jan 2007 14:05:44 -0000 1.3.4.7 *************** *** 34,38 **** # installer download and install the same SSL support files. # ! # Copyright (c) 2004-2006 John Graham-Cumming # # This file is part of POPFile --- 34,38 ---- # installer download and install the same SSL support files. # ! # Copyright (c) 2004-2007 John Graham-Cumming # # This file is part of POPFile *************** *** 87,91 **** ; 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 ;------------------------------------------------ --- 87,91 ---- ; 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 ;------------------------------------------------ *************** *** 230,234 **** Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.2.4" ; Mention the wizard's version number in the window title --- 230,234 ---- Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.2.5" ; Mention the wizard's version number in the window title |