|
From: Frank V. C. <fr...@us...> - 2000-10-22 19:04:45
|
Update of /cvsroot/corelinux/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv18591 Modified Files: README ChangeLog Log Message: Release 0.2.2 updates Index: README =================================================================== RCS file: /cvsroot/corelinux/clfw/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** README 2000/10/16 03:06:35 1.5 --- README 2000/10/22 11:57:56 1.6 *************** *** 18,30 **** 0. Pre-pre-amble ! With the core library (libcorelinux) coming along rather nicely, we felt ! that the time was right to start putting out some frameworks! ! We kick off with the first of the batch: the Library Load framework. ! This release adds a first stab at defining MetaType Requirements ------------ ! libclfw-0.2.1 require libcorelinux 0.4.29. Documentation --- 18,32 ---- 0. Pre-pre-amble ! We have been stocking up on the basic type wrappers in our drive ! to provide frameworks with the ability to reason with objects dynamically. ! This release adds a number of new wrappers and enhancements to the MetaType. Requirements ------------ ! ! libclfw requires libuuid ! ! libclfw-0.2.2 require libcorelinux at least 0.4.29 Documentation Index: ChangeLog =================================================================== RCS file: /cvsroot/corelinux/clfw/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** ChangeLog 2000/10/14 11:49:33 1.5 --- ChangeLog 2000/10/22 11:57:56 1.6 *************** *** 1,2 **** --- 1,8 ---- + 2000-10-22 Frank V. Castellucci <fr...@ca...> + + * Feature 116226 - Added attribute descriptors for type, with getter and setter marshalling + * Feature 116736 - Implemented ShortInteger + * Feature 116596 - Implemented UnsignedInteger + 2000-10-14 Frank V. Castellucci <fr...@ca...> |