From 5dfb3ff3d7f235e2ab6f21f929ef7a62c5f8be80 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Mon, 16 Apr 2012 12:14:39 -0600 Subject: [PATCH] 0.2012.04.11.4 - fix API regression #1442 --- ChangeLog | 1 + scripts/browserid.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cac215a03..8d69f1d48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ train-2012.04.11: * 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 + * (hotfix 2012.04.16) fix API regression that would cause javascript error when .get() invoked without second arg: #1442 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 750cd64d7..ba67bd3cd 100644 --- a/scripts/browserid.spec +++ b/scripts/browserid.spec @@ -2,7 +2,7 @@ Name: browserid-server Version: 0.2012.04.11 -Release: 3%{?dist}_%{svnrev} +Release: 4%{?dist}_%{svnrev} Summary: BrowserID server Packager: Pete Fritchman <petef@mozilla.com> Group: Development/Libraries -- GitLab