diff --git a/ChangeLog b/ChangeLog index 8bff37abefbf71dfdc3593adbd08d6ae7f6bc4bf..819b8fe2ebe78c3eece358f1168bffc02908e981 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 572f85045c14dfccf8455072293b68e24e98e6c9..8905a03148309b39dbc520972ba84a4ed60d2315 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