From roemer@inf.ethz.ch  Fri Jan  7 18:15:37 2000
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id SAA07853
	for <roemer@vs.inf.ethz.ch>; Fri, 7 Jan 2000 18:15:37 +0100 (MET)
Received: from diamant.vsb.informatik.uni-frankfurt.de (diamant-atm.vsb.informatik.uni-frankfurt.de [141.2.150.16])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id SAA18956;
	Fri, 7 Jan 2000 18:15:35 +0100 (MET)
Received: (from mjdomo@localhost)
	by diamant.vsb.informatik.uni-frankfurt.de (8.9.3+Sun/8.9.1) id RAA03814
	for mico-announce-outgoing; Fri, 7 Jan 2000 17:46:09 +0100 (MET)
Received: (from roemer@localhost)
	by diamant.vsb.informatik.uni-frankfurt.de (8.9.3+Sun/8.9.1) id RAA03808
	for mico-announce@diamant.vsb.cs.uni-frankfurt.de; Fri, 7 Jan 2000 17:46:08 +0100 (MET)
Date: Fri, 7 Jan 2000 17:45:56 +0100
From: Kay Roemer <roemer@vsb.informatik.uni-frankfurt.de>
To: mico-announce@vsb.informatik.uni-frankfurt.de
Subject: MICO-ANN: MICO 2.3.1
Message-ID: <20000107174556.B3776@diamant.vsb.cs.uni-frankfurt.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95i
Sender: owner-mico-announce@vsb.informatik.uni-frankfurt.de
Precedence: bulk
Reply-To: mico-announce@vsb.informatik.uni-frankfurt.de
Status: RO
Content-Length: 4640
Lines: 90

MICO 2.3.1 is out. It includes lots of minor and major improvements and
bug fixes.

Detailed list of changes:

- Fixed CORBA::InterfaceDef::describe_interface(), which must include info
  for inherited ops and attributes as per 2.3 spec. Fixed code that depended
  on the old behavior.
- workaround for VC++ namespace problems in generated OBV code
  (Andreas Rudolf)
- fixed bug for coercions between bounded and unbounded strings
- Don't assert(0) if POA initialization fails (i.e. -POAImplName without
  an option), but throw an exception instead. (Carsten Zerbst)
- Added support for file: and http: URI's according to the INS spec. (See
  also RFC 1630). Referenced files must contain a single IOR. HTTP client
  speaks 0.9 so far.
- ird, micod and nsd now sport a `--ior' option to write their object
  reference into a file. Therefore, you can now connect to a Naming Ser-
  vice in an entirely CORBA compliant manner: `nsd --ior /tmp/nsd.ref',
  then run `client -ORBInitRef NameService=file://localhost/tmp/nsd.ref'.
- Got rid of local static objects, which cause problems when MICO is used
  as loadable module.
- fixed CORBA::ORB::poll_next_response() and CORBA::ORB::get_next_response()
- do not enter dispatcher in CORBA::Request::poll_response()
- Persistent POAs with SYSTEM_ID prefix UIDs with a GUID and do not need to
  save their state in the IMR any more
- fixed operator <<= (CORBA::Any&, CORBA::UnknownUserException*)
- fixed bug in UnknownComponent::decode() (Marcus Wittig)
- added examples of Jon Siegel's upcoming book
- made IDL compiler less sensitive to \r (Andreas Schultz)
- micod now attempts to restart a failed (POA persistent) server after 30
  seconds (overridable using `imr activate') (Bernhard Wallner)
- added workaround for broken Visibroker recursive typecodes (Drew MacInnis)
- dont print error messages in resolve_initial_references() (A. Kersting)
- improved property service (Leif Jacobsmeier)
- changed relationship for better traversing graph of related objects
  (patch provided by Dmitry V. Sedov)
- bug fix for --feed-ir: do not feed included definitions by default
  (reported by Nikolaj Logvinov)
- require fully scoped name for CORBA::Principal in IDL specifications
  (reported by Michael Dickson)
- check for EWOULDBLOCK after select() (reported by Thomas Graefenhain)
- fixed bug in automatic port selection in UDPTransport (reported by
  Leif Jacobsmeier)
- added workaround for "typedef char *string" name clash in exception.h
- fixed bug in StaticRequest::get_response() (David J Worthey)
- fixed bug in TypeCode::equal() when comparing unions (Sai-Lai Lo &
  Chengjiang Lin) 
- fixed problem with handling of Object IDs containing `/' or `\\'
  in POA (Andreas Hess)
- fixed problems with --enable-corba2-1 (reported by David Worthey)
- changed ORB::create_list(len) to not fill the list with "len" elements
  but only reserve space for "len" element as per CORBA 2.3 spec
- CORBA 2.3 specifies a Any::type(CORBA::TypeCode_ptr) method that conflicts
  with the existing method. renamed old method to set_type() and implemented
  reimplemented type() to conform to the CORBA 2.3 specs
- moved part of README-WIN32 to the docs
- fixed bug in POA::servant_to_reference (Carsten Zerbst)
- use INS-compliant encoding for "path names" in nsadmin, if actually
  talking to an Interoperable Naming Service (Yu Cao)
- fixed relship and relship demo for --disable-except and --disable-std-eh
- fixed win32 related problems (Alexander Rieger)
- fixed bugs in POA mediator related to servers not started by micod
  (Alexander Rieger)
- fixed bug in IIOPProxy::make_conn()
- work around missing ftime() prototype on Solaris 2.5.1 (reported by
  Guochun Lin)
- fixed gcc 2.95 related problems in SSL code (reported by Martin Bassner)
- added options for irix CC to fix sysmbol tabel overflow (Yu Cao)
- changed Any::to_object and Any::to_abstract_base extraction again
  to return a duplicate as per CORBA 2.3 spec (reported by Jasper Ulrich)
- only unforward upon COMM_FAILURE, TRANSIENT, OBJECT_NOT_EXIST
  system exceptions in Request and StaticRequest (reported by Dirk
  Foersterling)
- fixed configure problem; do not try to link with libstdc++ when
  not using miniSTL (reported by Andy Kersting)
- changed RandomGenerator IDL to fix name clash with STL (reported by
  Andy Kersting)
- fixed relationship service code to work with --disable-std-eh (reported
  by Marcel May)

Details at
  http://www.mico.org/


Kay.
-- 
Kay Roemer              roemer@informatik.uni-frankfurt.de
           http://www.uni-frankfurt.de/~roemer/
"Is there intelligent life on earth?" (Frank Drake, SETI)

From owner-mico-mt-outgoing@vsb.informatik.uni-frankfurt.de  Tue Jan 11 02:26:10 2000
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id CAA23932
	for <roemer@vs.inf.ethz.ch>; Tue, 11 Jan 2000 02:26:10 +0100 (MET)
Received: from diamant.vsb.informatik.uni-frankfurt.de (diamant-atm.vsb.informatik.uni-frankfurt.de [141.2.150.16])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id CAA17495
	for <roemer@inf.ethz.ch>; Tue, 11 Jan 2000 02:26:09 +0100 (MET)
Received: (from mjdomo@localhost)
	by diamant.vsb.informatik.uni-frankfurt.de (8.9.3+Sun/8.9.1) id CAA22983
	for mico-mt-outgoing; Tue, 11 Jan 2000 02:21:03 +0100 (MET)
Received: from firewall.ndtc.tci.com (coral.tci.com [198.178.8.81])
	by diamant.vsb.informatik.uni-frankfurt.de (8.9.3+Sun/8.9.1) with ESMTP id CAA22971;
	Tue, 11 Jan 2000 02:20:56 +0100 (MET)
Received: from tci.com - 10.10.42.116 by firewall.ndtc.tci.com  with Microsoft SMTPSVC(5.5.1774.114.11);
	 Mon, 10 Jan 2000 18:28:15 -0700
Message-ID: <387A851E.A9DFB0FF@tci.com>
Date: Mon, 10 Jan 2000 18:19:26 -0700
From: Andreas Schultz <Schultz.Andreas@tci.com>
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.3.34 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: mico-announce@vsb.informatik.uni-frankfurt.de
Subject: MICO-MT 2000-01-10 snapshot
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-mico-mt@vsb.informatik.uni-frankfurt.de
Precedence: bulk
Reply-To: mico-mt@vsb.informatik.uni-frankfurt.de
Status: RO
Content-Length: 338
Lines: 12

A new MICO/MT snapshot is out. It includes all 2.3.1 changes and should
actually be stable enough to try it.

It has been tested on HP/UX 10.20, HP/UX 11.0 and Linux 2.3.x
Preliminary support for Solaris is included. Sorry no Win32 support yet.


Have fun

       Andreas
-- 
stud. rer. nat. Andreas Schultz - student of computer science

From owner-mico-mt-outgoing@vsb.informatik.uni-frankfurt.de  Thu Feb 10 01:39:04 2000
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id BAA28914
	for <roemer@vs.inf.ethz.ch>; Thu, 10 Feb 2000 01:39:04 +0100 (MET)
Received: from diamant.vsb.informatik.uni-frankfurt.de (diamant-atm.vsb.informatik.uni-frankfurt.de [141.2.150.16])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id BAA25218
	for <roemer@inf.ethz.ch>; Thu, 10 Feb 2000 01:39:03 +0100 (MET)
Received: (from mjdomo@localhost)
	by diamant.vsb.informatik.uni-frankfurt.de (8.9.3+Sun/8.9.1) id BAA01691
	for mico-mt-outgoing; Thu, 10 Feb 2000 01:38:28 +0100 (MET)
Received: from belfast2.hits.priv (coral.tci.com [198.178.8.81])
	by diamant.vsb.informatik.uni-frankfurt.de (8.9.3+Sun/8.9.1) with ESMTP id BAA01686;
	Thu, 10 Feb 2000 01:38:26 +0100 (MET)
Received: from tci.com (aschultz@andreas1.hits.priv [10.10.19.243])
	by belfast2.hits.priv (8.9.3/8.9.3) with ESMTP id RAA18383;
	Wed, 9 Feb 2000 17:38:24 -0700 (MST)
Message-ID: <38A20896.8EBEB24B@tci.com>
Date: Wed, 09 Feb 2000 17:38:46 -0700
From: Andreas Schultz <Schultz.Andreas@tci.com>
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.3.40 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: mico-announce@vsb.informatik.uni-frankfurt.de
CC: mico-mt@vsb.informatik.uni-frankfurt.de
Subject: new MICO-MT snapshot 02/09/2000
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-mico-mt@vsb.informatik.uni-frankfurt.de
Precedence: bulk
Reply-To: mico-mt@vsb.informatik.uni-frankfurt.de
Status: RO
Content-Length: 643
Lines: 24

Hi,

I've got a new MICO/MT version to play with.

No new features, but tons of bug fixes and the ORB is stable now

Thanks to Andy Kersting for fixing tons of NameService bugs and for
heavy testing.

This version has been tested under Linux 2.3.x with GLIBC 2.1.2 and
under HP/UX 11.0.
Preliminary support for Solaris and GNU/Pth-Threads is included. Sorry
no Win32 support yet.

Full source packages (tar and zip) and patches against the 01/10
snapshot and mico-2.3.1 can as always be found at
<http://www.cs.uni-magdeburg.de/~aschultz/mico/mt/dist/>

Have fun

    Andreas

-- 
stud. rer. nat. Andreas Schultz - student of computer science

From roemer@inf.ethz.ch  Thu Feb 10 11:30:58 2000
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id LAA06033
	for <roemer@vs.inf.ethz.ch>; Thu, 10 Feb 2000 11:30:58 +0100 (MET)
Received: from diamant.vsb.informatik.uni-frankfurt.de (diamant-atm.vsb.informatik.uni-frankfurt.de [141.2.150.16])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id LAA03750;
	Thu, 10 Feb 2000 11:30:52 +0100 (MET)
Received: (from mjdomo@localhost)
	by diamant.vsb.informatik.uni-frankfurt.de (8.9.3+Sun/8.9.1) id LAA07185
	for mico-announce-outgoing; Thu, 10 Feb 2000 11:21:54 +0100 (MET)
Received: from core.inf.ethz.ch (core.inf.ethz.ch [129.132.178.196])
	by diamant.vsb.informatik.uni-frankfurt.de (8.9.3+Sun/8.9.1) with ESMTP id LAA07180
	for <mico-announce@vsb.cs.uni-frankfurt.de>; Thu, 10 Feb 2000 11:21:53 +0100 (MET)
Received: from vs2.inf.ethz.ch (IDENT:root@vs2.inf.ethz.ch [129.132.13.71])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id LAA03614
	for <mico-announce@vsb.cs.uni-frankfurt.de>; Thu, 10 Feb 2000 11:21:52 +0100 (MET)
Received: (from roemer@localhost)
	by vs2.inf.ethz.ch (8.9.3/8.9.3) id LAA04112
	for mico-announce@vsb.cs.uni-frankfurt.de; Thu, 10 Feb 2000 11:21:51 +0100
Date: Thu, 10 Feb 2000 11:21:51 +0100
From: Kay Roemer <roemer@inf.ethz.ch>
To: mico-announce@vsb.informatik.uni-frankfurt.de
Subject: MICO-ANN: new MICO/MT release
Message-ID: <20000210112151.N2844@inf.ethz.ch>
Mail-Followup-To: mico-announce@vsb.cs.uni-frankfurt.de
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0pre3i
Sender: owner-mico-announce@vsb.informatik.uni-frankfurt.de
Precedence: bulk
Reply-To: mico-announce@vsb.informatik.uni-frankfurt.de
Status: RO
Content-Length: 576
Lines: 21

Hi,

I've got a new MICO/MT version to play with.

No new features, but tons of bug fixes and the ORB is stable now

Thanks to Andy Kersting for fixing tons of NameService bugs and for
heavy testing.

This version has been tested under Linux 2.3.x with GLIBC 2.1.2 and
under HP/UX 11.0.
Preliminary support for Solaris and GNU/Pth-Threads is included. Sorry
no Win32 support yet.

Full source packages (tar and zip) and patches against the 01/10
snapshot and mico-2.3.1 can as always be found at
<http://www.cs.uni-magdeburg.de/~aschultz/mico/mt/dist/>

Have fun

    Andreas

From mico-announce@inf.ethz.ch  Wed Jan 31 14:31:05 2001
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id OAA09071
	for <roemer@vs.inf.ethz.ch>; Wed, 31 Jan 2001 14:31:05 +0100 (MET)
Received: from  (server@localhost [127.0.0.1])
	by core.inf.ethz.ch (8.9.3/8.9.3) with SMTP id OAA25780;
	Wed, 31 Jan 2001 14:31:02 +0100 (MET)
Date: Wed, 31 Jan 2001 14:31:02 +0100 (MET)
Message-Id: <20010131142923.I18765@inf.ethz.ch>
Errors-To: roemer@inf.ethz.ch
Reply-To: mico-announce@inf.ethz.ch
Originator: mico-announce@inf.ethz.ch
Sender: mico-announce@inf.ethz.ch
Precedence: bulk
From: Kay Roemer <roemer@inf.ethz.ch>
To: Multiple recipients of list <mico-announce@inf.ethz.ch>
Subject: MICO Workshop
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
X-Comment:  MICO Announcements
X-Mailer: Mutt 1.0pre3i
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0
Status: RO
Content-Length: 2739
Lines: 86


             2nd MICO/CORBA WORKSHOP
             March 5th, 2001,  Stanford University

             Call for Participation


We are proud to announce the second workshop on MICO, an open source
project that provides a free CORBA ORB. MICO is widely used in
research and industry for over four years. The workshop will bring
together users and developers of MICO, describing its architecture as
well as applications based on MICO. The workshop includes an overview
of CORBA, as well as internals of the MICO ORB by the developers who
are actively involved in the project. We will discuss the current
status of MICO and future development.

The workshop will be held on March 5th, 2001 at Stanford University.
Participation is free of charge. Refreshments and copies of the slides
will be provided to all participants. After the official end of the
workshop there will be a reception sponsored by Morgan Kaufmann
Publishers, Inc. to continue our discussions in an informal setting.
If you would like to join us please mention this in your registration
so that we can make appropriate reservations.

Please use our online registration page if you would like to
participate. Note that seating is limited and early registration is
encouraged.

Details at: http://www.mico.org/workshop/


Program:

   9:30 a.m. Registration

  10:00 a.m. Opening

  10:15 a.m. Keynote
             "Recent Developments at OMG"
             A. Watson, Vice President and Technical Director
             Object Management Group

  11:00 a.m. "MICO's Past, Present and Future"
             A. Puder, AT&T Labs Research

  11:45 a.m. Coffee break

  12:00 p.m. Session I: Architecture

             "MICO: Concepts and Architecture"
             K. Roemer, ETH Zurich

             "The MICO CORBA Component Project"
             F. Pilhofer, FPX Object Solutions

   1:00 p.m. Lunch break


   2:30 p.m. Session II: Services and Applications

             "MICOSec: Secure CORBA on Mobile Platforms"
             R. Schreiner, ObjectSecurity Ltd

             "Modular weather data distribution and system
              monitoring with MICO"
             C. McClellen, The Weather Channel

   3:30 p.m. Coffee break

   3:45 p.m. Sesssion III: Research and Education

             "The Stanford  DietORB: Squeezing a CORBA Client
              Onto a Palm Pilot"
             J. Huang, Stanford University

             "The Omni Object Services - the use of automatic code
              generation to tackle common distributed programming
              problems in CORBA"
             S.-L. Lo, AT&T Laboratories Cambridge, UK

             "The Open Source Initiative"
             L. Rosen, ROSENLAW.COM

   5:15 p.m. Closing session

   6:30 p.m. Reception

From mico-announce-admin@inf.ethz.ch  Fri Sep 28 14:34:35 2001
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id OAA28728
	for <roemer@vs.inf.ethz.ch>; Fri, 28 Sep 2001 14:34:35 +0200 (MET DST)
Received: from mico.org (www.mico.org [12.106.35.251])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id OAA13651
	for <roemer@inf.ethz.ch>; Fri, 28 Sep 2001 14:34:30 +0200 (MET DST)
Received: from mico.org (localhost.localdomain [127.0.0.1])
	by mico.org (8.11.2/8.11.2) with ESMTP id f8SCTR330517;
	Fri, 28 Sep 2001 05:29:28 -0700
Received: from mailout06.sul.t-online.de (mailout06.sul.t-online.com [194.25.134.19])
	by mico.org (8.11.2/8.11.2) with ESMTP id f8SCIW329269
	for <mico-announce@mico.org>; Fri, 28 Sep 2001 05:18:33 -0700
Received: from fwd06.sul.t-online.de 
	by mailout06.sul.t-online.de with smtp 
	id 15mwg0-0007Ib-04; Fri, 28 Sep 2001 14:23:32 +0200
Received: from rose.fpx.de (520065607613-0001@[217.226.100.72]) by fwd06.sul.t-online.com
	with esmtp id 15mwfj-1XYll3C; Fri, 28 Sep 2001 14:23:15 +0200
Received: (from fp@localhost)
	by rose.fpx.de (8.9.3/8.8.5) id NAA09371
	for mico-announce@mico.org; Fri, 28 Sep 2001 13:42:46 +0200
From: 520065607613-0001@t-online.de (Frank Pilhofer)
To: Mico Announcements <mico-announce@inf.ethz.ch>
Message-ID: <20010928134246.A9362@rose.fpx.de>
Reply-To: Frank Pilhofer <fp@fpx.de>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="G4iJoqBmSsgzjUCe"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
X-Sender: 520065607613-0001@t-dialin.net
Subject: [Announce] Announce: MICO 2.3.6
Sender: mico-announce-admin@inf.ethz.ch
Errors-To: mico-announce-admin@inf.ethz.ch
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.0.5
Precedence: bulk
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Post: <mailto:mico-announce@mico.org>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
List-Id: Announcements for the MICO software <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce/>
Date: Fri, 28 Sep 2001 13:42:46 +0200
Status: RO
Content-Length: 6380
Lines: 137


--G4iJoqBmSsgzjUCe
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline


  Hi Folks,

 we are pleased to announce the release of MICO 2.3.6.

 For the most part, this is a bugfix release, as we have fixed a lot of
problems that we found (or have been reported) since the last version.

 The major news are

- Better protection (more exceptions, less assertions) against illegal
  (malicious or not) GIOP input data, e.g. by checking validity of a
  string's length against the message length before trying to allocate
  1G of memory. There is also a -ORBGIOPMaxSize option to limit the
  size of acceptable GIOP messages, e.g. -ORBGIOPMaxSize 1M (default
  is unlimited).

- A memory leak that existed in 2.3.5 has been plugged.

- MICO has been ported to the PocketPC (see README-PocketPC for details).

- Better interoperability with JDK's ORB; MICO now recognizes the
  charsets that JDK advertises.

- New debugging subsystem. Use -ORBDebug Level[,Level][=file] to see
  messages relating to the "Levels" Info, Warning, Error, GIOP, IIOP
  and Transport. You can also use `-ORBDebug All' to turn on all
  debugging.

 Please see the attached CHANGES file for more details.

 MICO 2.3.6 is now available for download at

	http://www.mico.org/


-- 
Frank Pilhofer  ...........................................  fp@fpx.de
What -- me worry? - Alfred E. Neuman

--G4iJoqBmSsgzjUCe
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="CHANGES.2.3.6"


- more checks (and less assertions) against ill-formed GIOP messages
- added -ORBGIOPMaxSize option to configure the maximum acceptable size
  for GIOP messages
- catch invalid string and sequence length values to avoid allocation
  errors
- catch invalid IP addresses (that do not resolve) without crashing
- rewrote demo/services/naming to use the POA
- bugfix in mico_url_decode for corbaloc: and corbaname: (Uwe Maurer)
- improve error messages for duplicate members in enums and structs
- Don't require forward declarations for interfaces and valuetypes to
  be resolved in the same IDL file
- Fixed memory leak in stubs that occured for certain types of
  variable length inout parameters
- Fix bug in os-math.h (infinity check) (Xavier Montet)
- Add policy check upon servant incarnation (hubl)
- Fix repoid of CORBA::TypeCode::Bounds (Uwe Maurer)
- Add hold, stop and continue features to micod and imr. hold stops
  forwarding requests, stop additionally sends SIGTERM, and cont
  continues (big surprise). This allows safe server maintenance.
- Special handling of - as a file name on --ior in ird, micod, nsd to
  write an object reference to standard output
- ported MICO to the PocketPC (see README-PocketPC for details)
- Added IR Copier to improve --feed-ir
- Moved GIOP:: and IOP:: types out of the CORBA:: namespace (Karel Gardas)
- Some SSL compilation fixes (Teunis)
- Fix minus operation in IDL (Uwe Seimet)
- Add CODESET_INCOMPATIBLE system exception (Uwe Seimet)
- Don't query server on narrow when type id has in fact the requested value
- assign default POAImplName ("Default"); so no need to use -POAImplName
  when testing persistent POAs
- fix wstring, enum and long long constants
- IDL compiler adds the MICO path to the include path list
- in IDL code generation, emit include statements as well
- replaced some assertions with non-fatal checks in codec.cc (Alex Belikoff)
- fixed name clash when "req" was used as parameter name (Bernd Raichle)
- fixed IDL bug on typedef'ing CORBA::TypeCode (Peter Edwards)
- support for forward-declared structs and unions in IDL compiler as per
  CORBA 2.4 spec.
- fixed typo in codegen-c++-stub.cc (Ralf Barkow)
- fixed bug in ir browser
- added bind_context command to nsadmin (Rudolf Weber)
- Fix version numbers in Interface Repository.
- Some fixes for valuetypes.
- Add support for ISO 646 (Ascii) and UCS-2 (16 bit fixed-width Unicode)
  code sets for better interoperability with the JDK ORB.
- Updated DynamicAny module to CORBA 2.4. Exemplary usage of local interfaces.
- Generate POA skeletons for the CosEventComm module. This should silence
  the FAQ why the Event service "doesn't work with the POA."
- The Implementation Repository has been moved out of the core ORB. It is
  now available only as part of micod. You shouldn't really miss it.
- The Interface Repository has been moved out of the core ORB. To have an
  in-process Interface Repository, you'll now have to link against
  libmicoir and call MICO::create_interface_repository (ir_creator.h).
- Modify Interface Repository to use the POA.
- Updated Interface Repository to CORBA 2.4.
- Maintain an "active profile" for each IOR, the one used for the connec-
  tion to the server. This allows correct object key handling (in case they
  differ between profiles) and correct code set handling.
- allow -ORBIIOPAddr inet::<port> address format (without a host name), to
  listen on all interfaces.
- Handling of AddressingDisposition.
- Verbose debugging for GIOP and IIOP. Seeing raw IIOP messages with
  `-ORBDebug Transport' should be nice for debugging interoperability
  problems.
- Changed debugging system to be more flexible. The global debugging level
  has been replaced by debugging switches for various subsystems. These can
  be turned on using `-ORBDebug Level[,Level][=file]'. Currently available
  levels are Info, Warning, Error, GIOP (message exchange), IIOP (connection
  management), Transport (raw data) and All for all of them.
- Removed no-namespace support. It became more and more tedious to maintain,
  and modern compilers support namespaces reasonably well (with some known
  braindead compilers as exceptions).
- when resolving http://... IOR strings skip HTTP headers because some
  servers send headers even in response to HTTP/0.9 requests
- fixed problems with some generated code which redeclares some libc
  functions in the wrong way for glibc3 (i.e., void exit(int) throw())
- fixed bug in DynValue::set_members() (Robert Switzer)
- fixed problem under VC++ with sequence of arrays (Frank Vanris)
- fixed compile time error for array assignments (Ralf Barkow)
- fixed compile error in mico/tools/ir-browser (reported by Randy)


--G4iJoqBmSsgzjUCe--
_______________________________________________
mico-announce mailing list
mico-announce@mico.org
http://www.mico.org/mailman/listinfo/mico-announce

From mico-announce-admin@inf.ethz.ch  Mon Mar 18 20:28:25 2002
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id UAA29169
	for <roemer@vs.inf.ethz.ch>; Mon, 18 Mar 2002 20:28:25 +0100 (MET)
Received: from mico.org (www.mico.org [12.106.35.251])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id UAA21494
	for <roemer@inf.ethz.ch>; Mon, 18 Mar 2002 20:28:20 +0100 (MET)
Received: from mico.org (localhost.localdomain [127.0.0.1])
	by mico.org (8.11.2/8.11.2) with ESMTP id g2IJGA322447;
	Mon, 18 Mar 2002 11:16:11 -0800
Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17])
	by mico.org (8.11.2/8.11.2) with ESMTP id g2IJ93321839
	for <mico-announce@mico.org>; Mon, 18 Mar 2002 11:09:04 -0800
Received: from fwd00.sul.t-online.de 
	by mailout02.sul.t-online.com with smtp 
	id 16n25W-0002V9-03; Mon, 18 Mar 2002 19:42:30 +0100
Received: from rose.fpx.de (520065607613-0001@[217.226.96.43]) by fwd00.sul.t-online.com
	with esmtp id 16n25K-1LpiRkC; Mon, 18 Mar 2002 19:42:18 +0100
Received: (from fp@localhost)
	by rose.fpx.de (8.9.3/8.8.5) id TAA05344
	for mico-announce@mico.org; Mon, 18 Mar 2002 19:39:44 +0100
From: 520065607613-0001@t-online.de (Frank Pilhofer)
To: Mico Announcements <mico-announce@inf.ethz.ch>
Message-ID: <20020318193944.E519@rose.fpx.de>
Reply-To: Frank Pilhofer <fp@fpx.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
X-Sender: 520065607613-0001@t-dialin.net
Subject: [Announce] Announce: MICO 2.3.7
Sender: mico-announce-admin@inf.ethz.ch
Errors-To: mico-announce-admin@inf.ethz.ch
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.0.5
Precedence: bulk
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Post: <mailto:mico-announce@mico.org>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
List-Id: Announcements for the MICO software <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce/>
Date: Mon, 18 Mar 2002 19:39:44 +0100
Status: RO
Content-Length: 838
Lines: 25


  Hi Folks,
 
 we are pleased to announce the release of MICO 2.3.7.
 
 This is a bugfix release, as we have fixed a lot of problems that we
found (or have been reported) since the last version. Attached is a list
of changes since 2.3.6. Not documented in the changelog are the updates
related to the CORBA Components project, which is coming along nicely
(visit the MicoCCM homepage, http://www.fpx.de/MicoCCM/ for more infor-
mation.)
 
 MICO 2.3.7 is now available for download at
 
        http://www.mico.org/


-- 
Frank Pilhofer  ...........................................  fp@fpx.de
Today, money still talks. Trouble is, you have to increase the
volume a lot! - Alfred E. Neuman
_______________________________________________
mico-announce mailing list
mico-announce@mico.org
http://www.mico.org/mailman/listinfo/mico-announce

From mico-announce-admin@inf.ethz.ch  Mon Mar 18 21:05:25 2002
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id VAA29436
	for <roemer@vs.inf.ethz.ch>; Mon, 18 Mar 2002 21:05:24 +0100 (MET)
Received: from mico.org (www.mico.org [12.106.35.251])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id VAA22905
	for <roemer@inf.ethz.ch>; Mon, 18 Mar 2002 21:05:20 +0100 (MET)
Received: from mico.org (localhost.localdomain [127.0.0.1])
	by mico.org (8.11.2/8.11.2) with ESMTP id g2IJrA324540;
	Mon, 18 Mar 2002 11:53:10 -0800
Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19])
	by mico.org (8.11.2/8.11.2) with ESMTP id g2IJnK323974
	for <mico-announce@mico.org>; Mon, 18 Mar 2002 11:49:21 -0800
Received: from fwd04.sul.t-online.de 
	by mailout06.sul.t-online.com with smtp 
	id 16n3Jg-0005nq-05; Mon, 18 Mar 2002 21:01:12 +0100
Received: from rose.fpx.de (520065607613-0001@[217.81.180.3]) by fwd04.sul.t-online.com
	with esmtp id 16n3JQ-1N0rSKC; Mon, 18 Mar 2002 21:00:56 +0100
Received: (from fp@localhost)
	by rose.fpx.de (8.9.3/8.8.5) id VAA13824
	for mico-announce@mico.org; Mon, 18 Mar 2002 21:00:27 +0100
From: 520065607613-0001@t-online.de (Frank Pilhofer)
To: Mico Announcements <mico-announce@inf.ethz.ch>
Message-ID: <20020318210027.A12341@rose.fpx.de>
Reply-To: Frank Pilhofer <fp@fpx.de>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="wac7ysb48OaltWcw"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
X-Sender: 520065607613-0001@t-dialin.net
Subject: [Announce] Re: Announce: MICO 2.3.7
Sender: mico-announce-admin@inf.ethz.ch
Errors-To: mico-announce-admin@inf.ethz.ch
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.0.5
Precedence: bulk
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Post: <mailto:mico-announce@mico.org>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
List-Id: Announcements for the MICO software <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce/>
Date: Mon, 18 Mar 2002 21:00:27 +0100
Status: RO
Content-Length: 2665
Lines: 71


--wac7ysb48OaltWcw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Frank Pilhofer wrote:
>
>                                                       Attached is a list
> of changes since 2.3.6.
>

 Oops. Forgot to attach the file.

        Frank


--
Frank Pilhofer  ...........................................  fp@fpx.de
If at first you don't succeed ... you're about normal. - A. E. Neuman

--wac7ysb48OaltWcw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=CHANGES


version 2.3.7

- plug memory leak for strings in skeletons (Jens Horstmann)
- avoid redoing completed invocations from within their completion
  callback (Rob Ratcliff)
- fix problem in UnknownUserException (David Eriksson)
- fix problem with forward declarations in a different file (Uwe Maurer)
- some more support for MinGW; see INSTALL
- fix assert in the DII if an unknown exception is received
- improve const correctness (Christian Loose)
- initial implementation of ORB::destroy (Uwe Maurer)
- prefix parameter names in stub and skeleton to avoid name clashes
- fix handling native in IDL code generator
- fix problem feeding native types to an IR (Frank Bielig)
- fix StringValue problem in Windows (Eric)
- fix digraph problem in generated code (Vsevolod Novikov)
- fix negative integer constants (Sergey Volk)
- fix bug with multi-byte native character sets (Ulrich Hoffmann)
- make the Interface Repository use a persistent reference
- fix IDL problem with inheriting an interface with the same name but
  in a different module
- when an implementation throws an unexpected exception, deliver
  UNKNOWN
- make IDL compiler work with mutual inclusion
- fix nsadmin link error on some linux systems (Hann Wei Toh)
- implemented library activation mode for Windows (Denis Pavlina)
- work around a problem in JDK's ORB receiving wstrings from us
- fix aCC problem in the Naming Service (Andrew Marlow)
- avoid infinite recursion in DynamicAny::DynValue
- make -ORBNoCodeSets disable all codeset-related stuff, strings and
  wstrings are just copied (the latter as 16-bit shorts)
- support GIOP 1.2 fragments
- some fixes for Ansi C++ (<iostream>, <sstream>, ios::noreplace)
- fix TimeService timezone for FreeBSD
- fix chunked valuetype encoding
- Update Interface Repository to ccm/01-08-01
- Implement attribute exceptions
- Implement IDL "import" statement as a replacement for #include.
  "import CosNaming" is equivalent to #include <CosNaming.idl>.


--wac7ysb48OaltWcw--
_______________________________________________
mico-announce mailing list
mico-announce@mico.org
http://www.mico.org/mailman/listinfo/mico-announce

From mico-announce-bounces@mico.org  Thu Sep  4 06:07:07 2003
Received: from medoc.inf.ethz.ch (medoc.inf.ethz.ch [129.132.178.200])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id GAA15662
	for <roemer@vs.inf.ethz.ch>; Thu, 4 Sep 2003 06:07:06 +0200 (MET DST)
Received: by medoc.inf.ethz.ch (Postfix)
	id 0034D59E1C; Thu,  4 Sep 2003 06:07:06 +0200 (MEST)
Delivered-To: roemer@inf.ethz.ch
Received: from localhost (localhost [127.0.0.1])
	by medoc.inf.ethz.ch (Postfix) with ESMTP
	id CE2815C801; Thu,  4 Sep 2003 06:07:05 +0200 (MEST)
Received: from medoc.inf.ethz.ch ([127.0.0.1])
 by localhost (medoc [127.0.0.1]) (amavisd-new, port 10024) with LMTP
 id 22051-01-4; Thu,  4 Sep 2003 06:07:04 +0200 (MEST)
Received: from mico.sfsu.edu (mico.sfsu.edu [130.212.30.16])
	by medoc.inf.ethz.ch (Postfix) with ESMTP
	id B5C0C59E1C; Thu,  4 Sep 2003 06:07:03 +0200 (MEST)
Received: from mico.sfsu.edu (localhost.localdomain [127.0.0.1])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h83Ksk522928;
	Wed, 3 Sep 2003 13:54:46 -0700
Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h83KZ0519356
	for <mico-announce@mico.org>; Wed, 3 Sep 2003 13:35:01 -0700
Received: from ariel.fpx.de
	(h00045aa24b30.ne.client2.attbi.com[24.34.136.67](untrusted sender))
	by comcast.net (rwcrmhc13) with ESMTP
	id <20030904033824015004nr73e>; Thu, 4 Sep 2003 03:38:24 +0000
Received: (from fp@localhost) by ariel.fpx.de (8.12.9/8.12.9) id h843brh0002102
	for mico-announce@mico.org; Wed, 3 Sep 2003 23:37:53 -0400
Date: Wed, 3 Sep 2003 23:37:53 -0400
From: Frank Pilhofer <fp@fpx.de>
To: mico-announce@mico.org
Message-ID: <20030903233753.C552@ariel.ne1.client2.attbi.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
X-Mailman-Approved-At: Wed, 03 Sep 2003 13:39:37 -0700
Subject: [mico-announce] [Admin] Recovering from a hard disk failure.
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: Frank Pilhofer <fp@fpx.de>
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
Sender: mico-announce-bounces@mico.org
Errors-To: mico-announce-bounces@mico.org
X-Virus-Scanned: by amavisd-new at inf.ethz.ch
Status: RO
Content-Length: 1633
Lines: 45


   All,

 the server that is hosting mico.org is suffering from a hard
disk failure that took out the hard drive containing the /home
file system. As usual in such a case, our backups are incomplete,
and do not include the mailing list members and archive.

 So far, we have restored mailing list members from the log of
outgoing mails. Unfortunately, we didn't manage to discriminate
between mailing lists. Also, unsubscriptions during the past
couple of days may have been ignored. And, mailing list options
(such as daily digest) have been reset. Unfortunately, we've
lost information about addresses that did not receive mail (e.g.
for members that post and read mail using different addresses).

 As of now, we have re-subscribed everybody to both the
mico-announce and mico-devel mailing lists. If you do not want
to receive mail for either or both lists, please go to

 http://www.mico.org/mailman/listinfo/mico-announce

and/or

 http://www.mico.org/mailman/listinfo/mico-devel

 to change your subscription status or to unsubscribe.

 We apologize for the inconvenience. Please bear with us while
we scramble to restore full service.

 If anybody kept an archive of the mico-devel and mico-announce
mailing lists, we'd like to hear about it.

	Frank (and the rest of the team)


-- 
Frank Pilhofer  ...........................................  fp@fpx.de
Living on a budget is the same as living beyond your means, except
that now you have a record of it. - Alfred E. Neuman
_______________________________________________
Mico-announce mailing list
Mico-announce@mico.org
http://www.mico.org/mailman/listinfo/mico-announce

From mico-announce-admin@inf.ethz.ch  Fri Jan 11 12:14:28 2002
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id MAA21569
	for <roemer@vs.inf.ethz.ch>; Fri, 11 Jan 2002 12:14:28 +0100 (MET)
Received: from mico.org (www.mico.org [12.106.35.251])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id MAA19860
	for <roemer@inf.ethz.ch>; Fri, 11 Jan 2002 12:14:24 +0100 (MET)
Received: from mico.org (localhost.localdomain [127.0.0.1])
	by mico.org (8.11.2/8.11.2) with ESMTP id g0BB55317566;
	Fri, 11 Jan 2002 03:05:05 -0800
Received: from smtpmail2.iol.cz (smtp.iol.cz [194.228.2.44])
	by mico.org (8.11.2/8.11.2) with ESMTP id g05GNK309597;
	Sat, 5 Jan 2002 08:23:22 -0800
Received: from thinkpad.cgc.org ([194.228.147.38]) by smtpmail2.iol.cz
          (InterMail vK.4.03.05.00 201-232-132 license d644f6ed01e70e5935170669e145ddd5)
          with ESMTP
          id <20020105163218.PKCV7280.smtpmail2@thinkpad.cgc.org>;
          Sat, 5 Jan 2002 17:32:18 +0100
Received: from karel (helo=localhost)
	by thinkpad.cgc.org with local-esmtp (Exim 3.33 #1 (Debian))
	id 16Mtfr-0002RA-00; Sat, 05 Jan 2002 17:27:59 +0100
From: Karel Gardas <kgardas@iol.cz>
X-X-Sender: karel@thinkpad.cgc.org
To: mico-announce@inf.ethz.ch, <mico-mt@inf.ethz.ch>,
        MICO Development Mailing List <mico-devel@inf.ethz.ch>,
        MICO/MT Mailing List <micomt-devel@lists.sourceforge.net>,
        Andreas Schultz <aschultz@warp10.net>
Message-ID: <Pine.LNX.4.43.0201051706070.14670-100000@thinkpad.cgc.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [Announce] [ANNOUNCEMENT] MICO/MT 2.3.6
Sender: mico-announce-admin@inf.ethz.ch
Errors-To: mico-announce-admin@inf.ethz.ch
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.0.5
Precedence: bulk
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Post: <mailto:mico-announce@mico.org>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
List-Id: Announcements for the MICO software <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce/>
Date: Sat, 5 Jan 2002 17:27:57 +0100 (CET)
Status: RO
Content-Length: 2447
Lines: 64


  Hi,

   I'm pleased to announce that MICO/MT 2.3.6 is out. Sources are
 available at http://sourceforge.net/projects/micomt/. For more
 information about this release please read README.mt file. There is a
 list of changes in CHANGES.mt file.

   All acknowledgements for this release belong to Andreas Schultz who is
 main author of MT framework. Without his great work it wouldn't be
 possible to make this release.


 What's new:

 - MICO 2.3.6 source tree merged in
 - implemented two concurrency models: thread pool and thread per connection
 - thread pool concurrency model doesn't use separate reader/writer threads for each incoming connection
   any more as the old implementation does
 - it's possible to build sources without thread support
 - configure provides options for selecting thread package
 - ported to FreeBSD and OpenBSD

 Fixes:

 - fixed oneway invocations
 - fixed SSL support
 - several fixes in IIOP/GIOP/Connection management - e.g. GIOP crashing while sending random data to the server
   and deadlock while throwing sys exception on the client side
 - fixed POA for usage with servant manager
 - compilation fixes in micod (it still doesn't work well but compiles without error)
 - naming service was changed to be MT ready - e.g. it's POAs have thread policy with single thread value

 Tested on:

 Platforms: x86: GNU/Linux, FreeBSD, OpenBSD (MICO/MT compiles well on it, but due to bad c++ behavior on this platform
                 many examples which run well somewhere else crash)
            sparc64: GNU/Linux, Solaris 8
            s390: GNU/Linux
 Thread package: only POSIX thread support is tested (and developed)
 Examples: generic obv/abstract obv/date obv/tree poa/hello-1
           poa/hello-2 poa/inherit poa/account-1 poa/account-2
           run well on every platform
 Example: ssl tested only on x86 GNU/Linux - runs well
 Example: obv/tricky broken on bigendian machines (sparc64 and s390)
 Example: poa/account-3 broken on every platform due to error in micod
          and IIOP/GIOP while working with forwarded messages



 Cheers,

 Karel

 PS: Please send any bugreports and problems to mico-mt@mico.org,
     mico-devel@mico.org or micomt-devel@lists.sourceforge.net
--
 Karel Gardas                           e-mail: kgardas@iol.cz


_______________________________________________
mico-announce mailing list
mico-announce@mico.org
http://www.mico.org/mailman/listinfo/mico-announce

From mico-devel-admin@mico.org  Mon Jul 29 14:35:28 2002
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id OAA05606
	for <roemer@vs.inf.ethz.ch>; Mon, 29 Jul 2002 14:35:28 +0200 (MET DST)
Received: from mico.org (www.mico.org [12.106.35.251])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id OAA11198
	for <roemer@inf.ethz.ch>; Mon, 29 Jul 2002 14:35:26 +0200 (MET DST)
Received: from mico.org (localhost.localdomain [127.0.0.1])
	by mico.org (8.11.2/8.11.2) with ESMTP id g6TCXZq31760;
	Mon, 29 Jul 2002 05:33:35 -0700
Received: from thinkpad.objectsecurity.cz (c0202001.roe.roz.itnq.net [217.112.132.110])
	by mico.org (8.11.2/8.11.2) with ESMTP id g6TCS6q31292;
	Mon, 29 Jul 2002 05:28:06 -0700
Received: from karel (helo=localhost)
	by thinkpad.objectsecurity.cz with local-esmtp (Exim 3.35 #1 (Debian))
	id 17Z9an-00032i-00; Mon, 29 Jul 2002 14:25:41 +0200
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@thinkpad.objectsecurity.cz
To: mico-announce@mico.org,
        MICO Development Mailing List <mico-devel@mico.org>,
        <mico-mt@mico.org>,
        MICO/MT Mailing List <micomt-devel@lists.sourceforge.net>
Message-ID: <Pine.LNX.4.43.0207291418590.11212-100000@thinkpad.objectsecurity.cz>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [mico-devel] MICO Snapshot available
Sender: mico-devel-admin@mico.org
Errors-To: mico-devel-admin@mico.org
X-BeenThere: mico-devel@mico.org
X-Mailman-Version: 2.0.5
Precedence: bulk
List-Help: <mailto:mico-devel-request@mico.org?subject=help>
List-Post: <mailto:mico-devel@mico.org>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-devel>,
	<mailto:mico-devel-request@mico.org?subject=subscribe>
List-Id: Discussion about Mico <mico-devel.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-devel>,
	<mailto:mico-devel-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-devel/>
Date: Mon, 29 Jul 2002 14:25:41 +0200 (CEST)
Status: RO
Content-Length: 839
Lines: 28


 Hi,

we are pleased to announce the first public snapshot of our
"integrated" MICO version. It is based on the current MICO CVS, and
contains multi threading, Portable Interceptors, CSIv2 Level 0 and
CORBASec Level 2.

It can be download from:

ftp://ftp.objectsecurity.com/pub/mico-gup-020715d.tar.gz

Please note that this snapshot is WORK IN PROGRESS! It seems to work
fairly well on our main development platforms (Debian and FreeBSD), but we
did not test it on other platforms. Esp. we do currently not support the
Microsoft platform.

Please test the snapshot, and send feedback (positive and negative... :-)#
to the mico-devel@mico.org mailing list.

Cheers,
The MICO-Team@Objectsecurity


_______________________________________________
mico-devel mailing list
mico-devel@mico.org
http://www.mico.org/mailman/listinfo/mico-devel

From mico-announce-admin@mico.org  Wed Dec 11 22:29:05 2002
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id WAA21553
	for <roemer@vs.inf.ethz.ch>; Wed, 11 Dec 2002 22:29:04 +0100 (MET)
Received: from mico.org (www.mico.org [12.106.35.251])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id WAA26895
	for <roemer@inf.ethz.ch>; Wed, 11 Dec 2002 22:29:03 +0100 (MET)
Received: from mico.org (localhost.localdomain [127.0.0.1])
	by mico.org (8.11.2/8.11.2) with ESMTP id gBBMT3w30502;
	Wed, 11 Dec 2002 14:29:03 -0800
Received: from thinkpad.c0202001.roe.itnq.net (thinkpad.c0202001.roe.itnq.net [217.112.132.138])
	by mico.org (8.11.2/8.11.2) with ESMTP id gBBM0Yw29808;
	Wed, 11 Dec 2002 14:00:35 -0800
Received: from karel (helo=localhost)
	by thinkpad.c0202001.roe.itnq.net with local-esmtp (Exim 3.35 #1 (Debian))
	id 18MDx9-0002mn-00; Wed, 11 Dec 2002 21:59:35 +0100
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@thinkpad.c0202001.roe.itnq.net
To: MICO Announce Mailing List <mico-announce@mico.org>,
        MICO Development Mailing List <mico-devel@mico.org>,
        MICO/MT Mailing List <micomt-devel@lists.sourceforge.net>,
        MICO/MT Development Mailing List <mico-mt@mico.org>
Message-ID: <Pine.LNX.4.43.0212112156480.9651-100000@thinkpad.c0202001.roe.itnq.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [Announce] MICO Snapshot available
Sender: mico-announce-admin@mico.org
Errors-To: mico-announce-admin@mico.org
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.0.5
Precedence: bulk
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Post: <mailto:mico-announce@mico.org>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
List-Id: Announcements for the MICO software <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce/>
Date: Wed, 11 Dec 2002 21:59:35 +0100 (CET)
Status: RO
Content-Length: 1024
Lines: 33


 Hi,

we are pleased to announce the second public snapshot of our
"integrated" MICO version. It is based on the current MICO CVS, and
contains multi threading, Portable Interceptors, CSIv2 Level 0 and
CORBASec Level 2.

It can be download from:

ftp://ftp.objectsecurity.com/pub/mico-gup-021211.tar.gz

Please note that this snapshot is WORK IN PROGRESS! It seems to work
fairly well on our main development platforms (Debian GNU/Linux 3.0
and FreeBSD 4.7), but we did not test it on other platforms.

Thanks to work of Sorin Mustaca and Srinivas Rao N, this snapshot
can be compiled by MS VC++ 7 and used on MS Windows too.

Please test the snapshot, and send a feedback to the
mico-devel@mico.org mailing list.

Cheers,
The MICO-Team@Objectsecurity

--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com

_______________________________________________
mico-announce mailing list
mico-announce@mico.org
http://www.mico.org/mailman/listinfo/mico-announce

From mico-announce-bounces@mico.org  Fri Jan 24 15:25:08 2003
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id PAA04696
	for <roemer@vs.inf.ethz.ch>; Fri, 24 Jan 2003 15:25:07 +0100 (MET)
Received: from mico.sfsu.edu (mico.sfsu.edu [130.212.30.16])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id PAA12090
	for <roemer@inf.ethz.ch>; Fri, 24 Jan 2003 15:25:06 +0100 (MET)
Received: from mico.sfsu.edu (localhost.localdomain [127.0.0.1])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h0OEKiW19973;
	Fri, 24 Jan 2003 06:20:45 -0800
Received: from thinkpad.c0202001.roe.itnq.net (thinkpad.c0202001.roe.itnq.net
	[217.112.132.138])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h0OE8EW19013
	for <mico-announce@mico.org>; Fri, 24 Jan 2003 06:08:14 -0800
Received: from karel (helo=localhost)(Debian))	id 18c4Y1-0004wI-00
	for <mico-announce@mico.org>; Fri, 24 Jan 2003 15:11:09 +0100
Date: Fri, 24 Jan 2003 15:11:09 +0100 (CET)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@thinkpad.c0202001.roe.itnq.net
To: MICO Announce Mailing List <mico-announce@mico.org>
Message-ID: <Pine.LNX.4.43.0301241508300.6420-100000@thinkpad.c0202001.roe.itnq.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Mailman-Approved-At: Fri, 24 Jan 2003 06:12:45 -0800
Subject: [mico-announce] MICO 2.3.8
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1
Precedence: list
Reply-To: mico-devel@mico.org
List-Id: Announcements about the Mico ORB <mico-announce.mico.org>
List-Unsubscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
Sender: mico-announce-bounces@mico.org
Errors-To: mico-announce-bounces@mico.org
Status: RO
Content-Length: 2593
Lines: 64


 Folks,

we are pleased to announce the release of MICO 2.3.8.

This is a bugfix only release, please find list of changes
below.

Hopefully this will be the last release done from standard MICO CVS
sources (single-threaded sources), because we have the intention to
merge changes done in MICO snapshots into the MICO CVS shortly after
this release. Anybody who is using MICO in a production environment
and who have not tested MICO snapshots on his/her platform yet should
start testing right now.

Cheers,

Karel

version 2.3.8

- fix make generate in orb/ directory and regenerate all generated sources
- add Win32 makefile and startup script for demo/ssl (Sorin Mustaca)
- fix Win32 makefiles for MICO SSL compilation (Sorin Mustaca)
- fix compilation of some demos
- fix bad parameter name in SequenceIndTmpl::replace method (Fred Patrick)
- fix corbaloc default port number (Michael Beach)
- adjust compiler flags for VC++ (Peter C. Chapin)
- patch for VC++ v7 (Peter C. Chapin)
- add demo for load balancing in the Naming Service (Hann Wei Toh)
- fix out operation on fixed length _var type (Alexy Khrabrov)
- fix bug upon idl --feed-ir (Gerhard Doeppert)
- fix compile problem on AIX/xlC (Nikolay Logvinov)
- make some Ansi C++ fixes in various services (Nikolay Logvinov)
- fix sequence value boxes (Lari Hotari)
- fix some problems reported by purify (Hannu Huhdanpaa)
- upon --c++-impl, don't generate code for abstract or local interfaces
  (Hajo Passon)
- fix _bind request for GIOP 1.2
- added demo to show CORBA/EJB interoperability (see
  mico/demo/interop/ejb for details)
- added some fixes to handle Sun's J2EE Java-to-IDL mapping
- fix minor code upon throwing UNKNOWN in skeletons (Steffen Kiefer)
- fix --enable-final (Ansgar Rademacher)
- add constructor and assignment operator for TFixVar that accepts
  the fixed-length type itself instead of a pointer (Diego Sevilla Ruiz)
- don't use a wsock32 library on non-windows systems
- fix some compiler warnings in idl generated code (Peter Klotz)
- added #ifndef in orb.idl (Roland Falkenberg)
- fixed #pragma ID when identifier has leading '_' (Roland Falkenberg)
- fix some problems in eventd (Hanke Brandes)
- rename NOT_IMPLEMENTED to MICO_NOT_IMPLEMENTED to avoid name
  clashes (Uwe Maurer)
- fix bug in MIDL code generation (Robert Griffin)

--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com


_______________________________________________
mico-announce mailing list
mico-announce@mico.org
http://mico.sfsu.edu/mailman/listinfo/mico-announce

From mico-announce-bounces@mico.org  Fri Feb 14 14:01:50 2003
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id OAA19556
	for <roemer@vs.inf.ethz.ch>; Fri, 14 Feb 2003 14:01:50 +0100 (MET)
Received: from mico.sfsu.edu (mico.sfsu.edu [130.212.30.16])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id OAA22172
	for <roemer@inf.ethz.ch>; Fri, 14 Feb 2003 14:01:48 +0100 (MET)
Received: from mico.sfsu.edu (localhost.localdomain [127.0.0.1])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h1ECrhW31264;
	Fri, 14 Feb 2003 04:53:43 -0800
Received: from thinkpad.c0202001.roe.itnq.net (thinkpad.c0202001.roe.itnq.net
	[217.112.132.138])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h1ECgOW30655
	for <mico-announce@mico.org>; Fri, 14 Feb 2003 04:42:26 -0800
Received: from karel (helo=localhost)(Debian))	id 18jfAy-00067z-00
	for <mico-announce@mico.org>; Fri, 14 Feb 2003 13:42:44 +0100
Date: Fri, 14 Feb 2003 13:42:41 +0100 (CET)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@thinkpad.c0202001.roe.itnq.net
To: MICO Announce Mailing List <mico-announce@mico.org>
Message-ID: <Pine.LNX.4.43.0302141341480.23395-100000@thinkpad.c0202001.roe.itnq.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [mico-announce] MICO 2.3.9
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1
Precedence: list
Reply-To: mico-devel@mico.org
List-Id: Announcements about the Mico ORB <mico-announce.mico.org>
List-Unsubscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
Sender: mico-announce-bounces@mico.org
Errors-To: mico-announce-bounces@mico.org
Status: RO
Content-Length: 1813
Lines: 49


Folks,

we are pleased to announce the release of MICO 2.3.9.

This release is a long awaited merge of some MICO forks into standard
MICO, in particular the MICOSec and MICO/MT projects. Both existed
separately for nearly 4 years. As part of the IST project COACH
(www.ist-coach.org) and partly funded by the European Commission, we were
able to merge and to stabilize these branches. Our work finally resulted
in this MICO release.

I would like to thank all the people and companies involved in the
development of both branches and I hope that whole MICO community will
appreciate their hard work.

People and companies involved are:

MICO/MT project - done by Andreas Schultz, Andy Kersting and Karel Gardas.

MICOSec project - done by ObjectSecurity Ltd.

MICO Snapshot Win32 port - done by Sorin Mustaca and Srinivas Rao N

For a list of recent changes done in the MICO snapshot, please look at the
CHANGES.gup file in the MICO sources tree. For a list of changes done in
the MICO/MT project before the merge with MICOSec, please look at the
CHANGES.mt file which is also in the MICO source tree. Finally, for a list
of all features added into this relase by the merge, please look at the
CHANGES file.

MICO 2.3.9 is now available for download at

        http://www.mico.org/


Cheers,
Karel
------------------------------------------------------------------------
Karel Gardas, Principal Software Engineer, ObjectSecurity Ltd.
St John's Innovation Centre, Cowley Rd., Cambridge CB4 0WS
Tel. +44 1223 420252, Fax. +44 1223 420844
kgardas@objectsecurity.com, www.objectsecurity.com
------------------------------------------------------------------------

_______________________________________________
mico-announce mailing list
mico-announce@mico.org
http://mico.sfsu.edu/mailman/listinfo/mico-announce

From mico-announce-bounces@mico.org  Fri Feb 14 14:11:57 2003
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id OAA19687
	for <roemer@vs.inf.ethz.ch>; Fri, 14 Feb 2003 14:11:57 +0100 (MET)
Received: from mico.sfsu.edu (mico.sfsu.edu [130.212.30.16])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id OAA22489
	for <roemer@inf.ethz.ch>; Fri, 14 Feb 2003 14:11:56 +0100 (MET)
Received: from mico.sfsu.edu (localhost.localdomain [127.0.0.1])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h1ED9QW32385;
	Fri, 14 Feb 2003 05:09:26 -0800
Received: from thinkpad.c0202001.roe.itnq.net (thinkpad.c0202001.roe.itnq.net
	[217.112.132.138])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h1ECkoW30762
	for <mico-announce@mico.org>; Fri, 14 Feb 2003 04:46:51 -0800
Received: from karel (helo=localhost)(Debian))	id 18jfFG-00068i-00
	for <mico-announce@mico.org>; Fri, 14 Feb 2003 13:47:10 +0100
Date: Fri, 14 Feb 2003 13:47:08 +0100 (CET)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@thinkpad.c0202001.roe.itnq.net
To: MICO Announce Mailing List <mico-announce@mico.org>
Message-ID: <Pine.LNX.4.43.0302141346130.23395-100000@thinkpad.c0202001.roe.itnq.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [mico-announce] MICO Commercial Support
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1
Precedence: list
Reply-To: mico-devel@mico.org
List-Id: Announcements about the Mico ORB <mico-announce.mico.org>
List-Unsubscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
Sender: mico-announce-bounces@mico.org
Errors-To: mico-announce-bounces@mico.org
Status: RO
Content-Length: 1196
Lines: 28


Dear list,

we would like to draw your attention to the commercial support services,
software development and consulting provided by ObjectSecurity for MICO
(which includes the MICOSec Security Services and MICO/MT). The team at
ObjectSecurity is uniquely qualified to provide services related to MICO
because it is currently the official MICO maintainer and therefore has
in-depth knowledge about MICO. As ObjectSecurity's core expertise is in IT
security, we can also assist with integrating MICOSec with your
organisation's overall IT security infrastructure.

More information on MICO commercial support can be found at
http://www.objectsecurity.com/commsup.html

Cheers,
Karel
------------------------------------------------------------------------
Karel Gardas, Principal Software Engineer, ObjectSecurity Ltd.
St John's Innovation Centre, Cowley Rd., Cambridge CB4 0WS
Tel. +44 1223 420252, Fax. +44 1223 420844
kgardas@objectsecurity.com, www.objectsecurity.com
------------------------------------------------------------------------

_______________________________________________
mico-announce mailing list
mico-announce@mico.org
http://mico.sfsu.edu/mailman/listinfo/mico-announce

From mico-devel-bounces@mico.sfsu.edu  Tue Mar  4 13:20:13 2003
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id NAA26083
	for <roemer@vs.inf.ethz.ch>; Tue, 4 Mar 2003 13:20:12 +0100 (MET)
Received: from mico.sfsu.edu (mico.sfsu.edu [130.212.30.16])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id NAA05497
	for <roemer@inf.ethz.ch>; Tue, 4 Mar 2003 13:20:11 +0100 (MET)
Received: from mico.sfsu.edu (localhost.localdomain [127.0.0.1])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h24CJHW05978;
	Tue, 4 Mar 2003 04:19:17 -0800
Received: from thinkpad.c0202001.roe.itnq.net (thinkpad.c0202001.roe.itnq.net
	[217.112.132.138])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h24CHEW05736;
	Tue, 4 Mar 2003 04:17:15 -0800
Received: from karel (helo=localhost)(Debian))
	id 18qBM9-0006kn-00; Tue, 04 Mar 2003 13:17:13 +0100
Date: Tue, 4 Mar 2003 13:17:13 +0100 (CET)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@thinkpad.c0202001.roe.itnq.net
To: MICO Development Mailing List <mico-devel@mico.org>,
        MICO Announce Mailing List <mico-announce@mico.org>,
        Arch Users Mailing List <arch-users@lists.fifthvision.net>
Message-ID: <Pine.LNX.4.43.0303041315250.32419-100000@thinkpad.c0202001.roe.itnq.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [mico-devel] MICO Arch archive available
X-BeenThere: mico-devel@mico.sfsu.edu
X-Mailman-Version: 2.1
Precedence: list
List-Id: Technical discussions about the Mico ORB <mico-devel.mico.sfsu.edu>
List-Unsubscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-devel>,
	<mailto:mico-devel-request@mico.sfsu.edu?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-devel>
List-Post: <mailto:mico-devel@mico.sfsu.edu>
List-Help: <mailto:mico-devel-request@mico.sfsu.edu?subject=help>
List-Subscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-devel>,
	<mailto:mico-devel-request@mico.sfsu.edu?subject=subscribe>
Sender: mico-devel-bounces@mico.sfsu.edu
Errors-To: mico-devel-bounces@mico.sfsu.edu
Status: RO
Content-Length: 1417
Lines: 42


  Folks,

I've created MICO Arch archive which is publicly accessible on
www.mico.org host.

If you don't know Arch, then Arch is a version control system which
provides some nice features in comparison with todays CVS. If you
would like to learn something about it, please look at
http://arch.fifthvision.net. You can also find links to the latest
arch tarballs on this site.

For getting latest MICO sources from our Arch archive, you have to
register MICO archive (I assume you have Arch installed):

larch register-archive mico-devel@mico.org--archive \
http://www.mico.org/mico-archive/

after this step you can get latest sources by using:

larch get mico-devel@mico.org--archive/mico--main--2.3 mico

where sources will be placed into ``mico'' directory.

Since Arch provides nice features like support for distributed
development, you will be able to branch from mico--main--2.3 branch
and develop your own features/fixes in your own archive. If you would
like to merge your new features/fixes back into mico main, then you just
need to make your archive available and I'll do the rest (after
changes review and discussion).

Cheers,

Karel
--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com

_______________________________________________
mico-devel mailing list
mico-devel@mico.sfsu.edu
http://mico.sfsu.edu/mailman/listinfo/mico-devel

From mico-announce-bounces@mico.org  Fri May  9 11:41:10 2003
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id LAA03044
	for <roemer@vs.inf.ethz.ch>; Fri, 9 May 2003 11:41:09 +0200 (MET DST)
Received: from mico.sfsu.edu (mico.sfsu.edu [130.212.30.16])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id LAA04532
	for <roemer@inf.ethz.ch>; Fri, 9 May 2003 11:41:08 +0200 (MET DST)
Received: from mico.sfsu.edu (localhost.localdomain [127.0.0.1])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h499jUW26755;
	Fri, 9 May 2003 02:45:31 -0700
Received: from thinkpad.c0202001.roe.itnq.net (thinkpad.c0202001.roe.itnq.net
	[217.112.132.138])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h499ZtW26190;
	Fri, 9 May 2003 02:35:56 -0700
Received: from karel (helo=localhost)(Debian))
	id 19E4Gr-0007YM-00; Fri, 09 May 2003 11:34:29 +0200
Date: Fri, 9 May 2003 11:34:29 +0200 (CEST)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@thinkpad.c0202001.roe.itnq.net
To: MICO Announce Mailing List <mico-announce@mico.org>,
        MICO Development Mailing List <mico-devel@mico.org>
Message-ID: <Pine.LNX.4.43.0305091130380.9108-100000@thinkpad.c0202001.roe.itnq.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [mico-announce] 
 MICO 2.3.10 prerelease (Weekly snapshot available (030509))
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1
Precedence: list
Reply-To: mico-devel@mico.org
List-Id: Announcements about the Mico ORB <mico-announce.mico.org>
List-Unsubscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
Sender: mico-announce-bounces@mico.org
Errors-To: mico-announce-bounces@mico.org
Status: RO
Content-Length: 1031
Lines: 34


Folks,

I have uploaded weekly snapshot right now into the
http://www.mico.org/snapshots/mico-snapshot-030509.tar.gz file.

The list of changes done in this snapshot is below. Please test it and
report any problems into mico-devel@mico.org mailing list. Hopefully if
everything works well, it will be the last snapshot before 2.3.10 release.

Cheers,

Karel

- start using some dii tests in the testing process
- fix dii client crashing while receiving LOCATION_FORWARD (reported
  by Alexey V. Grigorovich)
- remove unneeded test for vc++ and service pack versions (Sorin
  Mustaca)
- website: add sponsors section

--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com

_______________________________________________
mico-devel mailing list
mico-devel@mico.org
http://mico.sfsu.edu/mailman/listinfo/mico-devel

_______________________________________________
mico-announce mailing list
mico-announce@mico.org
http://mico.sfsu.edu/mailman/listinfo/mico-announce

From mico-announce-bounces@mico.org  Sat May 17 14:26:10 2003
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id OAA21731
	for <roemer@vs.inf.ethz.ch>; Sat, 17 May 2003 14:26:10 +0200 (MET DST)
Received: from mico.sfsu.edu (mico.sfsu.edu [130.212.30.16])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id OAA12431
	for <roemer@inf.ethz.ch>; Sat, 17 May 2003 14:26:08 +0200 (MET DST)
Received: from mico.sfsu.edu (localhost.localdomain [127.0.0.1])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h4HCVTW07324;
	Sat, 17 May 2003 05:31:29 -0700
Received: from thinkpad.c0202001.roe.itnq.net (thinkpad.c0202001.roe.itnq.net
	[217.112.132.138] (may be forged))
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h4HCK0W06490
	for <mico-announce@mico.org>; Sat, 17 May 2003 05:20:01 -0700
Received: from karel (helo=localhost)(Debian))	id 19H0dJ-0005VY-00
	for <mico-announce@mico.org>; Sat, 17 May 2003 14:17:49 +0200
Date: Sat, 17 May 2003 14:17:48 +0200 (CEST)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@thinkpad.c0202001.roe.itnq.net
To: MICO Announce Mailing List <mico-announce@mico.org>
Message-ID: <Pine.LNX.4.43.0305171417360.4923-100000@thinkpad.c0202001.roe.itnq.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [mico-announce] MICO 2.3.10 release candidate 2
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1
Precedence: list
Reply-To: mico-devel@mico.org
List-Id: Announcements about the Mico ORB <mico-announce.mico.org>
List-Unsubscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
Sender: mico-announce-bounces@mico.org
Errors-To: mico-announce-bounces@mico.org
Status: RO
Content-Length: 953
Lines: 32


  Folks,

in the last minute before real 2.3.10 release, we have found small
regression against 2.3.9. It is fixed now, but just to be sure, we
have made yet another release candidate. The list of changes is below.
The tarball is available here:
http://www.mico.org/snapshots/mico-2.3.10rc2.tar.gz

If nobody complains and everything goes well, then we will make real
2.3.10 release sometimes next week.

Thanks for testing,

Karel

- fix RequestInfo_impl::get_profile (regression introduced by wireless
  fixes in ior.cc)
- update MANIFEST
- add missing dii test scripts
- fix mkmanifest script for ignoring arch files
- website: add link to the development snapshots directory

--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com


_______________________________________________
mico-announce mailing list
mico-announce@mico.org
http://mico.sfsu.edu/mailman/listinfo/mico-announce

From mico-announce-bounces@mico.org  Mon May 26 14:55:19 2003
Received: from core.inf.ethz.ch (root@core.inf.ethz.ch [129.132.178.196])
	by vs.inf.ethz.ch (8.8.8/8.8.8) with ESMTP id OAA26940
	for <roemer@vs.inf.ethz.ch>; Mon, 26 May 2003 14:55:19 +0200 (MET DST)
Received: from mico.sfsu.edu (mico.sfsu.edu [130.212.30.16])
	by core.inf.ethz.ch (8.9.3/8.9.3) with ESMTP id OAA09725
	for <roemer@inf.ethz.ch>; Mon, 26 May 2003 14:55:17 +0200 (MET DST)
Received: from mico.sfsu.edu (localhost.localdomain [127.0.0.1])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h4QCgEW18790;
	Mon, 26 May 2003 05:42:14 -0700
Received: from thinkpad.c0202001.roe.itnq.net (thinkpad.c0202001.roe.itnq.net
	[217.112.132.138])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h4QCVSW18206
	for <mico-announce@mico.org>; Mon, 26 May 2003 05:31:29 -0700
Received: from karel (helo=localhost)(Debian))	id 19KH5a-0004Km-00
	for <mico-announce@mico.org>; Mon, 26 May 2003 14:28:30 +0200
Date: Mon, 26 May 2003 14:28:29 +0200 (CEST)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@thinkpad.c0202001.roe.itnq.net
To: MICO Announce Mailing List <mico-announce@mico.org>
Message-ID: <Pine.LNX.4.43.0305261426100.19448-200000@thinkpad.c0202001.roe.itnq.net>
MIME-Version: 1.0
Content-Type: MULTIPART/MIXED;
	BOUNDARY="1893304964-1225789946-1053951782=:19448"
Content-ID: <Pine.LNX.4.43.0305261426101.19448@thinkpad.c0202001.roe.itnq.net>
Subject: [mico-announce] MICO 2.3.10
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1
Precedence: list
Reply-To: mico-devel@mico.org
List-Id: Announcements about the Mico ORB <mico-announce.mico.org>
List-Unsubscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://mico.sfsu.edu/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
Sender: mico-announce-bounces@mico.org
Errors-To: mico-announce-bounces@mico.org
Status: RO
Content-Length: 9378
Lines: 174

  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.
  Send mail to mime@docserver.cac.washington.edu for more info.

--1893304964-1225789946-1053951782=:19448
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-ID: <Pine.LNX.4.43.0305261426102.19448@thinkpad.c0202001.roe.itnq.net>



  Folks,

we are pleased to announce the release of MICO 2.3.10.

This is mainly a bugfix release, because we and number of contributors
have fixed a lot of problems since the last version. Full list of changes
is attached.

MICO 2.3.10 is available for download at http://www.mico.org

Karel
--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com

--1893304964-1225789946-1053951782=:19448
Content-Type: TEXT/plain; name="2.3.10-changes.txt"
Content-Transfer-Encoding: BASE64
Content-ID: <Pine.LNX.4.43.0305261428290.19448@thinkpad.c0202001.roe.itnq.net>
Content-Description: 
Content-Disposition: attachment; filename="2.3.10-changes.txt"

DQotIGZpeCBSZXF1ZXN0SW5mb19pbXBsOjpnZXRfcHJvZmlsZSAocmVncmVz
c2lvbiBpbnRyb2R1Y2VkIGJ5IHdpcmVsZXNzDQogIGZpeGVzIGluIGlvci5j
YykNCi0gdXBkYXRlIE1BTklGRVNUDQotIGFkZCBtaXNzaW5nIGRpaSB0ZXN0
IHNjcmlwdHMNCi0gZml4IG1rbWFuaWZlc3Qgc2NyaXB0IGZvciBpZ25vcmlu
ZyBhcmNoIGZpbGVzDQotIHdlYnNpdGU6IGFkZCBsaW5rIHRvIHRoZSBkZXZl
bG9wbWVudCBzbmFwc2hvdHMgZGlyZWN0b3J5DQotIHN0YXJ0IHVzaW5nIHNv
bWUgZGlpIHRlc3RzIGluIHRoZSB0ZXN0aW5nIHByb2Nlc3MNCi0gZml4IGRp
aSBjbGllbnQgY3Jhc2hpbmcgd2hpbGUgcmVjZWl2aW5nIExPQ0FUSU9OX0ZP
UldBUkQgKHJlcG9ydGVkDQogIGJ5IEFsZXhleSBWLiBHcmlnb3JvdmljaCkN
Ci0gcmVtb3ZlIHVubmVlZGVkIHRlc3QgZm9yIHZjKysgYW5kIHNlcnZpY2Ug
cGFjayB2ZXJzaW9ucyAoU29yaW4NCiAgTXVzdGFjYSkNCi0gd2Vic2l0ZTog
YWRkIHNwb25zb3JzIHNlY3Rpb24NCi0gZml4IGNvbXBpbGF0aW9uIGlzc3Vl
IHdpdGggc3NsIHN1cHBvcnQgb24gbXVsdGktdGhyZWFkZWQgYnVpbGQgb24N
CiAgd2luMzIgcGxhdGZvcm0gKFNvcmluIE11c3RhY2EpDQotIGFkZCBtaXNz
aW5nIGpib3NzIGRlbW8gZmlsZXMNCi0gYWRkIE1JQ08vSkJvc3MgaW50ZXJv
cGVyYWJpbGl0eSBleGFtcGxlcyAoRnJhbmNpc2NvIFJldmVyYmVsKQ0KLSBm
aXggdGltZWQgbGlua2luZyBvbiB3aW4zMi92YysrIHBsYXRmb3JtIChyZW1v
dmUNCiAgX19kZWNsc3BlYyhkbGxpbXBvcnQpIGZyb20gQ09SQkEuaCkgKFNv
cmluIE11c3RhY2EpDQotIHN3aXRjaCBmcm9tIGRsbCB0byBzdGF0aWMgbGli
cmFyaWVzIGJ1aWxkIGZvciB3aW4zMi92YysrIHBsYXRmb3JtDQogKFNvcmlu
IE11c3RhY2EpIA0KLSB3ZWJzaXRlOiB1cGRhdGUgU29yaW4ncyBlbWFpbCBh
ZGRyZXNzDQotIGFkZCBzdXBwb3J0IGZvciAtLW91dHB1dC1kaXIgYW5kIC0t
c2tlbC1zdWZmaXggb3B0aW9ucyBpbnRvIElETA0KICBjb21waWxlciAoTGF1
cmVudCBNYXJ6dWxsbykgDQotIGZpeCBJREwgY29tcGlsYXRpb24gb2YgZXZl
bnQgc2VydmljZSBvbiB3aW4zMiBwbGF0Zm9ybSAoR/xudGVyIE5lad8pDQot
IGdldCByaWQgb2YgTUlDT19TQ09QRSBtYWNybyAoR/xudGVyIE5lad8pDQot
IGRvIHJlbWFpbmluZyB0cmFuc2l0aW9uIGZyb20gX1dJTkRPV1MgdG8gX1dJ
TjMyIChsaWZlY3ljbGUgYW5kDQogIGV4dGVybmFsaXphdGlvbiBzZXJ2aWNl
cykgKE1hcnRpbiBGcmllZHJpY2gpDQotIGZpeCBNSUNPTVQ6OkxvY2tlZCBj
bGFzcyBmb3IgU1QtYnVpbGQgKGFkZCBhcHByb3ByaWF0ZSBjb25zdHJ1Y3Rv
cnMpDQotIHJlbmV3IENTTDIgYWNsLXVuYXdhcmUtY2EtY2hlY2sgZGVtbyBg
YG93bmVyJycgY2VydGlmaWNhdGUNCi0gdmFyaW91cyB2YWx1ZWJveCByZWxh
dGVkIGZpeGVzIG5lZWRlZCBmb3IgTUlDTy9KQm9zcw0KICBpbnRlcm9wZXJh
YmlsaXR5IChGcmFuY2lzY28gUmV2ZXJiZWwpIA0KLSBmaXggbXVsdGktdGhy
ZWFkZWQgYnVpbGQgd2l0aCBvcGVuc3NsIDAuOS43IChKaWFuZyBXZWkgYW5k
IEphYWtrbw0KICBLYW5nYXNoYXJqdSkNCi0gd2ViOiBhZGQgbGluayB0byBU
cmFuc2FjdGlvbiBhbmQgQ29uY3VycmVuY3kgQ29udHJvbCBmb3IgTUlDTw0K
ICBwcm9qZWN0DQotIGZpeCBJREwgY29tcGlsZXIgZmFtb3VzIG91dHB1dCBz
dHJlYW0gaGFjayB3aGVuIGxpbmtlZCBhZ2FpbnN0DQogIGRpbmt1bXdhcmUg
dW5hYnJpZGdlZCBsaWJyYXJ5IDQuMDIgDQotIHVwZGF0ZSB3ZWIgc2l0ZQ0K
LSBhZGQgdW5peCB0cmFuc3BvcnQgdGVzdCBpbnRvIG10L3N0cmVzcyB0ZXN0
c3VpdGUNCi0gZml4IHNvbWUgZGFuZ2Vyb3VzIHNpZGUgZWZmZWN0IGFzc2Vy
dHMgKEFsZXhleSBNZWRub25vZ292KQ0KLSBtYWtlIGV2ZW50IHNlcnZpY2Ug
dGhyZWFkIHNhZmUNCi0gZml4IE9SQkNhbGxiYWNrIGludGVyZmFjZSBpbXBs
ZW1lbnRhdGlvbiBvbiBDT1JCQTo6UmVxdWVzdA0KICAod2FpdGZvci9ub3Rp
Znkgb3BlcmF0aW9ucykgDQotIGNoYW5nZSBldmVudGQgdG8gdXNlIFBPQSBp
bnN0ZWFkIG9mIEJPQSAoU3RlZmFubyBNYXJvY2NvKQ0KLSBhZGQgc3VwcG9y
dCBmb3Igc2hhcmVkIGxpYnJhcmllcyBmb3IgQ29tZWF1IEMvQysrIDQuMy4x
DQotIGFkZCBxdW90aW5nIG9mIGEgcGF0aCB0byB0aGUgbWljby1jcHAgZm9y
IHdpbjMyIHBsYXRmb3JtIChNYXJ0aW4NCiAgRnJpZWRyaWNoKSANCi0gZml4
IGNyYXNoIG9mIElETCBwYXJzZXIgaW4gI3ByYWdtYSBwcmVmaXggaGFuZGxp
bmcgY29kZSAoSm9zDQogIFZsYWRpbWlyLCBSdXNsYW4gU2hldmNoZW5rbykN
Ci0gYWRkIHRlc3QgaWYgdXNlZCBWQysrIGlzIHZlcnNpb24gNyBhbmQgaGln
aGVyIChTb3JpbiBNdXN0YWNhKQ0KLSB1cGRhdGUgZmlsZXMgZnJvbSBDVlMg
d2hpY2ggY29udGFpbnMgJEhlYWRlciBDVlMgc3Vic3RpdHV0aW9uDQogIGtl
eXdvcmQgKGp1c3QgZm9yIGNvbXBsZXRuZXNzIC0gaWdub3JlIGlmIHlvdSBk
b24ndCB1c2UgQXJjaCkNCi0gbWVyZ2Ugc29tZSBmaXhlcyBmcm9tIE1JV0NP
IC0gV2lyZWxlc3MgRXh0ZW5zaW9ucyBmb3IgTUlDTyBwcm9qZWN0DQogIChK
YWFra28gS2FuZ2FzaGFyanUpDQogIC0gcmVtb3ZlIHByZWZpeCBkaXJlY3Rv
cnkgZnJvbSBleHRyYSBkaXJlY3RvcmllcyAoY29uZmlndXJlLmluKQ0KICAt
IHJlbW92ZSB1bmRlZmluZWQgYmVoYXZpb3IgKGNwcC9jY2NwLmMpDQogIC0g
YWNjZXB0IGFsc28gdXBwZXJjYXNlIGxldHRlcnMgaW4gaGV4IG51bWJlcnMg
KG1pY29fdXJsX2RlY29kZSkNCiAgLSBmaXggZGFuZ2Vyb3VzIGZhbGwtdGhy
b3VnaCAocG9hX2ltcGwuY2MpDQogIC0gcmVtb3ZlIHR3byBwb3NzaWJsZSBt
ZW1vcnkgbGVha3MgKG9yYiByZWZlcmVuY2UgaGFuZGxpbmcgaW4NCiAgICBv
cy11bml4LmNjL29zLXdpbmRvd3MuY2MpDQogIC0gY29ycmVjdCBjb3B5aW5n
IG9mIElPUiBhY3RpdmUgcHJvZmlsZXMgYW5kIGFkZHJlc3NpbmcNCiAgLSBw
cm9wYWdhdGUgYWRkcmVzc2luZyBkaXNwb3NpdGlvbnMNCiAgLSBtYWtlIGNv
cnJlY3Rpb25zIHRvIElPUCBJREwgZmlsZSAoaW9wdHlwZXMuaWRsKQ0KICAt
IGZpeCB0d28gdHlwb3MgaW4gY29uZmlndXJlIHNjcmlwdA0KLSByZXBsYWNl
IHN5bWJvbCBfV0lORE9XUyB3aXRoIF9XSU4zMiBzeW1ib2wgKFNvcmluIE11
c3RhY2EpDQotIGZpeCBjb21waWxhdGlvbiBvZiBtdWx0aS10aHJlYWRlZCBi
dWlsZCBvbiBBSVg0IChOaWtvbGF5IExvZ3Zpbm92KQ0KLSBmaXggc2hhcmVk
IGxpYnJhcmllcyBidWlsZCBvbiBOZXRCU0QgKEJvIExpKQ0KLSBkb24ndCBn
ZW5lcmF0ZSBkdW1teSB0ZW1wbGF0ZSBpbnN0YW50aWF0aW9uLCBpdCdzIG5v
dCBuZWVkZWQgYW55bW9yZQ0KICBmb3IgdmMrKzcgYW5kIGhpZ2hlciArIGJv
b3RzdHJhcA0KLSBmaXggY29tcGlsYXRpb24gb2YgZmFzdF9hcnJheS5jYyBv
biBBSVggKE5pa29sYXkgTG9ndmlub3YpDQotIGFkZCB3c3RyaW5nIHRlc3Qg
KHRlc3QvaWRsLzMxKQ0KLSBmaXggbWFrZSBjbGVhbiBpbiBjY20gZGlyZWN0
b3J5IG9uIFdpbjMyL1ZDKysgcGxhdGZvcm0gKE1hcnRpbg0KICBGcmllZHJp
Y2gpDQotIGZpeCBpbnNpZGUgaW50ZXJmYWNlIGRlZmluZWQgc3RyaW5nIGNv
bnN0cyBpbml0aWFsaXphdGlvbiAocmVwb3J0ZWQNCiAgYnkgTmlrb2xheSBM
b2d2aW5vdikNCi0gc21hbGwgYWRkaXRpb25hbCBmaXhlcyBpbiBXaW4zMi9W
QysrIG1ha2VmaWxlcyB3LnIudC4gTWljb0NDTQ0KICAoRG1pdHJpeSBHcmFj
aGpldikNCi0gcG9ydCBNaWNvQ0NNIHRvIFdpbjMyL1ZDKysgcGxhdGZvcm0g
KE1hcnRpbiBGcmllZHJpY2gpDQotIGFkZCBzdXBwb3J0IGZvciBQQ0ggb24g
V2luMzIvVkMrKyBwbGF0Zm9ybSAoU29yaW4gTXVzdGFjYSkNCi0gYWRkIG1p
Y29zZXJ2aWNlLCBzdXBwb3J0IGZvciBydW5uaW5nIE1JQ08gZGFlbW9ucyBh
cyBhbiBOVCBzZXJ2aWNlDQogIChTb3JpbiBNdXN0YWNhKQ0KLSByZW1vdmUg
b2Jzb2xldGUgY29kZSBmb3IgZ2VuZXJhdGlvbiBvZiBtb2R1bGVzIHRvIHN0
cnVjdCBtYXBwaW5nICsNCiAgYm9vdHN0cmFwIHdpdGggZml4ZWQgSURMIGNv
bXBpbGVyDQotIGRpc2FibGUgVkMrKyBoYWNrczogX1ZDX05BTUVTUEFDRV9I
QUNLLCBfVkNfTkFNRVNQQUNFX0JVRyBhbmQNCiAgTUlDT19TQ09QRSwgYW5k
IGRvIGZ1bGwgYm9vdHN0cmFwDQotIHJlZ2VuZXJhdGUgQ1NJdjIgZGVtbyBz
ZXJ2ZXIvY2xpZW50IGNlcnRpZmljYXRlcyBhbmQga2V5cw0KLSBmaXggd2Fy
bmluZyBlbWl0dGVkIGJ5IGdjYzMzL2djYzM0IGFib3V0IHJlb3JkZXJpbmcg
b2YgcGFyZW50IGNsYXNzDQogIGluaXRpYWxpemF0aW9uDQotIHNvbWUgd2lu
MzIvdmMrKyBpbXByb3ZlbWVudHMgaW4gSURMIGNvbXBpbGVyLCBPUkIgaW5p
dCBhbmQgYnVpbGQNCiAgbWFjaGluZXJ5IChTb3JpbiBNdXN0YWNhKQ0KICAt
IG9yYi9vcmIuY2MgOiBnZXQgdGhlIGZ1bGwgcGF0aCBvZiB0aGUgZXhlY3V0
YWJsZSBmaWxlIG5hbWUsIG5vdA0KICAgIGFyZ3ZbMF0gDQogIC0gd2luMzJk
ZWYuY2MgOiBub3QgdXNlIERFU0NSSVBUSU9OIGJlY2F1c2UgaXMgb2Jzb2xl
dGUuIERvZXMgbm90DQogICAgcHJpbnQgdGhlIHJlc3VsdHMgdG8gc3RhbmRh
cmQgb3V0cHV0LCBidXQgaW4gYSBmaWxlIGNyZWF0ZSB3aXRoDQogICAgZGxs
IG5hbWUgYW5kIC5kZWYgZXh0ZW5zaW9uICANCiAgLSBtb2RpZmllZCB0aGUg
bGluayBwcm9jZXNzIGluIGFsbCBtYWpvciBtYWtlZmlsZXMgd2l0aA0KICAg
IHdpbjMyZGVmL2R1bXBiaW4NCiAgLSBtb2RpZmllZCBjb3NzL21ha2VmaWxl
IHNvIG5vdyBpdCBwcm9kdWNlcyBhIGRsbCBub3QgYSBsaWINCiAgLSBtb2Rp
ZnkgYWxsIG1ha2VmaWxlcyBpbiBtaWNvIChleGNlcHRpbmcgZGVtbyBhbmQg
dGVzdCwgbm93KSBzbw0KICAgIHRoYXQgYWxsIHJlc3BvbmQgdG8gbm1ha2Ug
YWxsIHByZyBpbnN0YWxsIChhbmQgbGliIHRvIHNvbWUgb2YNCiAgICB0aGVt
KQ0KICAtIG1vZGlmeSBpZGwgY29tcGlsZXIgc28gdGhhdCBpdCBzZWFyY2gg
Zm9yIG1pY28tY3BwIGluIHRoZSBzYW1lDQogICAgZGlyZWN0b3J5IHdoZXJl
IHRoZSBmaWxlIHdhcyBleGVjdXRlZA0KLSBmaXggQ1NMMiBhdWRpdCBjb2Rl
IGZvciBjb21waWxhdGlvbiB3aXRoIGdjYzMuMyAoY29uc3Qgc3RyaW5nIHNw
cmVhZA0KICBvdmVyIG1hbnkgbGluZXMpIA0KLSBmaXggY3Jhc2ggb24gc2Vy
dmVyIHNpZGUgd2hpbGUgY2FsbGluZyBkZWZhdWx0IHNlcnZhbnQvc2VydmFu
dA0KICBtYW5hZ2VyDQotIGZpeCBDU0wyIGNvbXBpbGF0aW9uIGZhaWx1cmUg
b24gUmVkSGF0IDguMA0KLSByZWNvbXBpbGUgSURMIHBhcnNlciB3aXRoIGJp
c29uIDEuNzUgKGZpeGVzIHBhcnNlciBzdGFjayBvdmVyZmxvdw0KICBpc3N1
ZSkNCi0gcmVtb3ZlIC0tZW5hYmxlLWZhc3QtcGNoIGNvbmZpZ3VyZSBvcHRp
b24sIHNpbmNlIGl0J3MgY2hhbmdlZCB0byBiZQ0KICBvbiBieSBkZWZhdWx0
IGZvciBwY2ggZW5hYmxlZCBidWlsZHMgDQotIHVzZSBzdHJpY3QgQU5TSS9J
U08gQysrIG1vZGUgd2hpbGUgY29tcGlsaW5nIHdpdGggQ29tZWF1IEMvQysr
DQotIGZpeCBzb21lIElTTyBDKysgd2FybmluZ3MvZXJyb3JzIGluIENTTDIN
Ci0gZml4IG1hcHBpbmcgb2Ygc3RyaW5nIGNvbnN0YW50cw0KLSByZXZlcnQg
cGFydCBvZiByZWNlbnQgQ0NNIGZpeCAoY29kZWdlbi1jKystdXRpbC5jYykN
Ci0gQ0NNOiBmaXggdW5zdWJzY3JpYmUgZm9yIG11bHRpcGxlIHJlY2VwdGFj
bGVzIGFuZCB1bnN1YnNjcmliZSBmb3INCiAgcHVibGlzaGVzIHBvcnRzDQot
IGFkZCBwcm9wZXIgI2lmZGVmLyNkZWZpbmUvI2VuZGlmIGFyb3VuZCBDb3NO
YW1pbmcuaWRsIGZpbGUNCg==
--1893304964-1225789946-1053951782=:19448
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

_______________________________________________
mico-announce mailing list
mico-announce@mico.org
http://mico.sfsu.edu/mailman/listinfo/mico-announce

--1893304964-1225789946-1053951782=:19448--

From kgardas@objectsecurity.com Mon Oct 13 01:13:06 2003
Received: from thinkpad.wg-ro-gar1.inext.cz (wg-ro-gar1.inext.cz
	[212.111.6.80])
	by mico.sfsu.edu (8.11.6/8.11.6) with ESMTP id h9D8D5502933
	for <mico-announce@mico.org>; Mon, 13 Oct 2003 01:13:05 -0700
Received: from karel (helo=localhost)
	by thinkpad.wg-ro-gar1.inext.cz with local-esmtp (Exim 3.35 #1
	(Debian)) id 1A94PS-0007LP-00
	for <mico-announce@mico.org>; Mon, 13 Oct 2003 17:14:58 +0200
Date: Mon, 13 Oct 2003 17:14:58 +0200 (CEST)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@thinkpad.wg-ro-gar1.inext.cz
To: MICO Announce Mailing List <mico-announce@mico.org>
Message-ID: <Pine.LNX.4.43.0310131714180.505-100000@thinkpad.wg-ro-gar1.inext.cz>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [mico-announce] MICO 2.3.11
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Mon, 13 Oct 2003 08:13:07 -0000


  Folks,

we are pleased to announce the release of MICO 2.3.11.

This is mainly a bugfix release, because we and number of contributors
have fixed a lot of problems since the last version. There are also
some new features from which the most important are:

- shared libraries support on Cygwin platform
- much improved shared libraries support on Win32 platform
- support for new local interface mapping (ptc/03-03-09)
- some performance improvements
- support for Intel 8.0 C++ compiler on Linux
- support for Comeau C++ with STLport on Linux
- support for MICO cross-compiling on Linux host to Linux target

The most important bugfixes are:

- a lot of fixes in GIOP connection reference counting
- some fixes in Object by Value implementation
- many static memory-leaks were fixed

MICO 2.3.11 is available for download at http://www.mico.org

For full list of changes, please read CHANGES files at:
http://www.mico.org/CHANGES

Note: We recommend to all Qedo users to update to this release from the
(un)official snapshot which they use till now, because the release was
tested to work well with Qedo.

Cheers,

Karel
--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com


From kgardas@objectsecurity.com Wed Dec  8 02:41:22 2004
Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92])
	by mico.sfsu.edu (8.12.11/8.12.11) with ESMTP id iB8AfLcA020993
	for <mico-announce@mico.org>; Wed, 8 Dec 2004 02:41:22 -0800
Received: from thinkpad.gardas.net (unknown [80.188.250.26])
	by smtp-out4.iol.cz (Internet on Line ESMTP server) with ESMTP id
	1A63230381
	for <mico-announce@mico.org>; Wed,  8 Dec 2004 10:54:45 +0100 (CET)
Received: from karel (helo=localhost)
	by thinkpad.gardas.net with local-esmtp (Exim 3.35 #1 (Debian))
	id 1CbyWv-00042Q-00
	for <mico-announce@mico.org>; Wed, 08 Dec 2004 10:54:41 +0100
Date: Wed, 8 Dec 2004 10:54:41 +0100 (CET)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@thinkpad.gardas.net
To: MICO Announce Mailing List <mico-announce@mico.org>
Message-ID: <Pine.LNX.4.43.0412081019280.781-100000@thinkpad.gardas.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [mico-announce] [Announcement] OpenPMF M3 release
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Wed, 08 Dec 2004 10:41:23 -0000


Folks,

we are pleased to announce the M3 release of OpenPMF, our innovative,
model-driven policy management framework. For more information about OpenPMF
please refer to the publications available at http://www.openpmf.org
Some of OpenPMF's key features are:

- centralised, technology-independent policy store
- technology-independent, rich policy language
- advanced feature support: complex delegation, roles/groups, domains
- integration with most IT systems possible
- code reuse is maximised through separation of application and security

This release supports CORBA as a middleware technology and is implemented in
C++ and Java. We provide an open source edition which is licensed under the
GNU General Public License. It is available for download at
http://www.openpmf.org

Please send any comment or bug reports to openpmf@objectsecurity.com

Cheers,
OpenPMF Team




From kgardas@objectsecurity.com Fri Jul 29 03:28:00 2005
Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92])
	by mico.sfsu.edu (8.12.11/8.12.11) with ESMTP id j6TAS0hd017519;
	Fri, 29 Jul 2005 03:28:00 -0700
Received: from antivir4.iol.cz (unknown [192.168.30.209])
	by smtp-out4.iol.cz (Internet on Line ESMTP server) with ESMTP id
	7C09133C1CB; Fri, 29 Jul 2005 12:25:05 +0200 (CEST)
Received: from localhost (antivir4.iol.cz [127.0.0.1])
	by antivir4.iol.cz (Postfix) with ESMTP id 75F87650004;
	Fri, 29 Jul 2005 12:25:05 +0200 (CEST)
Received: from smtp-out4.iol.cz (mta-out4 [192.168.30.31])
	by antivir4.iol.cz (Postfix) with ESMTP id 64641650002;
	Fri, 29 Jul 2005 12:25:05 +0200 (CEST)
Received: from silence.gardas.net (34.122.broadband3.iol.cz [85.70.122.34])
	by smtp-out4.iol.cz (Internet on Line ESMTP server) with ESMTP id
	2399722AFF2; Fri, 29 Jul 2005 12:25:04 +0200 (CEST)
Received: from karel (helo=localhost)
	by silence.gardas.net with local-esmtp (Exim 4.50)
	id 1DyS35-0004zk-HI; Fri, 29 Jul 2005 12:25:03 +0200
Date: Fri, 29 Jul 2005 12:25:03 +0200 (CEST)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@silence.gardas.net
To: MICO Development Mailing List <mico-devel@mico.org>,
	MICO Announce Mailing List <mico-announce@mico.org>,
	Qedo Development Mailing List <qedo-devel@lists.berlios.de>
Message-ID: <Pine.LNX.4.63.0507291223110.27606@silence.gardas.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: amavisd-new at iol.cz
Cc: 
Subject: [mico-announce] First release candidate of MICO 2.3.12 is available
	for testing.
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Fri, 29 Jul 2005 10:28:01 -0000


  Folks,

we are pleased to announce first release candidate of MICO 2.3.12! You
can download it here:

http://www.mico.org/snapshots/mico-2.3.12RC0.tar.gz
http://www.mico.org/snapshots/mico-2.3.12RC0.zip

(only one of these two files is necessary)

Please test it on your platform and send success/failures reports to
the mico-devel@mico.org mailing list (you need to be subscribed before
sending anything there, if you are not subscribed and wouldn't like to
be, please send your reports directly to me).

Cheers,
Karel
------------------------------------------------------------------------
Karel Gardas, Principal Software Engineer, ObjectSecurity Ltd.
St John's Innovation Centre, Cowley Rd., Cambridge CB4 0WS, UK
Tel. +44 1223 420252, Fax. +44 870 762 6041 
USA: Tel.+1-800-898-9148, Fax +1-360-933-9591
kgardas@objectsecurity.com, www.objectsecurity.com
------------------------------------------------------------------------

From kgardas@objectsecurity.com Mon Sep 19 03:10:24 2005
Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92])
	by mico.sfsu.edu (8.12.11/8.12.11) with ESMTP id j8JAANUv013374;
	Mon, 19 Sep 2005 03:10:23 -0700
Received: from antivir4.iol.cz (unknown [192.168.30.209])
	by smtp-out4.iol.cz (Internet on Line ESMTP server) with ESMTP id
	0148533C65E; Mon, 19 Sep 2005 12:07:22 +0200 (CEST)
Received: from localhost (antivir4.iol.cz [127.0.0.1])
	by antivir4.iol.cz (Postfix) with ESMTP id EA0A6650004;
	Mon, 19 Sep 2005 12:07:21 +0200 (CEST)
Received: from smtp-out4.iol.cz (mta-out4 [192.168.30.31])
	by antivir4.iol.cz (Postfix) with ESMTP id 4D71A650009;
	Mon, 19 Sep 2005 12:07:21 +0200 (CEST)
Received: from silence.gardas.net (34.122.broadband3.iol.cz [85.70.122.34])
	by smtp-out4.iol.cz (Internet on Line ESMTP server) with ESMTP id
	E1A3522B058; Mon, 19 Sep 2005 12:07:20 +0200 (CEST)
Received: from karel (helo=localhost)
	by silence.gardas.net with local-esmtp (Exim 4.50)
	id 1EHIYT-0005WC-S7; Mon, 19 Sep 2005 12:07:21 +0200
Date: Mon, 19 Sep 2005 12:07:21 +0200 (CEST)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@silence.gardas.net
To: MICO Announce Mailing List <mico-announce@mico.org>,
	MICO Development Mailing List <mico-devel@mico.org>,
	Qedo Development Mailing List <qedo-devel@lists.berlios.de>
Message-ID: <Pine.LNX.4.63.0509191200230.4340@silence.gardas.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: amavisd-new at iol.cz
Cc: 
Subject: [mico-announce] Second release candidate of MICO 2.3.12 is
	available for testing.
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Mon, 19 Sep 2005 10:10:24 -0000


  Folks,

we are pleased to announce the second release candidate of MICO 2.3.12!
You can download it here:

http://www.mico.org/snapshots/mico-2.3.12RC1.tar.gz
http://www.mico.org/snapshots/mico-2.3.12RC1.zip

(only one of these two files is necessary)

The list of changes since the first release candidate is below. Please 
test it on your platform and send success/failures reports to the 
mico-devel@mico.org mailing list (you need to be subscribed before sending 
anything there, if you are not subscribed and wouldn't like to be, please 
send your reports directly to me).

Cheers,
Karel


- fix assert when generating IDL containing CORBA::Principal type
   (Heiko Jansen)
- fix GIOPConn::initialize_reader_key method to initialize key only
   once
- fix IDL compiler dependency builder for inheritance and circular
   dependency issue
- fix name service to properly initialize Binding object returned from
   `next_one' operation
- fix warning about missing virtual dtor by adding it to the
   GIOPConnMgr class
- fix MICO::IIOPProxy::make_conn method memory leak w.r.t. profile
   cloning
- fix CORBA::IOR::copy method to initialize active profile correctly
- update certificates for test/mt/stress test
- fix to serialise calls to gethostbyname/gethostbyaddr functions
   (issue reported by Jose Luu)
- merge from Wireless MICO branch (Jaakko Kangasharju)
   - update MANIFEST file
   - update the Wireless TODO file
   - remove profile registration from LTP profile
   - remove the Wireless README file
   - remove --relative-paths from Wireless IDL compilation
   - create POA later in Wireless CORBA bridges
   - correct Bluetooth for non-wireless use


------------------------------------------------------------------------
Karel Gardas, Principal Software Engineer, ObjectSecurity Ltd.
St John's Innovation Centre, Cowley Rd., Cambridge CB4 0WS, UK
Tel. +44 1223 420252, Fax. +44 870 762 6041 
USA: Tel.+1-800-898-9148, Fax +1-360-933-9591
kgardas@objectsecurity.com, www.objectsecurity.com
------------------------------------------------------------------------

From kgardas@objectsecurity.com Fri Nov 25 09:00:44 2005
Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92])
	by mico.sfsu.edu (8.12.11/8.12.11) with ESMTP id jAPH0h5J015728;
	Fri, 25 Nov 2005 09:00:43 -0800
Received: from antivir4.iol.cz (unknown [192.168.30.209])
	by smtp-out4.iol.cz (Internet on Line ESMTP server) with ESMTP id
	DCC9733C2EE; Fri, 25 Nov 2005 18:01:53 +0100 (CET)
Received: from localhost (antivir4.iol.cz [127.0.0.1])
	by antivir4.iol.cz (Postfix) with ESMTP id D1FAD650003;
	Fri, 25 Nov 2005 18:01:53 +0100 (CET)
Received: from smtp-out4.iol.cz (mta-out4 [192.168.30.31])
	by antivir4.iol.cz (Postfix) with ESMTP id BE212650002;
	Fri, 25 Nov 2005 18:01:53 +0100 (CET)
Received: from silence.gardas.net (186.122.broadband3.iol.cz [85.70.122.186])
	by smtp-out4.iol.cz (Internet on Line ESMTP server) with ESMTP id
	7934522AEDB; Fri, 25 Nov 2005 18:01:48 +0100 (CET)
Received: from karel (helo=localhost)
	by silence.gardas.net with local-esmtp (Exim 4.50)
	id 1EfgxJ-0005zq-Du; Fri, 25 Nov 2005 18:01:49 +0100
Date: Fri, 25 Nov 2005 18:01:49 +0100 (CET)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@silence.gardas.net
To: MICO Announce Mailing List <mico-announce@mico.org>,
	MICO Development Mailing List <mico-devel@mico.org>,
	Qedo Development Mailing List <qedo-devel@lists.berlios.de>
Message-ID: <Pine.LNX.4.63.0511251800140.4306@silence.gardas.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: amavisd-new at iol.cz
Cc: 
Subject: [mico-announce] Third release candidate of MICO 2.3.12 is available
	for testing.
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Nov 2005 17:00:44 -0000


  Folks,

we are pleased to announce the third release candidate of MICO 2.3.12! You can 
download it here:

http://www.mico.org/snapshots/mico-2.3.12RC2.tar.gz
http://www.mico.org/snapshots/mico-2.3.12RC2.zip

(only one of these two files is necessary)

The list of changes since the second release candidate is below. Please test it 
on your platform and send success/failures reports to the mico-devel@mico.org 
mailing list (you need to be subscribed before sending anything there, if you 
are not subscribed and wouldn't like to be, please send your reports directly 
to me).

Cheers,
Karel

- fix IIOPServer to not break from do_read loop prematurely
- update MANIFEST file
- fix configure for FreeBSD 6 and shared libraries test
- fix wrong variable name in IDL definition of PI (IOP::ServiceId ->
   IOP::ServiceID) (Tom Ritter)
- fix possible race-condition (crash) on server side while receiving
   GIOP connection close message
- fix assert while receiving GIOP close connection message when
   thread-per-connection CM is used
- fix ServerRequestInfo::target_most_derived_interface operation for
   servant locator usage
- fix crash on client side while receiving GIOP connection close
   message

------------------------------------------------------------------------
Karel Gardas, Principal Software Engineer, ObjectSecurity Ltd.
St John's Innovation Centre, Cowley Rd., Cambridge CB4 0WS, UK
Tel. +44 1223 420252, Fax. +44 870 762 6041 USA: Tel.+1-800-898-9148, Fax 
+1-360-933-9591
kgardas@objectsecurity.com, www.objectsecurity.com
------------------------------------------------------------------------

From kgardas@objectsecurity.com Sat Jan 21 15:50:48 2006
Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92])
	by mico.sfsu.edu (8.12.11/8.12.11) with ESMTP id k0LNolYR032097;
	Sat, 21 Jan 2006 15:50:48 -0800
Received: from antivir4.iol.cz (unknown [192.168.30.209])
	by smtp-out4.iol.cz (Internet on Line ESMTP server) with ESMTP id
	B1D1B33C337; Sun, 22 Jan 2006 00:54:18 +0100 (CET)
Received: from localhost (antivir4.iol.cz [127.0.0.1])
	by antivir4.iol.cz (Postfix) with ESMTP id A6B8E650003;
	Sun, 22 Jan 2006 00:54:18 +0100 (CET)
Received: from smtp-out4.iol.cz (mta-out4 [192.168.30.31])
	by antivir4.iol.cz (Postfix) with ESMTP id 94949650002;
	Sun, 22 Jan 2006 00:54:18 +0100 (CET)
Received: from silence.gardas.net (186.122.broadband3.iol.cz [85.70.122.186])
	by smtp-out4.iol.cz (Internet on Line ESMTP server) with ESMTP id
	4CD7C22AEAE; Sun, 22 Jan 2006 00:54:12 +0100 (CET)
Received: from karel (helo=localhost)
	by silence.gardas.net with local-esmtp (Exim 4.50)
	id 1F0SYd-0000Ny-Rb; Sun, 22 Jan 2006 00:54:11 +0100
Date: Sun, 22 Jan 2006 00:54:11 +0100 (CET)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@silence.gardas.net
To: MICO Announce Mailing List <mico-announce@mico.org>,
	MICO Development Mailing List <mico-devel@mico.org>,
	Qedo Development Mailing List <qedo-devel@lists.berlios.de>
Message-ID: <Pine.LNX.4.63.0601211808420.4784@silence.gardas.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: amavisd-new at iol.cz
Cc: 
Subject: [mico-announce] MICO 2.3.12 RC3 is available for testing.
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Sat, 21 Jan 2006 23:50:49 -0000


  Folks,

we are pleased to announce MICO 2.3.12 release candidate 3! You can 
download it here:

http://mico.org/snapshots/mico-2.3.12RC3.tar.gz
http://mico.org/snapshots/mico-2.3.12RC3.zip

This time changes are a little bit intrusive, but whole beast passed our 
regression testing so I hope everything will be OK. Anyway test it on your 
platform(s) and report success/failure to mico-devel@mico.org mailing list 
or directly to me if you don't like to subscribe there.

The list of changes done from RC2 is:

- update copyright header years in generated files
- re-enable old VC++ sequence reference bug workaround (new option:
   --vc-sequence-reference-bug-workaround)
- fix IDL compiler dependency builder for tk_alias struct member
   generation issue
- fix build issue on Solaris/GCC 3.4.x platform

If everything is OK, my plan is to release 2.3.12 during next week or two.

Cheers,
Karel
------------------------------------------------------------------------
Karel Gardas, Principal Software Engineer, ObjectSecurity Ltd.
St John's Innovation Centre, Cowley Rd., Cambridge CB4 0WS, UK
Tel. +44 1223 420252, Fax. +44 870 762 6041 
USA: Tel.+1-800-898-9148, Fax +1-360-933-9591
kgardas@objectsecurity.com, www.objectsecurity.com
------------------------------------------------------------------------

From kgardas@objectsecurity.com Tue Feb  7 03:45:29 2006
Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92])
	by mico.sfsu.edu (8.12.11/8.12.11) with ESMTP id k17BjSi2004578;
	Tue, 7 Feb 2006 03:45:29 -0800
Received: from antivir4.iol.cz (avir4 [192.168.30.209])
	by smtp-out4.iol.cz (Postfix) with ESMTP id E50E41F88F0;
	Tue,  7 Feb 2006 12:49:36 +0100 (CET)
Received: from localhost (antivir4.iol.cz [127.0.0.1])
	by antivir4.iol.cz (Postfix) with ESMTP id C8F7C240024;
	Tue,  7 Feb 2006 12:49:36 +0100 (CET)
Received: from smtp-out4.iol.cz (unknown [192.168.30.31])
	by antivir4.iol.cz (Postfix) with ESMTP id B2666240021;
	Tue,  7 Feb 2006 12:49:36 +0100 (CET)
Received: from silence.gardas.net (186.122.broadband3.iol.cz [85.70.122.186])
	by smtp-out4.iol.cz (Postfix) with ESMTP id 21F3E22AEC4;
	Tue,  7 Feb 2006 12:49:33 +0100 (CET)
Received: from karel (helo=localhost)
	by silence.gardas.net with local-esmtp (Exim 4.50)
	id 1F6RLi-0001Q3-H3; Tue, 07 Feb 2006 12:49:34 +0100
Date: Tue, 7 Feb 2006 12:49:34 +0100 (CET)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@silence.gardas.net
To: MICO Development Mailing List <mico-devel@mico.org>,
	MICO Announce Mailing List <mico-announce@mico.org>,
	Qedo Development Mailing List <qedo-devel@lists.berlios.de>
Message-ID: <Pine.LNX.4.63.0602071248370.4883@silence.gardas.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: amavisd-new at iol.cz
Cc: 
Subject: [mico-announce] MICO 2.3.12
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Tue, 07 Feb 2006 11:45:30 -0000


  Folks,

we are pleased to announce the release of MICO 2.3.12.

The major features of this release are:

- multi-threading is on by default on supported platforms (Unixes,
   Win32/VC++)
- Wireless MICO Extensions project was merged in. See
   --enable-wireless configure option (work done by Jaakko Kangasharju)
- CORBA reflection support (mars/04-08-12) was added (work done by Frank
   Pilhofer)
- rewritten client-side concurrency models, new command-line options
   introduced are: -ORBClientThreaded, -ORBClientThreadedBlocking,
   -ORBClientReactive
- The IDL compiler was enhanced to better support include paths
   searching/generation, see -B option (work done by Dirk
   O. Siebnich)
- Poll-based dispatcher was added, see -ORBUsePoll command-line option
   (work done by Florian Wesch)
- codesets IOR component handling placement improved, see
   -ORBCodeSetsInIIOPProfile and -ORBNoCodeSetsInMultiCompProfile
   command-line options
- new platform support added for: Darwin/MacOSX/GCC (Dmitri Hrapof) and Cray
   Unicos/CC (Rob Ratcliff/FutureTek)
- a lot improved support for SGI Irix/MipsPRO (Sander Cox, Zoltan
   Bordas), Tru64/CXX, HP-UX/ACC, and Solaris/CC platforms

Removed or deprecated/disabled features are:

- BOA is finally removed
- old interceptors upcalls are now disabled by default. The feature
   itself is deprecated and scheduled for removal in next release
- Trader and Stream services are disabled by default due their
   dependency on BOA
- Relationship service is also disabled by default to save compilation
   time on this not so used service. Use --enable-relship to enable it

This release also contains a load of bugfixes and small enhancements
and we recommend it for upgrade. Most important bugfixes went in
for: PI, GIOP, SSL/TLS transport, DII, DynAny and threading. They are
provided or reported by either ObjectSecurity or by 3th party
contributors: Sorin Mustaca, Jaakko Kangasharju, Dirk O. Siebnich,
Fred Patrick, Sergey Matveychuk, Joerg Knobloch, Steffen Kiefer,
Michio Tsunekawa, Frank Pilhofer, Dmitri Hrapof, Sander Cox, Zoltan
Bordas, Vinod Kumar, Florian Wesch, Rob Ratcliff, Michail Bannij,
Ruslan Shevchenko, Ron Wechselberger, Jose Luu, Heiko Jansen, Tom
Ritter, Antony Ramahay.

MICO 2.3.12 is available for download at http://www.mico.org
For full list of changes, please read CHANGES files at:
http://www.mico.org/CHANGES


Thanks to all which makes this release possible. Please test it on
your platform and report success or failure to mico-devel@mico.org
mailing list or directly to me, if you are not subscribed in this
list.

Karel
------------------------------------------------------------------------
Karel Gardas, Principal Software Engineer, ObjectSecurity Ltd.
St John's Innovation Centre, Cowley Rd., Cambridge CB4 0WS, UK
Tel. +44 1223 420252, Fax. +44 870 762 6041 
USA: Tel.+1-800-898-9148, Fax +1-360-933-9591
kgardas@objectsecurity.com, www.objectsecurity.com
------------------------------------------------------------------------

From kgardas@objectsecurity.com Fri May 19 02:54:32 2006
Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92])
	by mico.sfsu.edu (8.12.11/8.12.11) with ESMTP id k4J9sVcW016283
	for <mico-announce@mico.org>; Fri, 19 May 2006 02:54:31 -0700
Received: from antivir4.iol.cz (avir4 [192.168.30.209])
	by smtp-out4.iol.cz (Postfix) with ESMTP id C460B1F88A1
	for <mico-announce@mico.org>; Fri, 19 May 2006 12:02:42 +0200 (CEST)
Received: from localhost (antivir4.iol.cz [127.0.0.1])
	by antivir4.iol.cz (Postfix) with ESMTP id 9384B240025
	for <mico-announce@mico.org>; Fri, 19 May 2006 12:02:42 +0200 (CEST)
Received: from smtp-out4.iol.cz (smtp-out-4.iplanet.iol.cz [192.168.30.31])
	by antivir4.iol.cz (Postfix) with ESMTP id 80C59240024
	for <mico-announce@mico.org>; Fri, 19 May 2006 12:02:42 +0200 (CEST)
Received: from silence.gardas.net (186.122.broadband3.iol.cz [85.70.122.186])
	by smtp-out4.iol.cz (Postfix) with ESMTP id 64C1222AEC3
	for <mico-announce@mico.org>; Fri, 19 May 2006 12:02:42 +0200 (CEST)
Received: from karel (helo=localhost)
	by silence.gardas.net with local-esmtp (Exim 4.50)
	id 1Fh1og-0001Oa-1M
	for mico-announce@mico.org; Fri, 19 May 2006 12:02:42 +0200
Date: Fri, 19 May 2006 12:02:42 +0200 (CEST)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@silence.gardas.net
To: MICO Announce Mailing List <mico-announce@mico.org>
Message-ID: <Pine.LNX.4.63.0605191201270.4129@silence.gardas.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: amavisd-new at iol.cz
Subject: [mico-announce] [commercial] MICO subscription options available
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Fri, 19 May 2006 09:54:32 -0000


Folks,

ObjectSecurity now provides a number of technical support subscription 
options to better support our MICO users. We hope that this new offering 
meets the needs of your organisation, and that it will help continued 
growth of the MICO market share.

Please go to the following URL for more information:
http://www.objectsecurity.com/en-products-mico-support.html

Cheers,
Karel
------------------------------------------------------------------------
Karel Gardas, Principal Software Engineer, ObjectSecurity Ltd.
St John's Innovation Centre, Cowley Rd., Cambridge CB4 0WS, UK
Tel. +44 1223 420252, Fax. +44 870 762 6041 
USA: Tel.+1-800-898-9148, Fax +1-360-933-9591
kgardas@objectsecurity.com, www.objectsecurity.com
------------------------------------------------------------------------

From kgardas@objectsecurity.com Fri May 19 02:56:02 2006
Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92])
	by mico.sfsu.edu (8.12.11/8.12.11) with ESMTP id k4J9u1xm016307
	for <mico-announce@mico.org>; Fri, 19 May 2006 02:56:02 -0700
Received: from antivir4.iol.cz (avir4 [192.168.30.209])
	by smtp-out4.iol.cz (Postfix) with ESMTP id 1D6DF1F8393
	for <mico-announce@mico.org>; Fri, 19 May 2006 12:04:25 +0200 (CEST)
Received: from localhost (antivir4.iol.cz [127.0.0.1])
	by antivir4.iol.cz (Postfix) with ESMTP id 0D08B240025
	for <mico-announce@mico.org>; Fri, 19 May 2006 12:04:25 +0200 (CEST)
Received: from smtp-out4.iol.cz (smtp-out-4.iplanet.iol.cz [192.168.30.31])
	by antivir4.iol.cz (Postfix) with ESMTP id E6E01240021
	for <mico-announce@mico.org>; Fri, 19 May 2006 12:04:24 +0200 (CEST)
Received: from silence.gardas.net (186.122.broadband3.iol.cz [85.70.122.186])
	by smtp-out4.iol.cz (Postfix) with ESMTP id C487322AEFA
	for <mico-announce@mico.org>; Fri, 19 May 2006 12:04:24 +0200 (CEST)
Received: from karel (helo=localhost)
	by silence.gardas.net with local-esmtp (Exim 4.50)
	id 1Fh1qK-0001Oh-I7
	for mico-announce@mico.org; Fri, 19 May 2006 12:04:24 +0200
Date: Fri, 19 May 2006 12:04:24 +0200 (CEST)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@silence.gardas.net
To: MICO Announce Mailing List <mico-announce@mico.org>
Message-ID: <Pine.LNX.4.63.0605191202490.4129@silence.gardas.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: amavisd-new at iol.cz
Subject: [mico-announce] Donations to MICO project possible
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Fri, 19 May 2006 09:56:02 -0000


Folks,

As part of the ongoing cooperation between MICO developers and the MICO 
user community, we have decided to provide a way to donate money towards 
the MICO project. If you are using MICO and you consider it good value for 
you and for your organisation, then please make a donation towards its 
future development and enhancements. You can use: 
http://www.mico.org/down.html and click on ``MAKE A DONATION NOW'' or you 
can go directly to our donation page at: 
http://www.objectsecurity.com/en-products-mico-donation.html

After donating, please do not forget to complete the short form on the 
page above so we will know which technology the donation should go to.

Thanks for your support,
Karel
------------------------------------------------------------------------
Karel Gardas, Principal Software Engineer, ObjectSecurity Ltd.
St John's Innovation Centre, Cowley Rd., Cambridge CB4 0WS, UK
Tel. +44 1223 420252, Fax. +44 870 762 6041 
USA: Tel.+1-800-898-9148, Fax +1-360-933-9591
kgardas@objectsecurity.com, www.objectsecurity.com
------------------------------------------------------------------------

From kgardas@objectsecurity.com Tue May 30 05:56:31 2006
Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92])
	by mico.sfsu.edu (8.12.11/8.12.11) with ESMTP id k4UCuUv4029167
	for <mico-announce@mico.org>; Tue, 30 May 2006 05:56:30 -0700
Received: from antivir4.iol.cz (avir4 [192.168.30.209])
	by smtp-out4.iol.cz (Postfix) with ESMTP id DFFF71F8506
	for <mico-announce@mico.org>; Tue, 30 May 2006 15:05:16 +0200 (CEST)
Received: from localhost (antivir4.iol.cz [127.0.0.1])
	by antivir4.iol.cz (Postfix) with ESMTP id D30BE240024
	for <mico-announce@mico.org>; Tue, 30 May 2006 15:05:16 +0200 (CEST)
Received: from smtp-out4.iol.cz (smtp-out-4.iplanet.iol.cz [192.168.30.31])
	by antivir4.iol.cz (Postfix) with ESMTP id B836D240021
	for <mico-announce@mico.org>; Tue, 30 May 2006 15:05:16 +0200 (CEST)
Received: from silence.gardas.net (186.122.broadband3.iol.cz [85.70.122.186])
	by smtp-out4.iol.cz (Postfix) with ESMTP id 9D59922AEB8
	for <mico-announce@mico.org>; Tue, 30 May 2006 15:05:12 +0200 (CEST)
Received: from karel (helo=localhost)
	by silence.gardas.net with local-esmtp (Exim 4.50)
	id 1Fl3uJ-0002TP-VV
	for mico-announce@mico.org; Tue, 30 May 2006 15:05:11 +0200
Date: Tue, 30 May 2006 15:05:11 +0200 (CEST)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@silence.gardas.net
To: MICO Announce Mailing List <mico-announce@mico.org>
Message-ID: <Pine.LNX.4.63.0605301502340.7704@silence.gardas.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: amavisd-new at iol.cz
Subject: [mico-announce] MICO Survey
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Tue, 30 May 2006 12:56:31 -0000


Hi,

We would like to hear from you! Please let us know what you think about MICO
and the MICO technical services and subscription plans that ObjectSecurity
offers.

We would be grateful if you could complete our short one minute MICO
services survey at:

http://www.objectsecurity.com/en-products-mico-survey.html

Your input is valuable and will help us provide you and the community with
improved MICO related services.

Thank you,
Karel
------------------------------------------------------------------------
Karel Gardas, Principal Software Engineer, ObjectSecurity Ltd.
St John's Innovation Centre, Cowley Rd., Cambridge CB4 0WS, UK
Tel. +44 1223 420252, Fax. +44 870 762 6041 
USA: Tel.+1-800-898-9148, Fax +1-360-933-9591
kgardas@objectsecurity.com, www.objectsecurity.com
------------------------------------------------------------------------

From kgardas@objectsecurity.com Sat Jul  8 15:43:39 2006
Received: from smtp-out3.iol.cz (smtp-out3.iol.cz [194.228.2.91])
	by mico.sfsu.edu (8.12.11/8.12.11) with ESMTP id k68MhcF4009718;
	Sat, 8 Jul 2006 15:43:39 -0700
Received: from antivir3.iol.cz (antivir3.iplanet.iol.cz [192.168.30.206])
	by smtp-out3.iol.cz (Postfix) with ESMTP id 1F04A21FC5E;
	Sun,  9 Jul 2006 00:44:01 +0200 (CEST)
Received: from localhost (antivir3.iol.cz [127.0.0.1])
	by antivir3.iol.cz (Postfix) with ESMTP id 1022342000A;
	Sun,  9 Jul 2006 00:44:01 +0200 (CEST)
Received: from smtp-out3.iol.cz (smtp-out-3.iplanet.iol.cz [192.168.30.28])
	by antivir3.iol.cz (Postfix) with ESMTP id 92B32420006;
	Sun,  9 Jul 2006 00:44:00 +0200 (CEST)
Received: from silence.gardas.net (186.122.broadband3.iol.cz [85.70.122.186])
	by smtp-out3.iol.cz (Postfix) with ESMTP id 5ECE457E19;
	Sun,  9 Jul 2006 00:43:56 +0200 (CEST)
Received: from karel (helo=localhost)
	by silence.gardas.net with local-esmtp (Exim 4.50)
	id 1FzLWl-0005fr-NJ; Sun, 09 Jul 2006 00:43:55 +0200
Date: Sun, 9 Jul 2006 00:43:55 +0200 (CEST)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@silence.gardas.net
To: MICO Announce Mailing List <mico-announce@mico.org>,
	MICO Development Mailing List <mico-devel@mico.org>
Message-ID: <Pine.LNX.4.63.0607090001490.4844@silence.gardas.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: amavisd-new at iol.cz
Cc: 
Subject: [mico-announce] [SECURITY FIX 001]: MICO 2.3.12 _non_existent call
	vulnerability
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Sat, 08 Jul 2006 22:43:39 -0000


Folks,

we have been notified about possible DoS attack which involves calling 
_non_existent operation on the application server side with corrupted 
target object ID. We have successfully duplicated this issue and prepared 
a fix. The fix has been tested for regressions and it is regression free. 
If you are using MICO application on the public network, we strongly 
recommend you to apply it. It is against the MICO 2.3.12 release.

See http://mico.org/down.html or get it directly from 
http://mico.org/errata/mico-2.3.12-secfix1.diff

Cheers,
Karel
------------------------------------------------------------------------
Karel Gardas, Principal Software Engineer, ObjectSecurity Ltd.
St John's Innovation Centre, Cowley Rd., Cambridge CB4 0WS, UK
Tel. +44 1223 420252, Fax. +44 870 762 6041 
USA: Tel.+1-800-898-9148, Fax +1-360-933-9591
kgardas@objectsecurity.com, www.objectsecurity.com
------------------------------------------------------------------------

From kgardas@objectsecurity.com Mon Nov  6 11:41:36 2006
Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92])
	by mico.sfsu.edu (8.12.11/8.12.11) with ESMTP id kA6JfK7o010361
	for <mico-announce@mico.org>; Mon, 6 Nov 2006 11:41:36 -0800
Received: from antivir4.iol.cz (unknown [192.168.30.209])
	by smtp-out4.iol.cz (Postfix) with ESMTP id E4D211C7809
	for <mico-announce@mico.org>; Mon,  6 Nov 2006 19:46:22 +0000 (UTC)
Received: from localhost (antivir4.iol.cz [127.0.0.1])
	by antivir4.iol.cz (Postfix) with ESMTP id D8FB7240082
	for <mico-announce@mico.org>; Mon,  6 Nov 2006 20:46:22 +0100 (CET)
Received: from smtp-out4.iol.cz (smtp-out-4.iplanet.iol.cz [192.168.30.31])
	by antivir4.iol.cz (Postfix) with ESMTP id B34CD240080
	for <mico-announce@mico.org>; Mon,  6 Nov 2006 20:46:22 +0100 (CET)
Received: from silence.gardas.net (186.122.broadband3.iol.cz [85.70.122.186])
	by smtp-out4.iol.cz (Postfix) with ESMTP id 6920F47E37
	for <mico-announce@mico.org>; Mon,  6 Nov 2006 20:46:22 +0100 (CET)
Received: from karel (helo=localhost)
	by silence.gardas.net with local-esmtp (Exim 4.50)
	id 1GhAQI-0002ZC-6L
	for mico-announce@mico.org; Mon, 06 Nov 2006 20:46:22 +0100
Date: Mon, 6 Nov 2006 20:46:22 +0100 (CET)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@silence.gardas.net
To: MICO Announce Mailing List <mico-announce@mico.org>
Message-ID: <Pine.LNX.4.63.0611062044060.9827@silence.gardas.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: amavisd-new at iol.cz
Subject: [mico-announce] New MICO website design, endorsements,
	and free consultation offer
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Mon, 06 Nov 2006 19:41:37 -0000


Folks,

We have put a redesigned MICO web site on-line. I hope you will find it 
easier to navigate (and of course better looking). I'm personally glad 
that we have added new endorsements and news sections. Please let me know 
your opinion on new design. Also if you would like to put some of your 
company/organization endorsement on-line (or any other MICO news you may 
have), please get in touch with me. This would help the MICO project a 
lot.

When you browse the news, you will see that there are a couple o nice 
success stories for MICO - in particular it is successfully used inside 
SecureMiddleware, an enhanced CCM implementation with a model based 
development tool chain and improved QoS support. By the way, 
SecureMiddleware is also used within ObjectSecurity's SimulateWorld 
environment, and for a nice information integration project in the air 
traffic control domain. Both highlight MICO's capabilities in performance 
and mission-critical environments where security is important.

If you are interested in looking at CCM with MICO inside, I would also 
like to note that our company currently offers free one hour migration 
service for:

1) CORBA 2.x application to CORBA 3.x/CCM migration
2) security unaware application to OpenPMF secured application migration
3) CORBA 2.x to SecureMiddleware migration (basically points (1) and (2)
    combined together)

Please contact me off-list if you have further questions with regarding 
the migration program. And if you would like to stay informed about 
SecureMiddleware, other related topics and special offers, please feel 
free to sign up to our monthly newsletter at www.objectsecurity.com.

Cheers,
Karel
------------------------------------------------------------------------
Karel Gardas, Principal Software Engineer, ObjectSecurity Ltd.
St John's Innovation Centre, Cowley Rd., Cambridge CB4 0WS, UK
Tel. +44 1223 420252, Fax. +44 870 762 6041 
USA: Tel.+1-800-898-9148, Fax +1-360-933-9591
kgardas@objectsecurity.com, www.objectsecurity.com
------------------------------------------------------------------------

From kgardas@objectsecurity.com Thu Feb  8 00:53:16 2007
Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92])
	by mico.sfsu.edu (8.12.11/8.12.11) with ESMTP id l188rEYb005524;
	Thu, 8 Feb 2007 00:53:15 -0800
Received: from antivir6.iol.cz (unknown [192.168.30.215])
	by smtp-out4.iol.cz (Postfix) with ESMTP id 3A349164424;
	Thu,  8 Feb 2007 09:02:26 +0000 (UTC)
Received: from localhost (antivir6.iol.cz [127.0.0.1])
	by antivir6.iol.cz (Postfix) with ESMTP id E14A3260038;
	Thu,  8 Feb 2007 10:02:25 +0100 (CET)
X-Virus-Scanned: amavisd-new at iol.cz
Received: from antivir6.iol.cz ([127.0.0.1])
	by localhost (antivir6.iol.cz [127.0.0.1]) (amavisd-new, port 10224)
	with LMTP id db2Lgu9Ucjbd; Thu,  8 Feb 2007 10:02:25 +0100 (CET)
Received: from smtp-out4.iol.cz (mta-out4 [192.168.30.31])
	by antivir6.iol.cz (Postfix) with ESMTP id 8896226003E;
	Thu,  8 Feb 2007 10:02:25 +0100 (CET)
Received: from silence.gardas.net (186.122.broadband3.iol.cz [85.70.122.186])
	by smtp-out4.iol.cz (Postfix) with ESMTP id E688447E1F;
	Thu,  8 Feb 2007 10:02:24 +0100 (CET)
Received: from karel (helo=localhost)
	by silence.gardas.net with local-esmtp (Exim 4.50)
	id 1HF5Ac-0001Tk-HG; Thu, 08 Feb 2007 10:02:22 +0100
Date: Thu, 8 Feb 2007 10:02:22 +0100 (CET)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@silence.gardas.net
To: MICO Development Mailing List <mico-devel@mico.org>,
	MICO Announce Mailing List <mico-announce@mico.org>
Message-ID: <Pine.LNX.4.63.0702080955560.5624@silence.gardas.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Cc: 
Subject: [mico-announce] IPv6 for MICO
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Thu, 08 Feb 2007 08:53:16 -0000


Dear all,

as part of a research project, we did an experimental implementation of 
IPv6 for MICO. The resulting code was good enough for our tests, but it is 
not sufficient for including it in MICO. Some features are missing, e.g. 
corbaloc support, some features are not up to our normal quality standards 
and we also need a lot of additional testing on various platforms.

Since the project finished, we are now seeking some funding for this work. 
If your organization needs IPv6 for MICO and you are willing to 
contribute, then please get in touch with us!

Cheers,
Karel
ps: As always, our support customers can get a snapshot.

------------------------------------------------------------------------
Karel Gardas, Principal Software Engineer, ObjectSecurity Ltd.
St John's Innovation Centre, Cowley Rd., Cambridge CB4 0WS, UK
Tel. +44 1223 420252, Fax. +44 870 762 6041 
USA: Tel.+1-800-898-9148, Fax +1-360-933-9591
kgardas@objectsecurity.com, www.objectsecurity.com
------------------------------------------------------------------------

From kgardas@objectsecurity.com Wed Feb 14 03:46:38 2007
Received: from smtp-out3.iol.cz (smtp-out3.iol.cz [194.228.2.91])
	by mico.sfsu.edu (8.12.11/8.12.11) with ESMTP id l1EBkbRK010198
	for <mico-announce@mico.org>; Wed, 14 Feb 2007 03:46:37 -0800
Received: from antivir5.iol.cz (unknown [192.168.30.212])
	by smtp-out3.iol.cz (Postfix) with ESMTP id 6B61E65081
	for <mico-announce@mico.org>; Wed, 14 Feb 2007 12:56:02 +0100 (CET)
Received: from localhost (antivir5.iol.cz [127.0.0.1])
	by antivir5.iol.cz (Postfix) with ESMTP id 2246066C013
	for <mico-announce@mico.org>; Wed, 14 Feb 2007 12:56:02 +0100 (CET)
X-Virus-Scanned: amavisd-new at iol.cz
Received: from antivir5.iol.cz ([127.0.0.1])
	by localhost (antivir5.iol.cz [127.0.0.1]) (amavisd-new, port 10224)
	with LMTP id QKnZmbkKj9hB for <mico-announce@mico.org>;
	Wed, 14 Feb 2007 12:56:01 +0100 (CET)
Received: from smtp-out3.iol.cz (mta-out3 [192.168.30.28])
	by antivir5.iol.cz (Postfix) with ESMTP id DC0D766C010
	for <mico-announce@mico.org>; Wed, 14 Feb 2007 12:56:01 +0100 (CET)
Received: from silence.gardas.net (186.122.broadband3.iol.cz [85.70.122.186])
	by smtp-out3.iol.cz (Postfix) with ESMTP id 34E9857E31
	for <mico-announce@mico.org>; Wed, 14 Feb 2007 12:55:59 +0100 (CET)
Received: from karel (helo=localhost)
	by silence.gardas.net with local-esmtp (Exim 4.50)
	id 1HHIju-0002LU-Ok
	for mico-announce@mico.org; Wed, 14 Feb 2007 12:55:58 +0100
Date: Wed, 14 Feb 2007 12:55:58 +0100 (CET)
From: Karel Gardas <kgardas@objectsecurity.com>
X-X-Sender: karel@silence.gardas.net
To: MICO Announce Mailing List <mico-announce@mico.org>
Message-ID: <Pine.LNX.4.63.0702141036320.3881@silence.gardas.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Subject: [mico-announce] CORBA/MICO training request form
X-BeenThere: mico-announce@mico.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Announcements related to the Mico ORB  <mico-announce.mico.org>
List-Unsubscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=unsubscribe>
List-Archive: <http://www.mico.org/pipermail/mico-announce>
List-Post: <mailto:mico-announce@mico.org>
List-Help: <mailto:mico-announce-request@mico.org?subject=help>
List-Subscribe: <http://www.mico.org/mailman/listinfo/mico-announce>,
	<mailto:mico-announce-request@mico.org?subject=subscribe>
X-List-Received-Date: Wed, 14 Feb 2007 11:46:38 -0000


   Dear all,

based on the customer requests we are now offering various CORBA/MICO
training workshops, as well as a distributed systems security
workshop. These courses are aimed at MICO developers who want to learn
more about MICO development and CORBA in general. Instructors include
myself and Arno Puder, the founder of MICO.

We have prepared a request form where you can specify your preferred
date and location:
http://www.objectsecurity.com/en-services-training.html

If you are interested in this, please complete the expression of
interest on the website and we will try to accommodate your
preferences.

Please do not hesitate to contact me in case of any further questions,

Karel
-----------