From ca080b147701bf2171b99336690514cb70d12ae7 Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Mon, 23 Sep 2013 20:53:09 -0700 Subject: [PATCH 1/2] bump mongo and dev bundle version. --- meteor | 2 +- scripts/generate-dev-bundle.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meteor b/meteor index d41941d01f..5584e6c2a4 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/bin/bash -BUNDLE_VERSION=0.3.13 +BUNDLE_VERSION=0.3.15 # 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 65268a7e96..0091c5a388 100755 --- a/scripts/generate-dev-bundle.sh +++ b/scripts/generate-dev-bundle.sh @@ -161,7 +161,7 @@ make install # click 'changelog' under the current version, then 'release notes' in # the upper right. cd "$DIR/build" -MONGO_VERSION="2.4.4" +MONGO_VERSION="2.4.6" # We use Meteor fork since we added some changes to the building script. # Our patches allow us to link most of the libraries statically. From 6452c8b173123f26c2442bdcc7a08cd44e9ba089 Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Mon, 23 Sep 2013 22:50:43 -0700 Subject: [PATCH 2/2] update history. --- History.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.md b/History.md index 5e6cd7fd65..ec5978c7b5 100644 --- a/History.md +++ b/History.md @@ -12,6 +12,10 @@ 0.6.5. (A bug prevented the 0.6.5 reimplementation of `register_extension` from working properly anyway.) +* Build Linux binaries on an older Linux machine. Meteor now supports + running on Linux machines with glibc 2.9 or newer (Ubuntu 10.04+, RHEL + and CentOS 6+, Fedora 10+, Debian 6+). + ## v0.6.5.1 * Fix syntax errors on lines that end with a backslash. #1326