From 51c990904ccd32bb37cb8dd40f2180b872010925 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Thu, 12 Apr 2012 12:45:33 -0600 Subject: [PATCH] 0.2012.04.11.3 - fix broken string that would have caused 'is this your computer' to not make sense for non-en users --- ChangeLog | 1 + scripts/browserid.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 337919a09..cac215a03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ train-2012.04.11: * 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 + * (hotfix 2012.04.12) fix broken string, "is this your computer" was broken into two fragments: #1425 train-2012.03.28: * work towards better user messaging for when cookies are disabled: #1167, #1302 diff --git a/scripts/browserid.spec b/scripts/browserid.spec index b6f602aed..750cd64d7 100644 --- a/scripts/browserid.spec +++ b/scripts/browserid.spec @@ -2,7 +2,7 @@ Name: browserid-server Version: 0.2012.04.11 -Release: 2%{?dist}_%{svnrev} +Release: 3%{?dist}_%{svnrev} Summary: BrowserID server Packager: Pete Fritchman <petef@mozilla.com> Group: Development/Libraries -- GitLab