You may download Rivet 3.2.1rc1 from http://www.rivetweb.org/~manghi/rivet/rivet-3.2.1rc1.tar.gz
This release isn't offering a lot of new features to the programmer: + a new feature of the form package allows instances of the Form class to be configured so that method emit returns the HTML as a string instead of sending it to stdout. + command ::rivet::inspect now shows also the current log level + ::rivet::upload returns more complete information about the cause of errors + Package session cache table now creates data columns with larger size by default Much of what was done concerns the internals + More linear determination of an MPM bridge name + The code behind ::rivet::env and ::rivet::load_env has been improved + New tests in tests/env.test to check the consistent behavior of these commands that now share much of their code -- Massimo