From c2157bb4bb4b0891850e341ef48da98ac330b259 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Sat, 4 Nov 2017 13:56:29 +0200 Subject: [PATCH] Update History.md with miscellaneous changes in Meteor 1.5.3. --- History.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/History.md b/History.md index 9e44e78482..3d173e897d 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,22 @@ +## v1.5.3, 2017-11-04 + +* Node has been upgraded to version 4.8.5, a recommended security + release: https://nodejs.org/en/blog/release/v4.8.5/. While it was + expected that Node 4.8.5 would also include our fix of a faulty + backport of garbage collection-related logic in V8, the timing + of this security release has caused that to be delayed until 4.8.6. + Therefore, this Node still includes our patch for this issue. + [Issue #8648](https://github.com/meteor/meteor/issues/8648) + +* Various backports from Meteor 1.6. Consult the + [1.5.3 pull-request](https://github.com/meteor/meteor/pull/9266) + for additional details, but issues include: + * Child imports of dynamically imported modules within packages + [#9182](https://github.com/meteor/meteor/issues/9182) + * Unresolved circular dependencies + [#9176](https://github.com/meteor/meteor/issues/9176) + * Improvements to Windows temporary directory handling. + ## v1.5.2.2, 2017-10-02 * Fixes a regression in 1.5.2.1 which resulted in the macOS firewall