Commit graph

10 commits

Author SHA1 Message Date
jmmv
d3e046ff46 Update to 2.6.2:
2004-05-29  Michael Meeks  <michael@ximian.com>

	* Version 2.6.2

2004-05-28  Michael Meeks  <michael@ximian.com>

	* activation-server/activation-server-main.c
	(main): turn output debug on if we use
	--register-server

	* bonobo-activation/bonobo-activation-init.c
	(bonobo_activation_hostname_get): always return
	localhost - so we don't barf when the hostname
	changes (DHCP). Slightly bad, but a) this method is
	deprecated anyway, b) only fools would use it
	to return the current hostname and c) localhost is
	often the local host name anyway.

2004-05-26  Michael Meeks  <michael@ximian.com>

	* Version 2.6.1

2004-05-26  Arvind Samptur  <arvind.samptur@wipro.com>

	* activation-server/object-directroy.h : Add
	od_finished_internal_registration () helper function.
	* activation-server/object-directroy-corba.c
	(add_active_server): Don't add our internal servers count
	to n_active_servers.
	* activation-server/activation-server-main.c (main):  Use
	od_finished_internal_registration () to indicate that we
	are done with our internal server registeration.
	Fixes #139500

2004-05-14  Michael Meeks  <michael@ximian.com>

	* bonobo-activation/bonobo-activation-init.c:
	move sys/types.h include upwards for bsd.

2004-05-06  Michael Wilson  <Michael.Wilson@bull.net>

	* bonobo/bonobo-application.c (message_desc_copy)
	(_gtype_to_typecode): bin bogus gnuism: __inline__

2004-05-05  Michael Wilson  <Michael.Wilson@bull.net>

	* bonobo/bonobo-application.c: bin bogus trailing
	',' and ';' - fix AIX build.

2004-04-16  Iñaki Larrañaga  <dooteo@euskalgnu.org>

	* configure.in: Added "eu" (Basque) to ALL_LINGUAS.

2004-04-15  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* activation-server/object-directory-corba.c
	(od_register_runtime_server_info): Do not ever try to update a
	ServerInfo if there's already another ServerInfo registered for
	the given IID.  This both improves performance and avoids a
	possible memory error that I have been unable to track down after
	much debugging.

2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.

2004-04-06  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* ChangeLog: converted to UTF-8

2004-03-30  Adam Weinberger <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.

2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.

2004-03-17  Tony Arnold  <tonyarnold@users.sourceforge.net>

	* bonobo-activation/bonobo-activation-client.c: ugly hack
	for Darwin's whacked-out 'environ.

2004-03-16  Gareth Owen  <gowen72@yahoo.com>

	* configure.in: Added en_GB to ALL_LINGUAS

2004-03-15  Julio M. Merino Vidal  <jmmv@menta.net>

	* bonobo-activation/bonobo-activation-get-language-list.c
	(unalias_lang): read aliases from the prefix first (NetBSD)
2004-06-20 20:37:32 +00:00
danw
c9e8eea800 replace previous Darwin fixes with a simpler patch from GNOME CVS 2004-04-24 19:30:15 +00:00
adam
82b9eb3582 Changes to pkgsrc:
* always use pkgsrc 'perl'
* do not use -no-undefined flag
Now builds under Darwin
2004-04-14 20:21:49 +00:00
jmmv
cdbdee60fa Update to 2.6.0. Changes from the previous stable version include (the
list may be incomplete):

libbonobo 2.5.4
	+ bugs fixed
		+ application init (Gustavo)
		+ program arg translation (Anders, Hidetoshi)
	+ featurelets
		+ *Application* documentation (Gustavo)
		+ better activation debugging (Rodrigo, Michael)

libbonobo 2.5.3
	+ bugs fixed
		+ regression tests problems (Gustavo)
		+ AIX portability (Albert Chin-A-Young)
	+ featurelets
		+ improve b-a-s debug code (Michael)
		+ use syslog for run-time spew (Michael Terry)

libbonobo 2.5.2
	+ bugs fixed
		+ _active query cache fix (Michael)
		+ property bag logic bug fix (Dave Jones)
		+ backwards compat dameon fix (Michael, Crispin Flowerday)
		+ object directory fixes (Gustavo)
		+ l10n docs fix (Martin Kretzschmar)
		+ BonoboApplication fixes (Gustavo)
		+ use environ not _environ for Solaris (Michael)
	+ featurelets (Gustavo)
		+ b-a-s tracks dead clients
		+ updated tests
2004-04-01 18:18:00 +00:00
snj
06eb253be7 Include sys/types.h earlier to fix the build on FreeBSD 4.
Closes PR pkg/24119.
2004-02-27 02:09:34 +00:00
jmmv
2d429b48f1 Update to 2.4.3:
* Fix bug in logic in the property bag code (Thanks to Dave Jones)
* Backport fix for bonobo-activation from HEAD (Michael)
2004-02-06 20:34:59 +00:00
jmmv
38613678dd Update to 2.4.2, based on work done by xtraeme@. The following list of
changes is according to the development branch, 2.3.  Changes since then
include several bugfixes.

libbonobo 2.3.6
	+ bugs fixes
		+ improved tests (Gustavo)
		+ improved FAQ (Gustavo)
	+ featurelets
		+ bogus inheritance trap (Michael)

libbonobo 2.3.5
	* Bugs fixed
		+ reference tracking race (Gustavo Carneiro)
		+ incompatible activation-client fix (Antonio Xu)
		+ popt fixage (Michael, Damien Carbery)
	* Featurelets
		+ factory regression tests (Gustavo)

libbonobo 2.3.4
	* Bugs fixed
		+ don't use C++ keyword in C code (Frederic Crozat)
		+ fix activation test linking and script (Michael)
	* Translations
		+ az (Metin Amiroff)
		+ id (Mohammad Damt)
		+ ml (Guntupalli Karunakar)
		+ nl (Huib Kleinhout)
		+ bn (Mahmudur Rahman)
		+ fi (Pauli Virtanen)
		+ ru (Russian team, Dmitry G. Mastrukov)
		+ da (Ole Laursen)
		+ sr (Serbian team, Danilo Å egan)
		+ sq (Laurent Dhima)

libbonobo 2.3.3
	* Features
		+ use Gdk::WindowId for Bonobo_Canvas (Michael)
	* Bugs fixed
		+ CORBA_boolean handling in property bag (Dan Winship)
		+ cancel pending timeouts when destroying factory (Gustavo
		  Carneiro)

libbonobo 2.3.2
	* Features
		+ very much improved API docs (Gustavo Carneiro,
		  Martin Kretschmar, Rodrigo Moya)
		+ dynamic b-a-s path update (Antonio Xu)
		+ fix DNS reverse-lookup (Shailesh Mittal, Michael)
		+ always run in thread-safe mode (Michael)
		+ tentative BonoboObject locking action (Michael)
		+ new thread policy APIs (Michael)
		+ bump default factory timeouts (Gustavo)
		+ more regression tests (Michael, Gustavo)
	* Bugs fixed
		+ de-linc-ization (Michael)
		+ build fixes (Jens Granseuer, Martin)

libbonobo 2.3.1
	* Features
		+ lots more API & other doc work (Gustavo)
		+ selectable BonoboObject POAs (Michael, Gustavo)
		+ re-factored activation server (Michael)
		+ merged bonobo-activation (Michael)
		+ unknown app registration (Gustavo)
		+ cygwin build fixes (Masahiro Sakai)
		+ BonoboForeignObject - for bindings (Gustavo, James H)
	* Bugs fixed
		+ BonoboArg improvements (Gustavo)
		+ make check doesn't trash /tmp (Michael)
		+ remove .so library suffix (Michael)
		+ trailing ; fixes (Padraig O'Briain)
		+ C++ BonoboArg bits (Martin Kretzchmar)
		+ gettext fixes (Hidetoshi Tajima)
		+ build fixes (Thomas VS, James H, Carlos Marin)
	* Translations
		+ am - Daniel Yacob, de, fa, mk, nl - Pablo Saratxaga
		+ ro - Marius Andreiana, mn, id, eo, sr - Christian Rose
		+ ml - Guntupalli Karunakar
2003-12-14 19:46:25 +00:00
jmmv
d3ecb54ce9 Update libbonobo to 2.2.0. Changes since 2.0.0:
libbonobo 2.2.0

	* Features
		+ large pretty new docs; lots of work
		    (Gustavo J.A.M. Carneiro)
	* Bugs fixed
		+ translation fix (Abel Cheung)
		+ portability fixes (James H.)
		+ build fixage (Julio Merino, Frederic Crozat)

libbonobo 2.1.0

	* Featurelets
		+ add async property set API (Michael)
		+ add QI C wrapper for convenience (Michael)
		+ make release_unref async - pending ORB fixes (Michael)

libbonobo 2.0.1

	* Bugs fixed
		+ leak fix (Kjartan Maraas)
		+ 64bit GType cleans (hhetter)
		+ init/shutdown count (Padraig O'Briain)
		+ -pthread LIBS fix (Michael)
		+ build clean fixes (Padraig O'Briain)
	* i18n
		+ pt_BR, lv Gustavo Noronha Silva, Peteris Krisjanis
		+ el, cs Simos Xenitellis, Stanislav Brabec
2003-01-25 22:27:10 +00:00
jmmv
f7aa865ab6 Install documentation under share/doc/html, not share/gtk-doc/html.
Some PLIST cleanup (tell where shared directories are removed).
Bump PKGREVISION to 4.
2003-01-04 23:36:53 +00:00
wiz
e649b8481b Initial import of libbonobo, from Julio Merino in pkg/17422.
Bonobo is a set of language and system independant CORBA interfaces
for creating reusable components, controls and creating compound
documents.

We distinguish between `Bonobo' the name of the component architecture,
and `bonobo' which is the C-based easy to use implemenatation of the
Bonobo component architecture.

libbonobo contains a rich API for dealing Bonobo Objects (activation
for example).
2002-07-12 16:22:58 +00:00