diff --git a/ChangeLog b/ChangeLog
index a1dad729d2892581b167d011ab45a72dc4676f03..06e517790548e534d1e415e37387f6cba4d1b347 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,8 +34,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 1e5dd80eb39cf47d7942da15d127883d313514ad..38f9a0fdb9beedca63143763258d9f9c4fb4ba50 100644
--- a/scripts/browserid.spec
+++ b/scripts/browserid.spec
@@ -2,7 +2,7 @@
 
 Name:          browserid-server
 Version:       0.2011.12.08
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       BrowserID server
 Packager:      Pete Fritchman <petef@mozilla.com>
 Group:         Development/Libraries