Skip to content
Snippets Groups Projects
Commit 5dfb3ff3 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

0.2012.04.11.4 - fix API regression #1442

parent b67f5199
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ train-2012.04.11: ...@@ -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 * 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) 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.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: train-2012.03.28:
* work towards better user messaging for when cookies are disabled: #1167, #1302 * work towards better user messaging for when cookies are disabled: #1167, #1302
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Name: browserid-server Name: browserid-server
Version: 0.2012.04.11 Version: 0.2012.04.11
Release: 3%{?dist}_%{svnrev} Release: 4%{?dist}_%{svnrev}
Summary: BrowserID server Summary: BrowserID server
Packager: Pete Fritchman <petef@mozilla.com> Packager: Pete Fritchman <petef@mozilla.com>
Group: Development/Libraries Group: Development/Libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment