summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.matthew.ath.cx>2008-02-05 11:37:49 +0000
committerMatthew Johnson <mjj29@hecate.matthew.ath.cx>2008-02-05 11:37:49 +0000
commitf3b3cc5a2f8cea7c2148b6ba82b49f7538d7d729 (patch)
tree1dd76378561aa2b256e4e4e8ce2172b7ad93b039 /changelog
parentd5a84e681639aac6cca9b3fe50532729d2b60025 (diff)
make weakreferences optional
Diffstat (limited to 'changelog')
-rw-r--r--changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog b/changelog
index 08d0c8c..84924e3 100644
--- a/changelog
+++ b/changelog
@@ -6,7 +6,9 @@ Version 2.4:
* Don't respond to Introspect/Ping except on the right interface
(pointed out by Serkan Kaba <serkan_kaba -at- yahoo -dot- com>)
* Automatically unexport objects which go out of scope in the
- parent program (don't hold a strong reference).
+ parent program (don't hold a strong reference). This is now
+ optional and not the default for 1. sanity and 2. a possible
+ bug in the WeakReference workings in Sun.
* Add fallback objects---a single object can be called for any
object under a given path prefix.
* Add support for localization of strings via gettext.