Merge branch 'master' into devel

This commit is contained in:
Nick Martin
2013-10-11 18:45:29 -07:00
8 changed files with 15 additions and 9 deletions

View File

@@ -1,5 +1,10 @@
## vNEXT
## v0.6.6.1
* Fix file watching on OSX. Work around Node issue #6251 by not using
fs.watch. #1483
## v0.6.6
#### Security

View File

@@ -1,5 +1,5 @@
// While galaxy apps are on their own special meteor releases, override
// Meteor.release here.
if (Meteor.isClient) {
Meteor.release = Meteor.release ? "0.6.6" : undefined;
Meteor.release = Meteor.release ? "0.6.6.1" : undefined;
}

View File

@@ -1 +1 @@
0.6.6
0.6.6.1

View File

@@ -1 +1 @@
0.6.6
0.6.6.1

View File

@@ -1 +1 @@
0.6.6
0.6.6.1

View File

@@ -1 +1 @@
0.6.6
0.6.6.1

View File

@@ -1,6 +1,4 @@
=> Meteor 0.6.6: Mongo upsert and $near queries, new browser-policy
package for security headers, NodeJS 0.10, and much more. For
details, see: https://github.com/meteor/meteor/blob/devel/History.md
=> Meteor 0.6.6.1: Fix file watching on OSX (work around Node issue #6251)
This is being downloaded in the background. Update your project
to Meteor 0.6.6 by running 'meteor update'.
to Meteor 0.6.6.1 by running 'meteor update'.

View File

@@ -57,6 +57,9 @@
{
"release": "0.6.6"
},
{
"release": "0.6.6.1"
},
{
"release": "NEXT"
}