|
From: Frank V. C. <fr...@us...> - 2000-10-07 12:39:27
|
Update of /cvsroot/corelinux/corelinux In directory slayer.i.sourceforge.net:/tmp/cvs-serv15962 Modified Files: ChangeLog README Log Message: 113619,620,621 and update README Index: ChangeLog =================================================================== RCS file: /cvsroot/corelinux/corelinux/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** ChangeLog 2000/09/24 01:28:34 1.28 --- ChangeLog 2000/10/07 12:39:24 1.29 *************** *** 17,21 **** ---------------- ! 0.4.27 to 0.4.28 ---------------- Feature 113871 : add Linux care and handling to cppstnd --- 17,21 ---- ---------------- ! 0.4.27 to 0.4.28 (Never released) ---------------- Feature 113871 : add Linux care and handling to cppstnd *************** *** 155,158 **** --- 155,161 ---- 0.4.28 to 0.4.29 ---------------- + Defect 116319 : gcc 2.97 requires std::string instead of using string + Defect 116320 : replace std::cout with SemaphoreException in SemaphoreGroup.cpp + Defect 116321 : replace const iterator with iterator in exmplsupport/MazeFactory.cpp. 0.4.27 to 0.4.28 Index: README =================================================================== RCS file: /cvsroot/corelinux/corelinux/README,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -r1.38 -r1.39 *** README 2000/09/22 12:42:48 1.38 --- README 2000/10/07 12:39:24 1.39 *************** *** 1,4 **** ! ======================================= ! CoreLinux++ Source Distribution 0.4.28 ====================================== --- 1,4 ---- ! ====================================== ! CoreLinux++ Source Distribution 0.4.29 ====================================== |