|
From: Frank V. C. <fr...@us...> - 2001-04-15 11:18:03
|
Update of /cvsroot/corelinux/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv23770
Modified Files:
news.php download.php
Log Message:
Release 0.4.32
Index: news.php
===================================================================
RCS file: /cvsroot/corelinux/htdocs/news.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** news.php 2001/04/14 11:40:18 1.34
--- news.php 2001/04/15 11:18:00 1.35
***************
*** 41,44 ****
--- 41,49 ----
<?
+ add_breaking_news("04/15/2001",
+ "CoreLinux++ 0.4.32 released!",
+ "Library refresh available",
+ "rel-0-4-32",
+ "Fixed bugs in use of memset (SemaphoreGroup and Memory).");
add_breaking_news("04/14/2001",
***************
*** 251,254 ****
--- 256,260 ----
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");
***************
*** 257,258 ****
--- 263,270 ----
}
?>
+
+
+
+
+
+
Index: download.php
===================================================================
RCS file: /cvsroot/corelinux/htdocs/download.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** download.php 2001/04/14 11:47:12 1.27
--- download.php 2001/04/15 11:18:00 1.28
***************
*** 4,8 ****
$cldoc_release="0.4.29";
! $cl_release="0.4.31";
$cldeb_release="0.4.30";
$cl_release_rpm=1;
--- 4,8 ----
$cldoc_release="0.4.29";
! $cl_release="0.4.32";
$cldeb_release="0.4.30";
$cl_release_rpm=1;
|