diff options
author | Matthew Johnson <mjj29@hecate.matthew.ath.cx> | 2008-02-05 11:37:49 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.matthew.ath.cx> | 2008-02-05 11:37:49 +0000 |
commit | f3b3cc5a2f8cea7c2148b6ba82b49f7538d7d729 (patch) | |
tree | 1dd76378561aa2b256e4e4e8ce2172b7ad93b039 /changelog | |
parent | d5a84e681639aac6cca9b3fe50532729d2b60025 (diff) |
make weakreferences optional
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |