summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Shaw <joeshaw@novell.com>2005-03-13 02:15:09 +0000
committerJoe Shaw <joeshaw@novell.com>2005-03-13 02:15:09 +0000
commitdfa00f175b304bee006534c78423245e934ae72f (patch)
treee212d6930d25aad9e8eb151686c056258b1b0a87 /ChangeLog
parent2452ac5cdf3965e94d3cdbb81ae6a5dde33a9932 (diff)
2005-03-12 Joe Shaw <joeshaw@novell.com>
* mono/BusDriver.cs: Update method names: ListServices becomes ListNames; GetOwner becomes GetNameOwner.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a809c66..5e4145d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-03-12 Joe Shaw <joeshaw@novell.com>
+ * mono/BusDriver.cs: Update method names: ListServices
+ becomes ListNames; GetOwner becomes GetNameOwner.
+
* mono/ProxyBuilder.cs (BuildFinalizer): Need to load arg 0
onto the eval stack when removing the delegate.