Commit graph

11 commits

Author SHA1 Message Date
wiz
fafa06a9ba Update to 2.24.0:
pyorbit-2.24.0:  23-Sep-2008
    - Added weakref support to Python CORBA objects (Eitan Isaacson, #502925)
    - Allow accessing reference count data (Eitan Isaacson, #471391)
    - Misc. build fixes (Thomas Lee, #522593, Sebastien Bacher, #448178)
2008-10-28 07:59:25 +00:00
drochner
f2fa6c9d7f update to 2.14.3
changes:
-Fix build problem on Mac OS X
-Fix compatibility with non-ORBit2 based servants
2007-07-06 18:47:37 +00:00
drochner
d16a3db8c6 update to 2.14.2
changes:
- Fix build problem on gentoo
- Fix a couple of bugs uncovered by Coverity
2007-03-13 10:59:02 +00:00
joerg
60896cf0bc Linking against libpython needs to link against pthread on some platforms
to work.
2006-07-14 06:29:02 +00:00
drochner
28fdf44f81 update to 2.14.1
changes:
- Fix build problem on cygwin
- Fix segmentation fault on orb.shutdown()
- Make it work on Python 2.5 and 64-bit platforms
2006-07-07 18:37:41 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
recht
2ab999c3ea update to 2.0.1
pyorbit-2.0.1:  4-October-2004
	- x86_64 build fixes (Mark McLoughlin)
	- export pyorbit versions (Gustavo)
	- Python 2.4 fixes (James)
	- Bug fixes (James, Bowin Owens)
2004-12-29 11:04:45 +00:00
recht
cc9bdea583 Update to 2.0.
changes:
- roll version number over to 2.0
- get rid of some unused code in the method call marshaller.
2003-09-08 21:14:08 +00:00
recht
879f63dfc6 Update to 1.99.7.
Changes:
* fix a problem with handling of exceptions that was uncovered by
  Python 2.3.
* disable assigning to unknown attributes on stub instances.  Saves
  a little memory too.
* add CORBA.ORB.work_pending() and CORBA.ORB.perform_work() methods.
2003-08-25 19:33:43 +00:00
recht
416d8baec0 Update to 1.99.6
Changes (since 1.99.5):
* Work with latest HEAD branch (ORBit2 2.7.x).
* allow importing of CORBA or PortableServer without first importing
  ORBit.  This gives better compatibility with standard CORBA mapping.
* None is not a valid string/wstring value.
* accept strings for sequence<octet>.
* clean up base class list when building client stubs.  This is
  needed in order for the stubs to work with Python 2.3.
* fix some possible segfaults if the argument names are missing in
  the IInterface structures, which occurs when using ORBit.load_file().
2003-08-09 12:51:01 +00:00
drochner
8934340368 pull in py-ORBit from pkgsrc-wip, provided by Marc Recht 2003-05-09 16:33:38 +00:00