Added more items to the release check list.

Mention that the change log should be uploaded too (it would be perhaps more
useful to have a change log for just this release but for now upload the
entire file) and that the llatest available version must be update on the web
site.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-07-12 13:18:06 +00:00
parent 41d170ce0f
commit 129342d84e

View File

@@ -95,6 +95,12 @@ renamed to README.md on SF to be shown when the directory is viewed, i.e. do:
scp docs/release_binaries.mdwn \ scp docs/release_binaries.mdwn \
sfuser,wxwindows@frs.sf.net:/home/frs/project/w/wx/wxwindows/x.y.z/binaries/README.md sfuser,wxwindows@frs.sf.net:/home/frs/project/w/wx/wxwindows/x.y.z/binaries/README.md
And upload the change log too:
scp docs/changes.txt \
sfuser,wxwindows@frs.sf.net:/home/frs/project/w/wx/wxwindows/x.y.z
Also upload the files to the FTP mirror at ftp.wxwidgets.org (ask Chris for Also upload the files to the FTP mirror at ftp.wxwidgets.org (ask Chris for
access if you don't have it). access if you don't have it).
@@ -111,6 +117,8 @@ TODO: where else to announce it?
Update www.wxwidgets.org, usually a news item is enough but something more can Update www.wxwidgets.org, usually a news item is enough but something more can
be called for for major releases. be called for for major releases.
Also update downloads/index.html to mention the new latest release.
Post to wxBlog if necessary. Post to wxBlog if necessary.