|
From: Frank V. C. <fr...@us...> - 2000-10-14 11:49:37
|
Update of /cvsroot/corelinux/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv10085 Modified Files: ChangeLog README Log Message: 116227 Release 0.2.1 Index: ChangeLog =================================================================== RCS file: /cvsroot/corelinux/clfw/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** ChangeLog 2000/10/04 10:56:48 1.4 --- ChangeLog 2000/10/14 11:49:33 1.5 *************** *** 1,2 **** --- 1,8 ---- + 2000-10-14 Frank V. Castellucci <fr...@ca...> + + * Feature 116599 - Implement RealNumber Type + * Feature 116600 - Implement Integer Type + * Defect 116868 - Fixed isTypeOf bug in MetaType.cpp + 2000-10-04 Frank V. Castellucci <fr...@ca...> Index: README =================================================================== RCS file: /cvsroot/corelinux/clfw/README,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** README 2000/10/05 21:11:29 1.3 --- README 2000/10/14 11:49:33 1.4 *************** *** 1,4 **** ==================================================== ! CoreLinux++ Framework Source Distribution Beta 0.2.0 ==================================================== --- 1,4 ---- ==================================================== ! CoreLinux++ Framework Source Distribution Beta 0.2.1 ==================================================== *************** *** 26,30 **** Requirements ------------ ! libclfw-0.2.0 require libcorelinux 0.4.28. Documentation --- 26,30 ---- Requirements ------------ ! libclfw-0.2.1 require libcorelinux 0.4.29. Documentation |