diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-01 18:18:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-01 18:18:00 +0000 |
commit | cdbdee60fa8bed130c85b6997c1147866180c266 (patch) | |
tree | 1724e18bc5b746bced6a94d7588d3cfd16cb1e60 /devel/libbonobo/patches/patch-aa | |
parent | a7242b349fa4887f7c4fb5dd8bee5a2acbb6645b (diff) | |
download | pkgsrc-cdbdee60fa8bed130c85b6997c1147866180c266.tar.gz |
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
Diffstat (limited to 'devel/libbonobo/patches/patch-aa')
-rw-r--r-- | devel/libbonobo/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libbonobo/patches/patch-aa b/devel/libbonobo/patches/patch-aa index eee0d6ed1e3..c2845a830a7 100644 --- a/devel/libbonobo/patches/patch-aa +++ b/devel/libbonobo/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2003/12/14 21:46:15 jmmv Exp $ +$NetBSD: patch-aa,v 1.4 2004/04/01 18:18:00 jmmv Exp $ ---- Makefile.in.orig 2003-11-03 13:26:50.000000000 +0100 +--- Makefile.in.orig 2004-02-02 15:28:51.000000000 +0100 +++ Makefile.in -@@ -202,7 +202,7 @@ prefix = @prefix@ +@@ -203,7 +203,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ |