mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
update banner, notices, History
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
=> Meteor 0.8.1.3: Fixes a security flaw in the `spiderable` package and
|
||||
minor regressions from 0.8.1.
|
||||
=> Meteor 0.8.2: Switch `accounts-password` to use bcrypt on the
|
||||
server. User accounts will seamlessly transition to bcrypt on the
|
||||
next login, but this transition is one-way, so you cannot downgrade a
|
||||
production app once you upgrade to 0.8.2.
|
||||
|
||||
This release is being downloaded in the background. Update your
|
||||
project to Meteor 0.8.1.3 by running 'meteor update'.
|
||||
project to Meteor 0.8.2 by running 'meteor update'.
|
||||
|
||||
@@ -138,6 +138,17 @@
|
||||
{
|
||||
"release": "0.8.1.3"
|
||||
},
|
||||
{
|
||||
"release": "0.8.2",
|
||||
"packageNotices": {
|
||||
"accounts-password": [
|
||||
"Transition to bcrypt for password storage on the server.",
|
||||
"You do not need to make any changes to your app, but you will",
|
||||
"not be able to downgrade production apps after you update them",
|
||||
"to 0.8.2."
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"release": "NEXT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user