From 7ff9ba88a68c806033ee8ea5b7cd2dff93c82e5b Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Sun, 20 Oct 2013 21:44:21 -0700 Subject: [PATCH] Bump node version from 0.8.24 to 0.8.26 for Meteor 0.6.5.2 release. Conflicts: History.md --- History.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/History.md b/History.md index 52aae4d4cc..58c3b828cc 100644 --- a/History.md +++ b/History.md @@ -216,6 +216,31 @@ sdarnell, and timhaines. * Fix regression when using Mongo ObjectIDs in Spark templates. + +## v0.6.5.2 + +* Upgrade Node from 0.8.24 to 0.8.26 (security patch) + + +## v0.6.5.1 + +* Fix syntax errors on lines that end with a backslash. #1326 + +* Fix serving static files with special characters in their name. #1339 + +* Upgrade `esprima` JavaScript parser to fix bug parsing complex regexps. + +* Export `Spiderable` from `spiderable` package to allow users to set + `Spiderable.userAgentRegExps` to control what user agents are treated + as spiders. + +* Add EJSON to standard-app-packages. #1343 + +* Fix bug in d3 tab character parsing. + +* Fix regression when using Mongo ObjectIDs in Spark templates. + + ## v0.6.5 * New package system with package compiler and linker: