diff options
author | Matthew Johnson <mjj29@hecate.matthew.ath.cx> | 2008-05-14 23:30:43 +0100 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.matthew.ath.cx> | 2008-05-14 23:30:43 +0100 |
commit | 97a2c200241def7c265446adcb978d3a049a78f1 (patch) | |
tree | 31624021945707e2b5cdf9cd27768e98cd7bd4e4 /changelog | |
parent | fb8145158aefc9c6e7de5b4ad679e5c9dcbc0530 (diff) |
* Fix dynamic introspection of objects which export the same
interface multiple times (Patch fromSveinung Kvilhaugsvik
<sveinung84 -at- users -dot- sourceforge -dot- net>)
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ Version 2.4.1: * Fix CreateInterface (Spotted by Tom Walsh <walshtc -at- gmail -dot- com>) * Fix serial assignment race condition (Spotted by Ed Wei <Edward.Wei.03 -at- alum -dot- dartmouth -dot- org>) + * Fix dynamic introspection of objects which export the same + interface multiple times (Patch from Sveinung Kvilhaugsvik + <sveinung84 -at- users -dot- sourceforge -dot- net>) Version 2.4: |