Skip to content

Release 1.27

Compare
Choose a tag to compare
@3breadt 3breadt released this 10 Apr 18:01
· 8 commits to master since this release

This release contains several important bugfixes related to malformed property lists that could cause endless loops and undocumented exceptions.

Features

  • Added support for storing null objects in NSSet
  • All NSObjects now implement Comparable<NSObject>
  • Improved parsing of binary property lists containing multiple references to the same object instance
  • Added support for Base64 NSData representation in GNUstep ASCII property lists (Issue #57)
  • Added support for creating UID instances from BigInteger instances (Issue #38)

Bugfixes

  • Fix support of infinity values in XML property lists (Issue #83)
  • Fixed NullPointerException when calling equals(null) on some NSObjects
  • Fixed various undocumented exceptions caused by invalid property lists (Issues #73 and #74)
  • Fixed endless loops caused by invalid ASCII property lists