mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'mongo-new-devbundle' into devel
This commit is contained in:
@@ -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
2
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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user