I can download 3.12.2 as http://sqlite.org/2016/sqlite-autoconf-3120200.tar.gz but 3.12.1 and 3.12.0 are now gone, giving a 404 error. URLs were http://sqlite.org/2016/sqlite-autoconf-3120100.tar.gz and http://sqlite.org/2016/sqlite-autoconf-3120000.tar.gz which used to work.
Is this intentional? I need the downloads available to run my test suite to ensure compatibility with different SQLite versions. Separately from that the site is doing something very nasty. For example retreiving http://sqlite.org/2016/sqlite-autoconf-31202.tar.gz (note two fewer zeroes on the end) instead of giving the correct 404 (Not Found) error code gives code 302 (temporary redirect) to a not found page which gives a code of 200. That is very much the wrong thing to do since it looks like a success and that content does exist, although on closer inspection it is a bunch of html instead of a tar archive. Roger -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: <http://mailinglists.sqlite.org/cgi-bin/mailman/private/sqlite-users/attachments/20160428/5490604d/attachment.pgp>

