mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'sso' into tool-refactoring
Conflicts: tools/auth.js tools/mongo_runner.js tools/tests/test-bundler-npm.js
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
=> Meteor 0.7.0: use MongoDB's operations log to observe equality
|
||||
queries instead of polling the database server on each update.
|
||||
=> Meteor 0.7.0.1: Fix failure to initialize local MongoDB server.
|
||||
|
||||
This release is being downloaded in the background. Update your
|
||||
project to Meteor 0.7.0 by running 'meteor update'.
|
||||
project to Meteor 0.7.0.1 by running 'meteor update'.
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This is the Meteor install script!
|
||||
# Are you looking at this in your web browser, and would like to install Meteor?
|
||||
# Just open up your terminal and type:
|
||||
#
|
||||
# curl https://install.meteor.com/ | sh
|
||||
#
|
||||
# Meteor currently supports:
|
||||
# - Mac: OS X 10.6 and above
|
||||
# - Linux: x86 and x86_64 systems
|
||||
|
||||
|
||||
|
||||
# Now, on to the actual installer!
|
||||
|
||||
## NOTE sh NOT bash. This script should be POSIX sh only, since we don't
|
||||
## know what shell the user has. Debian uses 'dash' for 'sh', for
|
||||
## example.
|
||||
|
||||
@@ -75,6 +75,9 @@
|
||||
{
|
||||
"release": "0.7.0"
|
||||
},
|
||||
{
|
||||
"release": "0.7.0.1"
|
||||
},
|
||||
{
|
||||
"release": "NEXT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user