|
From: Frank V. C. <fr...@us...> - 2001-04-28 12:19:56
|
Update of /cvsroot/corelinux/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv6002
Modified Files:
news.php download.php
Log Message:
Release clfw++ 0.2.7
Index: news.php
===================================================================
RCS file: /cvsroot/corelinux/htdocs/news.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** news.php 2001/04/15 11:18:00 1.35
--- news.php 2001/04/28 12:19:53 1.36
***************
*** 41,44 ****
--- 41,50 ----
<?
+ add_breaking_news("04/28/2001",
+ "libclfw++ 0.2.7 released!",
+ "New Library Release",
+ "rel-0-2-7",
+ "Enablement of abstract persistence support and independent Schema modeling");
+
add_breaking_news("04/15/2001",
"CoreLinux++ 0.4.32 released!",
***************
*** 256,263 ****
echo "<table compact width=100% border=0>\n";
add_small_news("04/15/01","rel-0-4-32","libcorelinux++ 0.4.32");
add_small_news("04/14/01","rel-0-4-31","libcorelinux++ 0.4.31");
add_small_news("11/24","rel-0-1-0","libclfll++ 0.1.0");
- add_small_news("11/24","rel-0-2-6","libclfw++ 0.2.6");
echo "</table>";
}
--- 262,269 ----
echo "<table compact width=100% border=0>\n";
+ add_small_news("04/28/01","rel-0-2-7","libclfw++ 0.2.7");
add_small_news("04/15/01","rel-0-4-32","libcorelinux++ 0.4.32");
add_small_news("04/14/01","rel-0-4-31","libcorelinux++ 0.4.31");
add_small_news("11/24","rel-0-1-0","libclfll++ 0.1.0");
echo "</table>";
}
Index: download.php
===================================================================
RCS file: /cvsroot/corelinux/htdocs/download.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** download.php 2001/04/15 11:18:00 1.28
--- download.php 2001/04/28 12:19:53 1.29
***************
*** 8,12 ****
$cl_release_rpm=1;
$cl_release_deb=1;
! $clfw_release="0.2.6";
$clfwdeb_release="0.2.6";
$clfw_release_rpm=1;
--- 8,12 ----
$cl_release_rpm=1;
$cl_release_deb=1;
! $clfw_release="0.2.7";
$clfwdeb_release="0.2.6";
$clfw_release_rpm=1;
|