Merge branch 'mongo-new-devbundle' into devel

This commit is contained in:
Nick Martin
2013-09-23 23:00:18 -07:00
3 changed files with 6 additions and 2 deletions

View File

@@ -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

2
meteor
View File

@@ -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.

View File

@@ -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.