|
From: Verdon V. <ve...@us...> - 2008-11-26 14:42:10
|
Update of /cvsroot/phpwebsite-comm/modules/finc/docs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10782/docs Modified Files: CHANGELOG Added Files: README Log Message: 1.1.0 updates --- NEW FILE: README --- <p>This is the first release of finc for the new 1.x series phpwebsite. It's pretty simple and there may not be any further releases, unless bugs are found. I wrote this for a specific need I had and thought it may be of use to others also.</p> <p>Caution: This module could be dangerous. You are expected to have some idea of what you are doing, if you are going to use it. It could be used to do nasty or stupid things. I have intentionally not included file upload abilites to it. If you do not have access to the server, you should not be using this.</p> Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/finc/docs/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** CHANGELOG 19 May 2008 23:36:26 -0000 1.1.1.1 --- CHANGELOG 26 Nov 2008 14:42:03 -0000 1.2 *************** *** 3,4 **** --- 3,11 ---- May 17 - 19 + Initial writing of mod + + Version 1.1.0 -- Nov 2008 + ------------------------------------------------------------------ + + Updated about file + + Made phpws 1.6 compatible + + Moved readme text to README file + |