On Saturday, May 19, 2012 4:10:13 PM UTC-4, Massimo Di Pierro wrote: > > Basically the same features we have in trunk now. Just lots of bug fixes > compared to latest table. > We will also have full versining, geo api in db, possibly better support > for mongodb and sybase, and a new welcome app based on bootstrap (and this > is holding up more than anything else). >
Massimo, did you notice Issue 801<http://code.google.com/p/web2py/issues/detail?id=801>: Corrupt downloads when output generated in parts (under rocket) ? I think at the very least, rocket.py should be patched to abort these connections (rather than silently truncate). The small change I suggested in https://groups.google.com/d/msg/web2py/1_b63bhBeQs/sYFbXNJL8D4J could probably be modified to just close the connection and avoid the download corruption, but in the same thread, Phyo Arkar mentions that he has upload corruptions too -- which I haven't been able to reproduce.