From 1d94ba7aae70118ba31ff486f3ea70cd9e90901c Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Wed, 14 Dec 2011 09:49:13 -0700 Subject: [PATCH] update rpm version and ChangeLog to document all hotfixes to 2011.12.01 --- ChangeLog | 6 ++++-- scripts/browserid.spec | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8bff37abe..819b8fe2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,8 +25,10 @@ train-2011.12.01: * keysigner and verifier now saturate multiple cores via 'compute-cluster' module: #213 * fix spurious console error messages on sites that use postMessage and include.js: #534 * refine language in verification email: #672 - * (hotfix 2011.12.02) Fix regression where email rate limiting tooltips in dialog were not shown: #685 - * (hotfix 2011.12.02) Fix regression where emails sent out had no newlines: #684 + * (hotfix on 2011.12.02) Fix regression where email rate limiting tooltips in dialog were not shown: #685 + * (hotfix on 2011.12.02) Fix regression where emails sent out had no newlines: #684 + * (hotfix on 2011.12.08) Fix bug where domain key update detection was not working properly, preventing users from logging in: #734 + * (hotfix on 2011.12.08) Fix bugs in "internal api" used by native code (like openwebapps stuff): #601 train-2011.11.17: * frontend code restructuring and refactoring diff --git a/scripts/browserid.spec b/scripts/browserid.spec index 572f85045..8905a0314 100644 --- a/scripts/browserid.spec +++ b/scripts/browserid.spec @@ -2,7 +2,7 @@ Name: browserid-server Version: 0.2011.12.01 -Release: 2%{?dist} +Release: 3%{?dist} Summary: BrowserID server Packager: Pete Fritchman <petef@mozilla.com> Group: Development/Libraries -- GitLab