From a4d92694995e67e9a042b1ee4738b68a30ed3b49 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Tue, 10 Apr 2012 10:57:32 -0600 Subject: [PATCH] update changelog and version to include more rigorous checking of email addresses, also update .spec file to copy in l10n-*.json to build directory --- ChangeLog | 2 ++ scripts/browserid.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2196bd1a8..1c1b23df6 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 359b991e5..0904dec93 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 -- GitLab