2008-09-06 17:10:18 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.14.14:
ORBit2-2.14.14
- portability
+ Fix build on win32 (Tor)
+ Mac OS/X fixes (Jules Colding)
- bug fixes
+ use ORBIT_SOCKETDIR to propagate the socket dir to children
wherever possible: has two benefits: speeds up ORBit2 launch,
and allows root owned apps to talk to the user's AT. (Mike Gorse)
+ other linc2 fixes (Michael, Mike)
+ Cleanups (JP, Jules Colding, dmacks at netspace org)
|
2008-06-13 12:34:26 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 2.14.13
changes: build fixes, robustness fixes,
Fixes for handling of local requests
|
2008-02-15 08:40:39 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Merge two commented out TEST_TARGET lines, one with a typo,
one without.
|
2008-02-13 20:36:48 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 2.14.12
changes:
-Fix off by one in all method name lengths. Fixes interoperability
with other ORBs
-Fix the build with glib 2.15
pkgsrc fix: don't touch _res (resolver state) on NetBSD, it is
not thread safe
|
2007-11-26 15:00:41 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Fix incorrect use of "glib2" inlining which breaks the build if C99
compliant inlining is used. This package builds again with the
Mac OS X Leopard patch in the "glib2" package.
|
2007-10-31 20:48:33 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 2.14.10
changes: minor bugfixes
|
2007-09-18 21:10:22 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.14.9
changes: minor bugfixes and portability fixes
|
2007-08-18 11:59:49 by Iain Hibbert | Files touched by this commit (4) |
Log message:
take notice of the 'inet6' package option,
by default, inet6 support is built in, but it can be disabled for systems
that do not have inet6 capability.
|
2007-08-05 22:48:48 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Don't run the IDL compiler multiple times due to a bogus
dependency, esp. not during the install phase. This is an
attempt to workaround the random breakage I see on DragonFly,
but it makes the build faster as well, which is a good thing.
|
2007-07-28 10:39:35 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 2.14.8:
ORBit2-2.14.8
* bug fixes
+ Fix GIOP timeouts and add unit tests (Jules Colding)
+ Code cleanups (Kjartan)
+ Fix pointer arithmetics (Roland Illig)
+ Fix crash with uninitialized exception (Vincent Untz)
+ ORBLocalOnly mode in Solaris fixes (Brian Cameron)
|