rhuij...@apache.org wrote on Fri, 07 Jul 2017 15:08 +0000: > URL: http://svn.apache.org/viewvc?rev=1801178&view=rev > Log: > * news.html > Show 1.8.18 as the recommended *1.8* release, not the completely > recommended release as that would be 1.9.
Good catch. We should look into into release.py to fix this for future releases as well. The script already has a 'recommended_release' variable that's set to "1.9", but 'write-news' command disregards it. See the write_news() function and tools/dist/templates/stable-news.ezt. Any volunteers? Cheers, Daniel