From 2859e30e60dd740d77e005d1df4b3815bef1231f Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 16 Dec 2013 20:25:48 -0800 Subject: [PATCH] A few more History.md things --- History.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/History.md b/History.md index 925f6a5e94..37670e5d5f 100644 --- a/History.md +++ b/History.md @@ -22,7 +22,7 @@ apply the patch and will instead disable websockets. * Add `Meteor.onConnection` and add `this.connection` to method invocations and publish functions. These can be used to store data associated with individual clients between subscriptions and method - calls. See http://docs.meteor.com/#meteor_onconnection for details. + calls. See http://docs.meteor.com/#meteor_onconnection for details. #1611 * Rework hot code push. The new `autoupdate` package drives automatic reloads on update using standard DDP messages instead of a hardcoded @@ -51,13 +51,16 @@ apply the patch and will instead disable websockets. connections, kill DDP connections, and finish all outstanding requests for static assets. +* In the HTTP server, only keep sockets with no active HTTP requests alive for 5 + seconds. + * Fix handling of `fields` option in minimongo when only `_id` is present. #1651 * Fix issue where setting `process.env.MAIL_URL` in app code would not - alter where mail was sent. This was a regression from 0.6.6. #1649 + alter where mail was sent. This was a regression in 0.6.6 from 0.6.5. #1649 -* Prompt for passwords on stderr instead of stdout for easier automation - in shell scripts. #1600 +* Use stderr instead of stdout (for easier automation in shell scripts) when + prompting for passwords and when downloading the dev bundle. #1600 * Bundler failures cause non-zero exit code in `meteor run`. #1515 @@ -94,9 +97,10 @@ apply the patch and will instead disable websockets. * MongoDB from 2.4.6 to 2.4.8 * clean-css from 1.1.2 to 2.0.2 * uglify-js from a fork of 2.4.0 to 2.4.7 + * handlebars npm module no longer available outside of handlebars package -Patches contributed by GitHub users AlexeyMK, awwx, dandv, -DenisGorbachev, FooBarWidget, mitar, mcbain, rzymek, and sdarnell. +Patches contributed by GitHub users AlexeyMK, awwx, dandv, DenisGorbachev, +emgee3, FooBarWidget, mitar, mcbain, rzymek, and sdarnell. ## v0.6.6.3