mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'master' into devel
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.6.6
|
||||
0.6.6.1
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.6.6
|
||||
0.6.6.1
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.6.6
|
||||
0.6.6.1
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.6.6
|
||||
0.6.6.1
|
||||
|
||||
@@ -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'.
|
||||
|
||||
@@ -57,6 +57,9 @@
|
||||
{
|
||||
"release": "0.6.6"
|
||||
},
|
||||
{
|
||||
"release": "0.6.6.1"
|
||||
},
|
||||
{
|
||||
"release": "NEXT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user