One small post-release checklist tweak.

I spotted that I've been checking that old-style Windows Help files
were delivered with content-type "application/octet-stream", but not
also checking the same thing about the marginally newer .CHM ones. (Or
at least not writing it down in the wishlist; I think I did actually
check on at least one occasion.)
This commit is contained in:
Simon Tatham 2015-11-07 15:15:07 +00:00
Родитель f14382ccce
Коммит 3552f37ba5
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -174,8 +174,8 @@ locally, this is the procedure for putting it up on the web.
should do this automatically, owing to the `latest' HTTP
redirect.)
- Check that the web server attaches the right content type to .HLP
and .CNT files.
- Check that the web server attaches the right content type to .HLP,
.CNT and .CHM files.
- Run 'git push' in the website checkout, and then 'git pull' in
~/www/putty on atreus to fetch the website updates.