From ca12a9842d15cef3e25d68b09108a6a3e184fa69 Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Wed, 21 May 2014 21:10:03 -0700 Subject: [PATCH] Update History, banner, notices --- History.md | 4 ++++ scripts/admin/banner.txt | 6 +++--- scripts/admin/notices.json | 3 +++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index c020d766801..0ddceb3f2a4 100644 --- a/History.md +++ b/History.md @@ -3,6 +3,10 @@ ## v.0.8.1.3 +* Fix a security issue in the `spiderable` package. `spiderable` now + uses the ROOT_URL environment variable instead of the Host header to + determine which page to snapshot. + * Fix hardcoded Twitter URL in `oauth1` package. This fixes a regression in 0.8.0.1 that broke Atmosphere packages that do OAuth1 logins. #2154. diff --git a/scripts/admin/banner.txt b/scripts/admin/banner.txt index bdc1e40483b..748c205ee05 100644 --- a/scripts/admin/banner.txt +++ b/scripts/admin/banner.txt @@ -1,5 +1,5 @@ -=> Meteor 0.8.1.2: Fix regressions from 0.8.1, including a memory - leak in DDP heartbeats. +=> Meteor 0.8.1.3: Fixes a security flaw in the `spiderable` package and + minor regressions from 0.8.1. This release is being downloaded in the background. Update your - project to Meteor 0.8.1.2 by running 'meteor update'. + project to Meteor 0.8.1.3 by running 'meteor update'. diff --git a/scripts/admin/notices.json b/scripts/admin/notices.json index 30a92c07a71..ab738757bcd 100644 --- a/scripts/admin/notices.json +++ b/scripts/admin/notices.json @@ -135,6 +135,9 @@ { "release": "0.8.1.2" }, + { + "release": "0.8.1.3" + }, { "release": "NEXT" }