2006/09/07
- Started bundling the source bundle with JNITL in it, to allow people to hack the code more easily.
2006/09/01
- Fixed a bug in IEnumVARIANT handling.
2006/07/29
- Fixed a bug in Variant <->java.util.Date conversion.
- Fixed a bug where com4j fails to convert VARIANT of VT_ERROR or VT_NULL to Java null.
2006/07/16
- Fixed a bug in SAFEARRAY boundary condition.
2006/07/10
- Implemented CURRENCY support
- Implemented UI1/2/4/8 variant conversions
2006/3/11
- added float/double by ref support.
- added VT_HRESULT support
2006/3/8
- Fixed a bug in the runtime where Object[] isn't marshalled as SAFEARRAY by default.
2006/3/7
- fixed a bug in tlbimp where it reports bogus Two type libraries "X" and "X" generated ... errors.
- fixed a bunch of bugs in the event handling.
- expanded the wmi sample to show how to monitor WMI events.
2006/2/25
- tlbimp is redesigned so that it can be evolved more easily
- tlbimp now supports disp-only interfaces
- runtime now supports disp-only interface invocations via @DISPID annotation
- improved safe array support
- added Microsoft Excel to the samples
2006/2/23
- Supported dispatch-only interfaces
- Started recording "what's new"