It seems I still missed a couple of things that have bitten some people - mainly with the editor and javascript, but a few other minor things:
* extra (sometimes-error-causing) line in editor.js
* INFOURL broken in HTMLSTYLE static
* incorrect path for jquery in cacti-picker.php
* bad (sometimes-error-causing) SQL schema for a couple of new fields.

So there will be a 0.95b sometime soon too.

Obviously, all these fixes are making me think about how I write weathermap, and how often I release new versions, and especially test versions. I think I might move to something where there is a 'stable' version, and a 'test' version. Test versions would have new features but less testing.

Of course, I'm also working on improving the testing, which now has a basic test suite of maps, and should soon include some unit testing, but there are a huge number of variations of OS, PHP, GD, MySQL, Cacti versions. I now have VMs for some of the more troublesome ones (CentOS4+PHP4, FreeBSD+PHP4, Debian Etch) plus my own production Cacti servers on CentOS and FreeBSD, but there's always someone with something different, so I expect to make more test releases in the future.

You would have thought that something to produce coloured blobs from numbers would be simple and foolproof...