diff --git a/ChangeLog b/ChangeLog index cac215a0315c4ddfee2fb99fe8e93edf15f72007..8d69f1d48591ba202d624b673e336ad142337561 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 750cd64d74746e42169b4daf8b2b4251be9979e0..ba67bd3cd44bb6b19972942156f21c064699fefa 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