From 1613144c4ea0f12d46de88b899cdaf83f37da696 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Wed, 18 Apr 2012 13:34:09 -0600
Subject: [PATCH] 0.2012.04.18.7 - fix issue #1449 - whereby user logs in and
 immediately sees an authentication error

Signed-off-by: Lloyd Hilaiel <lloyd@hilaiel.com>
---
 ChangeLog              | 1 +
 scripts/browserid.spec | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0b669bf2b..2d91944dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,7 @@ train-2012.04.11:
   * (hotfix 2012.04.16) update load_gen to new server apis that require an `ephemeral` argument: #1436
   * (hotfix 2012.04.17) fix broken reset password flow - button was non-responsive in dialog: #1440
   * (hotfix 2012.04.17) mitigate errors seen when adding a secondary email to an acct with only primary emails: #1445
+  * (hotfix 2012.04.18) fix error where under certain conditions user could see an error immediately after authenticating: #1449
 
 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 2d0cb135b..b5bdacfb1 100644
--- a/scripts/browserid.spec
+++ b/scripts/browserid.spec
@@ -2,7 +2,7 @@
 
 Name:          browserid-server
 Version:       0.2012.04.11
-Release:       6%{?dist}_%{svnrev}
+Release:       7%{?dist}_%{svnrev}
 Summary:       BrowserID server
 Packager:      Pete Fritchman <petef@mozilla.com>
 Group:         Development/Libraries
-- 
GitLab