wonder-7.2
paulhoadley
released this
13 Jan 02:32
·
146 commits
to master
since this release
Improvements/Additions
- WebObjects download URLs updated in
WebObjectsInstaller
class ofWOInstall
utility. #925 - Arguments to
ERXKey
'sbefore()
andafter()
methods made generic. (They previously expectedNSTimestamp
s.) #926 of()
factory methods added toNSDictionary
,NSArray
andNSSet
. #933- Optimized
EOAttribute
to increase the access speed to the overwritten characteristics map, using less heap memory. #934
Bug fixes
- Formatting issue fixed in
ERXNumberFormater
. #924
Security
- XXE vulnerability fixed in
ERRest
's XML parser. #937