You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made some minor performance optimizations to util.Date constructor
(@thekid)
Merged PR #322: Defer date.timezone checks until the util.Date class is
used, making XP core functionality unrelated to dates useable even if
no timezone is set.
(@thekid)
Bugfixes
Merged PR #321: Fix util.TimeZone::hasDst(), which was broken in
multiple regards
(@thekid)
Fixed issue #320: Call to undefined method util.TimeZone::getName()
(@thekid)
Merged PR #314: Delay expansion of values in property files until values
are read. This fixes potential information disclosure problems in string
representations of util.Property instances, see #312.
(@thekid)