[Lunar-commits] r18620 - moonbase/trunk/libs/mico
Dennis Veatch
stumbles at lunar-linux.org
Fri Feb 10 00:20:58 UTC 2006
Author: stumbles
Date: 2006-02-10 00:20:56 +0000 (Fri, 10 Feb 2006)
New Revision: 18620
Modified:
moonbase/trunk/libs/mico/DETAILS
Log:
fix few 64bit related warnings in ORB core and IDL compiler
fix memory leak in DynAny's union update_element method
fix double encoding issue on big-endian hosts
fix build issue on Solaris/GCC 3.4.x platform
and many more
Modified: moonbase/trunk/libs/mico/DETAILS
===================================================================
--- moonbase/trunk/libs/mico/DETAILS 2006-02-09 22:49:18 UTC (rev 18619)
+++ moonbase/trunk/libs/mico/DETAILS 2006-02-10 00:20:56 UTC (rev 18620)
@@ -1,11 +1,12 @@
MODULE=mico
- VERSION=2.3.9
+ VERSION=2.3.12
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_URL=http://www.mico.org/
+ SOURCE_VFY=sha1:e1885362d559ea97c62a2437a1d3a94114ef5b05
WEB_SITE=http://www.mico.org
ENTERED=20020917
- UPDATED=20020917
+ UPDATED=20060209
SHORT="Freely available and fully compliant implementation of the CORBA standard"
cat << EOF
DESCRIPTION:
@@ -13,11 +14,12 @@
implementation of MICO:
* start from scratch: only use what standard APIs (Posix/Win32) have to
-offer; don't rely on propietary or specialized libraries.
+ offer; don't rely on propietary or specialized libraries.
* use standard C++ for the implementation.
- * only make use of widely available, free, non-proprietary tools.
- * omit bells and whistles: only implement what is required for a
-CORBA compliant implementation.
+ * only make use of widely available, free, non-proprietary tools.
+ * omit bells and whistles: only implement what is required for a
+ CORBA compliant implementation.
* clear design even for implementation internals to ensure extensibility.
-
+
EOF
+
More information about the Lunar-commits
mailing list