|
From: Frank V. C. <fr...@us...> - 2001-04-14 11:40:21
|
Update of /cvsroot/corelinux/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv29466
Modified Files:
news.php
Log Message:
Updated for 0.4.31
Index: news.php
===================================================================
RCS file: /cvsroot/corelinux/htdocs/news.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** news.php 2000/11/24 14:09:17 1.33
--- news.php 2001/04/14 11:40:18 1.34
***************
*** 42,45 ****
--- 42,51 ----
<?
+ add_breaking_news("04/14/2001",
+ "CoreLinux++ 0.4.31 released!",
+ "Library refresh available",
+ "rel-0-4-31",
+ "Added some degree of signal handling to thread, minor changes.");
+
add_breaking_news("11/24/2000",
"libclfll++ 0.1.0 Released!",
***************
*** 245,251 ****
echo "<table compact width=100% border=0>\n";
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");
- add_small_news("11/16","rel-0-4-30","libcorelinux++ 0.4.30");
echo "</table>";
}
--- 251,257 ----
echo "<table compact width=100% border=0>\n";
+ 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>";
}
|