|
From: Frank V. C. <fr...@us...> - 2000-10-26 12:05:59
|
Update of /cvsroot/corelinux/htdocs In directory slayer.i.sourceforge.net:/tmp/cvs-serv15520 Modified Files: download.php news.php Log Message: clfw 0.2.2 release Index: download.php =================================================================== RCS file: /cvsroot/corelinux/htdocs/download.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** download.php 2000/10/18 12:22:00 1.11 --- download.php 2000/10/26 12:05:56 1.12 *************** *** 8,12 **** $cl_release_rpm=1; $cl_release_deb=1; ! $clfw_release="0.2.1"; $clfwdeb_release="0.2.1"; $clfw_release_rpm=1; --- 8,12 ---- $cl_release_rpm=1; $cl_release_deb=1; ! $clfw_release="0.2.2"; $clfwdeb_release="0.2.1"; $clfw_release_rpm=1; Index: news.php =================================================================== RCS file: /cvsroot/corelinux/htdocs/news.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** news.php 2000/10/16 00:32:47 1.28 --- news.php 2000/10/26 12:05:56 1.29 *************** *** 41,44 **** --- 41,51 ---- <? + add_breaking_news("10/26/2000", + "libclfw++ 0.2.2 released!", + "New Library Release", + "rel-0-2-2", + "Hierarchy restructuring, new types added, exceptions added, the ability to declare/define mutator and accessor marshalling, + and minor bug fixes"); + add_breaking_news("10/15/2000", "libclfw++ 0.2.1 released!", *************** *** 350,353 **** --- 357,361 ---- echo "<table compact width=100% border=0>\n"; + add_small_news("10/26","rel-0-2-2","libclfw++ 0.2.2"); add_small_news("10/15","rel-0-2-1","libclfw++ 0.2.1"); add_small_news("10/07","rel-0-4-29","libcorelinux++ 0.4.29"); |