Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (2ae69f9d1e8b182bdb986c82985ce0a0118c2eb2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (2ae69f9d1e8b182bdb986c82985ce0a0118c2eb2)
  • Date: Thu, 24 Aug 2006 16:09:31 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

libs/mico/DETAILS | 11 ++++++-----
libs/mico/HISTORY | 3 +++
2 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit 2ae69f9d1e8b182bdb986c82985ce0a0118c2eb2
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

mico forgot about the old description and details got better ones from
the website

diff --git a/libs/mico/DETAILS b/libs/mico/DETAILS
index c343c7d..0c6ae40 100755
--- a/libs/mico/DETAILS
+++ b/libs/mico/DETAILS
@@ -11,10 +11,11 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SP
ENTERED=20060823
LICENSE[0]=GPL
KEYWORDS="libs"
- SHORT="Robust high performance CORBA ORB for C++"
+ SHORT="Mico implements the CORBA Standard"
cat << EOF
-mico is a robust, high-performance, multi-threaded CORBA 2 ORB,
-developed by AT&T Laboratories Cambridge. The native transport is
-IIOP, and it comes complete with a COS Naming Service. It supports C++
-language bindings.
+The Common Object Request Broker Architecture (CORBA) was first published in
1990 by the Object Management Group (OMG), a non-profit organisation that was
founded in 1989 to integrate distributed applications based on a variety of
existing technologies. CORBA standardises interfaces and semantics for
object-oriented middleware. It includes a specification for the Object
Request Broker (ORB), a software library with standardised CORBA object
interfaces that allows clients and targets to communicate with each other
across a network in a well-defined way. In addition, CORBA automatically
applies a range of useful services to communications. After the ORB is
initialised, all CORBA objects can be invoked by applications like local
software objects.
+
+MICO implements the CORBA standard. Since its foundation in December 1996,
MICO has become a mature, very stable, fully-compliant implementation of the
CORBA standard.
+
+MICO is available as open source under the GNU-copyright notice and is
widely used for different purposes (see our success stories). In June 1999,
MICO has been branded as "CORBA compliant" by the OpenGroup, thus
demonstrating that it is production grade software.
EOF
diff --git a/libs/mico/HISTORY b/libs/mico/HISTORY
index b3b671d..996face 100644
--- a/libs/mico/HISTORY
+++ b/libs/mico/HISTORY
@@ -1,2 +1,5 @@
+2006-08-24 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: oopse left the old description and short in there
+
2006-08-23 David Brown <dmlb2000 AT gmail.com>
* ALL: created spell



  • [SM-Commit] GIT changes to master grimoire by David Brown (2ae69f9d1e8b182bdb986c82985ce0a0118c2eb2), David Brown, 08/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page