diff --git a/ChangeLog b/ChangeLog index 2196bd1a8b033f311f83479ca5eeacaee0e5e67c..1c1b23df61f5d9f83d9eac9115d0c8434d74d4ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ train-2012.03.28: * tools/build/dev env fixes: #1284 * (hotfix 2012.03.30) Fix regression where 304 responses to requests for IFrame HTML would have X-Frame-Options: deny, preventing loading of iframes #1353 * (hotfix 2012.03.30) ETag headers now vary by locale, fixes regression where switching between locales was broken #1364 + * (hotfix 2012.04.10) more rigorous checking of email inputs to WSAPI + * (hotfix 2012.04.10) copy config/l10n-*.json to build directory train-2012.03.14: * BrowserID now speaks Bulgarian diff --git a/scripts/browserid.spec b/scripts/browserid.spec index 359b991e58c2938f9feec66e12a6e389a3b6f571..0904dec93595d52c387ef9f9ae9fd1a59559d44e 100644 --- a/scripts/browserid.spec +++ b/scripts/browserid.spec @@ -2,7 +2,7 @@ Name: browserid-server Version: 0.2012.03.28 -Release: 2%{?dist}_%{svnrev} +Release: 3%{?dist}_%{svnrev} Summary: BrowserID server Packager: Pete Fritchman <petef@mozilla.com> Group: Development/Libraries