|
From: Frank V. C. <fr...@us...> - 2001-06-03 10:39:03
|
Update of /cvsroot/corelinux/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv19078
Modified Files:
news.php download.php
Log Message:
Release 0.2.8 (clfw)
Index: news.php
===================================================================
RCS file: /cvsroot/corelinux/htdocs/news.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** news.php 2001/05/12 12:08:04 1.37
--- news.php 2001/06/03 10:18:46 1.38
***************
*** 41,44 ****
--- 41,50 ----
<?
+ add_breaking_news("06/03/2001",
+ "libclfw++ 0.2.8 released!",
+ "New Library Release",
+ "rel-0-2-8",
+ "Refined MetaClass resolution and added ability to define Schema class for instantiation.");
+
add_breaking_news("05/12/2001",
"libclfll++ 0.1.1 Released!",
***************
*** 269,272 ****
--- 275,279 ----
echo "<table compact width=100% border=0>\n";
+ add_small_news("06/03/01","rel-0-2-8","libclfw++ 0.2.8");
add_small_news("05/12/01","rel-0-1-1","libclfll++ 0.1.1");
add_small_news("04/28/01","rel-0-2-7","libclfw++ 0.2.7");
Index: download.php
===================================================================
RCS file: /cvsroot/corelinux/htdocs/download.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** download.php 2001/05/16 02:54:54 1.31
--- download.php 2001/06/03 10:18:46 1.32
***************
*** 8,12 ****
$cl_release_rpm=1;
$cl_release_deb=1;
! $clfw_release="0.2.7";
$clfwdeb_release="0.2.7";
$clfw_release_rpm=1;
--- 8,12 ----
$cl_release_rpm=1;
$cl_release_deb=1;
! $clfw_release="0.2.8";
$clfwdeb_release="0.2.7";
$clfw_release_rpm=1;
|