diff --git a/ChangeLog b/ChangeLog index 7a54b78c81e06d53858901854aa912555e7b8232..eda0fb005ec38eaf23dd850eb4d3b37751c9466c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ train-2012.03.28: * (hotfix 2012.04.10) copy config/l10n-*.json to build directory * (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. train-2012.03.14: * BrowserID now speaks Bulgarian diff --git a/scripts/browserid.spec b/scripts/browserid.spec index 3d49fc47aa48f8ff70f83657f19b4ea3bfc05232..f329ed9b9e08e212181741b9c870752d1d3ba285 100644 --- a/scripts/browserid.spec +++ b/scripts/browserid.spec @@ -2,7 +2,7 @@ Name: browserid-server Version: 0.2012.03.28 -Release: 5%{?dist}_%{svnrev} +Release: 6%{?dist}_%{svnrev} Summary: BrowserID server Packager: Pete Fritchman <petef@mozilla.com> Group: Development/Libraries