--- old/include/plugins/announce.php 2009-10-26 16:08:56.406294981 +0100 +++ new/include/plugins/announce.php 2009-10-26 16:03:49.861048594 +0100 @@ -4,6 +4,7 @@ WineHQ Website Announce plugin (grabs latest announce from git) by Jeremy Newman + Vince C. (back-reference in 'changes' section) */ // import global objects @@ -26,7 +27,12 @@ if (ereg("^--------------------", $arr[$c])) $in/header = 0; else if (ereg("^Bugs fixed", $arr[$c])) $in_bugs = 1; - else if (ereg("^Changes since", $arr[$c])) $in_bugs = 0; + else if (ereg("^Changes since", $arr[$c])) + { + // Link to previous versions in changes + $in_bugs = 0; + $arr[$c] = ereg_replace( '[[:digit:].]+', '\\0', $arr[$c] ); + } if ($in_header) {