diff --git a/FOCUS b/FOCUS index ab020ace..e13b9aa0 100644 --- a/FOCUS +++ b/FOCUS @@ -1 +1,13 @@ -9 Major security fixes +9 - Major security fixes + +[ Appendix A: Release focus IDs ] +0 - N/A +1 - Initial freshmeat announcement +2 - Documentation +3 - Code cleanup +4 - Minor feature enhancements +5 - Major feature enhancements +6 - Minor bugfixes +7 - Major bugfixes +8 - Minor security fixes +9 - Major security fixes diff --git a/release1-update.php b/release1-update.php index 20aa0bb7..7624a5e4 100644 --- a/release1-update.php +++ b/release1-update.php @@ -104,5 +104,5 @@ file_put_contents('library/HTMLPurifier/Config.php', $config_c); passthru('php maintenance/flush.php'); -if ($is_dev) echo "Review changes, write something in WHATSNEW, and then SVN commit with log 'Release $version.'" . PHP_EOL; +if ($is_dev) echo "Review changes, write something in WHATSNEW and FOCUS, and then SVN commit with log 'Release $version.'" . PHP_EOL; else echo "Numbers updated to dev, no other modifications necessary!";