diff --git a/ChangeLog b/ChangeLog
index 6dd3d19e1c3114b1e3bc726c093759c2ca1856c0..608f44553db8bb1ccc62ea57d85cf7f57f757ab5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,16 @@ train-2011.01.18:
   * language/rendering refinements: #850, #439, #622, #818, #901, #630, #888, #345, #815
   * front end performance improvements: #899, #910
   * better UX for network timeouts: #905
+  * (hotfix 2012.01.23) Remove unwanted scrollbar in dialog: issue #947 
+  * (hotfix 2012.01.23) Fix black backgrounds on IE8: issue #929
+  * (hotfix 2012.01.23) fix broken transition to "check your email": #933, #934, #935
+  * (hotfix 2012.01.24) Fix "slow script" error on IE8 during keygen on behalf of primary: #956
+  * (hotfix 2012.01.24) Publish javascript API to provide a native-support compatible for primaries' auth pages: #909
+  * (hotfix 2012.01.24) Allow load testing hooks to be enabled with minified resources: #939
+  * (hotfix 2012.01.24) IE8 fixes for primary flow: #962, #961, #958, #955
+  * (hotfix 2012.01.24) print correct url for where the user will be directed: #964
+  * (hotfix 2012.01.31) fix silent assertions: #972
+  * (hotfix 2012.02.01) fix verification of email on a browser other than the initiator: #973, #1026 (and maybe others)
 
 train-2011.01.05:
   * client entropy pool mixes in randomness from server for better browser RNG: #298, #800
diff --git a/scripts/browserid.spec b/scripts/browserid.spec
index 0f7f1a708c0c8be4b73dc7ef4e0a888335470865..c534a465e2c733655fbdfc124faa53adea7efbe6 100644
--- a/scripts/browserid.spec
+++ b/scripts/browserid.spec
@@ -1,7 +1,7 @@
 %define _rootdir /opt/browserid
 
 Name:          browserid-server
-Version:       0.2012.01.25
+Version:       0.2012.02.02
 Release:       1%{?dist}
 Summary:       BrowserID server
 Packager:      Pete Fritchman <petef@mozilla.com>