From 9d375a712911cf9523aaa3a24af00f4f5ba3b394 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Fri, 30 Mar 2012 15:32:43 -0600
Subject: [PATCH] document hotfixes in 0.2012.03.28.2

---
 ChangeLog              | 2 ++
 scripts/browserid.spec | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 216ed31be..2196bd1a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ train-2012.03.28:
   * new API: /wsapi/ping - used for server monitoring: #1324
   * support email providers (with BrowserID support) with digits in their hostnames: #1284
   * 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
 
 train-2012.03.14:
   * BrowserID now speaks Bulgarian
diff --git a/scripts/browserid.spec b/scripts/browserid.spec
index b3690391a..f10d04e23 100644
--- a/scripts/browserid.spec
+++ b/scripts/browserid.spec
@@ -2,7 +2,7 @@
 
 Name:          browserid-server
 Version:       0.2012.03.28
-Release:       1%{?dist}_%{svnrev}
+Release:       2%{?dist}_%{svnrev}
 Summary:       BrowserID server
 Packager:      Pete Fritchman <petef@mozilla.com>
 Group:         Development/Libraries
-- 
GitLab