Skip to content

7.4.5196.0

Compare
Choose a tag to compare
@NightOwl888 NightOwl888 released this 10 Jul 18:24
· 5208 commits to develop since this release

Original Release Notes: https://web.archive.org/web/20210511141237/http://weblog.ikvm.net/2014/03/24/IKVMNET74ReleaseCandidate0.aspx. This release originally happened on IKVM.NET Weblog on 2014-03-24.

IKVM.NET 7.4 Release Candidate 0

The first release candidate is available. It can be downloaded here or from NuGet.

What's New (relative to IKVM.NET 7.3):

  • Merged OpenJDK 7u40 b34.
  • Many bug fixes.
  • Optimizations to reduce metadata size.
  • Added support for getting package information from the right jar manifest for ikvmc compiled jars.
  • Improved runtime support for running on platforms without Reflection.Emit.
  • Removed IKVM.Attributes.HideFromReflectionAttribute.
  • IKVM.Reflection: Many improvements and fixes.
  • IKVM.Reflection: WinMD projection support.

Changes since previous development snapshot:

  • IKVM.Reflection: Fix for Type.GetInterfaceMap() issue.