|
From: Frank V. C. <fr...@us...> - 2000-11-16 13:22:07
|
Update of /cvsroot/corelinux/htdocs In directory slayer.i.sourceforge.net:/tmp/cvs-serv28111 Modified Files: download.php news.php Log Message: libcorelinux 0.4.30 and libclfw 0.2.5 Index: download.php =================================================================== RCS file: /cvsroot/corelinux/htdocs/download.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** download.php 2000/11/06 23:05:30 1.16 --- download.php 2000/11/16 13:22:04 1.17 *************** *** 4,13 **** $cldoc_release="0.4.29"; ! $cl_release="0.4.29"; ! $cldeb_release="0.4.29"; $cl_release_rpm=1; $cl_release_deb=1; ! $clfw_release="0.2.4"; ! $clfwdeb_release="0.2.4"; $clfw_release_rpm=1; $clfw_release_deb=1; --- 4,13 ---- $cldoc_release="0.4.29"; ! $cl_release="0.4.30"; ! $cldeb_release="0.4.30"; $cl_release_rpm=1; $cl_release_deb=1; ! $clfw_release="0.2.5"; ! $clfwdeb_release="0.2.5"; $clfw_release_rpm=1; $clfw_release_deb=1; Index: news.php =================================================================== RCS file: /cvsroot/corelinux/htdocs/news.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -r1.31 -r1.32 *** news.php 2000/11/06 13:18:10 1.31 --- news.php 2000/11/16 13:22:04 1.32 *************** *** 41,44 **** --- 41,57 ---- <? + add_breaking_news("11/16/2000", + "CoreLinux++ 0.4.30 released!", + "New Library Released", + "rel-0-4-30", + "EventSemaphore and example code now working to specification. Corrected minor defects to enable GLIBC 2.0 support."); + + add_breaking_news("11/16/2000", + "libclfw++ 0.2.5 released!", + "New Library Released", + "rel-0-2-5", + "Added MetaSpace, Ontology, and MetaClass. This completes the initial enablement for namespace ontology management + and reflective types. Significant interface changes, requires libcorelinux++ 0.4.30 and libuuid."); + add_breaking_news("11/06/2000", "libclfw++ 0.2.4 released!", *************** *** 370,373 **** --- 383,388 ---- echo "<table compact width=100% border=0>\n"; + add_small_news("11/16","rel-0-4-30","libcorelinux++ 0.4.30"); + add_small_news("11/16","rel-0.2.5","libclfw++ 0.2.5"); add_small_news("11/05","rel-0-2-4","libclfw++ 0.2.4"); add_small_news("10/31","rel-0-2-3","libclfw++ 0.2.3"); |