Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8033
Modified Files:
Upgrade.pm
Log Message:
add note in description about reading the changelog for configuration changes and such
Index: Upgrade.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/Upgrade.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Upgrade.pm 13 Jun 2004 18:19:54 -0000 1.13
--- Upgrade.pm 17 Oct 2004 20:46:34 -0000 1.14
***************
*** 16,20 ****
sub get_brief_description {
! return 'Upgrade your website to a new version of OpenInteract2';
}
--- 16,25 ----
sub get_brief_description {
! return <<'DESC';
! Upgrade your website to a new version of OpenInteract2 --
! remember to read 'perldoc OpenInteract2::Manual::Changes'
! to see what has been updated and find any configuration changes
! you may need to make.
! DESC
}
|