Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r13958 -r14009 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 13958) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14009) @@ -208,4 +208,6 @@ CHANGE OwnerId OwnerId INT( 11 ) NULL DEFAULT NULL , CHANGE ModifiedById ModifiedById INT( 11 ) NULL DEFAULT NULL; -UPDATE Topic SET ModifiedById = NULL WHERE ModifiedById = 0; \ No newline at end of file +UPDATE Topic SET ModifiedById = NULL WHERE ModifiedById = 0; + +# ===== v 5.1.1-B2 ===== \ No newline at end of file Index: branches/5.1.x/install/upgrades.php =================================================================== diff -u -N -r13965 -r14009 --- branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 13965) +++ branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14009) @@ -1,6 +1,6 @@ Array ('Core' => '5.1.0-RC1'), '5.1.0' => Array ('Core' => '5.1.0'), '5.1.1-B1' => Array ('Core' => '5.1.1-B1'), + '5.1.1-B2' => Array ('Core' => '5.1.1-B2'), ); }