Update of /cvsroot/phpwebsite-comm/modules/whatsnew/boost
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2436/boost
Modified Files:
update.php
Log Message:
new features prepping for 1.0.0
Index: update.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/whatsnew/boost/update.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** update.php 11 Feb 2009 14:57:51 -0000 1.4
--- update.php 11 Feb 2009 15:53:27 -0000 1.5
***************
*** 73,77 ****
whatsnewUpdateFiles($files, $content);
! $content[] = '0.4.0 changes
----------------
+ Added option to display item summaries (thanks obones)
--- 73,77 ----
whatsnewUpdateFiles($files, $content);
! $content[] = '1.0.0 changes
----------------
+ Added option to display item summaries (thanks obones)
***************
*** 79,82 ****
--- 79,83 ----
+ Bumped version to 1.0.0 as mod is being added to core distro
and it feels at that stage.
+ + Moved Read Me information to the README file in docs/
</pre>';
|