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:
David Glasser
2014-01-16 10:54:33 -08:00
75 changed files with 3098 additions and 1821 deletions

View File

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

View File

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

View File

@@ -75,6 +75,9 @@
{
"release": "0.7.0"
},
{
"release": "0.7.0.1"
},
{
"release": "NEXT"
}