From 727073e691c6417a874f00a58f2d3ad08c905eed Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Sun, 13 Mar 2005 01:56:29 +0000 Subject: 2005-03-12 Joe Shaw * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for LT_CURRENT. Set it to the autoconf variable. --- ChangeLog | 3 +++ mono/dbus-sharp.dll.config.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 092b90a9..1aeafebf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ 2005-03-12 Joe Shaw + + * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for + LT_CURRENT. Set it to the autoconf variable. * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy classes that disconnects the signal handler delegate from the diff --git a/mono/dbus-sharp.dll.config.in b/mono/dbus-sharp.dll.config.in index d40afcda..2c6d570d 100644 --- a/mono/dbus-sharp.dll.config.in +++ b/mono/dbus-sharp.dll.config.in @@ -1,4 +1,4 @@ - - + + -- cgit