Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17628
Modified Files:
pfi-library.nsh
Log Message:
Upgraded to default to using the most recent 0.22.x-compatible version
of IMAP.pm (v1.9.4.3, committed to CVS yesterday) whenever the updater
detects a 0.22.x installation. Also the command-line can now be used to
specify a revision from a branch instead of only the main trunk.
Index: pfi-library.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/pfi-library.nsh,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** pfi-library.nsh 16 Jun 2006 09:38:56 -0000 1.68
--- pfi-library.nsh 7 Nov 2006 15:38:46 -0000 1.69
***************
*** 59,63 ****
#--------------------------------------------------------------------------
! !define C_PFI_LIBRARY_VERSION "0.1.13"
#--------------------------------------------------------------------------
--- 59,63 ----
#--------------------------------------------------------------------------
! !define C_PFI_LIBRARY_VERSION "0.1.14"
#--------------------------------------------------------------------------
***************
*** 4145,4149 ****
!macroend
! !ifndef DBANALYSER & PFIDIAG & RUNPOPFILE & RUNSQLITE & TRANSLATOR
#--------------------------------------------------------------------------
# Installer Function: PFI_StrCheckDecimal
--- 4145,4149 ----
!macroend
! !ifndef DBANALYSER & IMAPUPDATER & PFIDIAG & RUNPOPFILE & RUNSQLITE & TRANSLATOR
#--------------------------------------------------------------------------
# Installer Function: PFI_StrCheckDecimal
|