diff --git a/ChangeLog b/ChangeLog index 6e778a367de105ae171a8d94a1d1ea8f10aacfab..337919a09fe8016dc98dbaeb2cbf34d68c5a3ab1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ train-2012.04.11: * improve password update in account manager screen: #1388, #1389 * developers link now points to MDN: #1397 * fix issues that were introduced while implementing the above features: #1349, #1348, #1354, #1357, #1374, #1399, #1400, #1408, #1395, #1406, #1405, #1390, #1391 + * (hotfix 2012.04.12) return 400 rather than 500 for invalid params to stage_user or stage_email: #1429 train-2012.03.28: * work towards better user messaging for when cookies are disabled: #1167, #1302 @@ -28,6 +29,7 @@ train-2012.03.28: * (hotfix 2012.04.10) final 40 production locales merged: #1412 * (hotfix 2012.04.10) update l10n-all.json to have all locales (complete and in-progress) as well as en-US and db-LB * (hotfix 2012.04.10) fix more rigorous checking of email inputs to WSAPI: domain checking of 'site' parameter was validating hostnames rather than domains. + * (hotfix 2012.04.12) fix /signup page on browserid.org: #1429 train-2012.03.14: * BrowserID now speaks Bulgarian diff --git a/scripts/browserid.spec b/scripts/browserid.spec index 8fcbeb26ed3dbc486bef674779ed93ee728dc893..b6f602aed04582f2804bae9939b5f5146f561dd7 100644 --- a/scripts/browserid.spec +++ b/scripts/browserid.spec @@ -2,7 +2,7 @@ Name: browserid-server Version: 0.2012.04.11 -Release: 1%{?dist}_%{svnrev} +Release: 2%{?dist}_%{svnrev} Summary: BrowserID server Packager: Pete Fritchman <petef@mozilla.com> Group: Development/Libraries