From 75149b75f3cbab3000aabb3d6e7c6caf652aea01 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Tue, 28 May 2013 14:15:31 -0700 Subject: [PATCH] Upgrade node-http-proxy to 0.10.1. Intentionally not choosing 0.10.2, which has a websocket proxying Node 0.10 semi-fix which I found to sometimes corrupt data (on Node 0.10). See my analysis on https://github.com/nodejitsu/node-http-proxy/pull/402 I do not know whether or not the PR corrupts data on 0.8, but it isn't necessary there, so I'm going to hold off on taking that change until the promised future complete rewrite of http-proxy to use the new 0.10 streams API. --- History.md | 4 +++- meteor | 2 +- scripts/generate-dev-bundle.sh | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 4b2dbdca8d..3de732487e 100644 --- a/History.md +++ b/History.md @@ -17,7 +17,9 @@ * Fix Mongo queries which nested JavaScript RegExp objects inside `$or`. #1089 -* Upgrade Underscore from 1.4.2 to 1.4.4. +* Upgrade Underscore from 1.4.2 to 1.4.4. #776 + +* Upgrade http-proxy from 0.8.5 to 0.10.1. #513 * Upgrade Connect from 1.9.2 to 2.7.10. diff --git a/meteor b/meteor index 16aa2a0641..eefa2949df 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/bin/bash -BUNDLE_VERSION=0.3.5 +BUNDLE_VERSION=0.3.6 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific. diff --git a/scripts/generate-dev-bundle.sh b/scripts/generate-dev-bundle.sh index 724a9d2b18..ecd274ad7e 100755 --- a/scripts/generate-dev-bundle.sh +++ b/scripts/generate-dev-bundle.sh @@ -103,7 +103,7 @@ npm install clean-css@0.8.3 npm install useragent@2.0.1 npm install request@2.12.0 npm install keypress@0.1.0 -npm install http-proxy@0.8.5 +npm install http-proxy@0.10.1 # not 0.10.2, which contains a sketchy websocket change npm install underscore@1.4.4 npm install fstream@0.1.21 npm install tar@0.1.14