From 5a47788ebec5a567c46d1e4924846a25adc3a1c8 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 14 Jul 2007 19:21:46 +0000 Subject: [PATCH] added Download page to TODO list, maybe that'd solve the cache problems git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5204 212acab6-be3b-0410-9dea-997c60f758d6 --- Scripts/release.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/release.py b/Scripts/release.py index 565d0fb6..ccced632 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -368,12 +368,13 @@ def UpdateChangeLog(): def ToDo(): print 'automatic phase done\n' print """ + * %s * Edit update.php * Post news item * http://en.wikipedia.org/w/index.php?title=Nullsoft_Scriptable_Install_System&action=edit * Update Freshmeat * Update BetaNews - """ + """ % (PURGE_URL % 'Download') def CloseLog(): log('done')