TreeFrog Framework v1.14.0 Release Notes

    • Modified to use QThreadStorage class instead of thread_local.
    • Modified the scaffold generater to generate better codes.
    • Modified url() and urla() functions so as to generate the url, searching the routing file.
    • Added '#partial' tag in ERB.
    • Added hasEntity() function to TMultipartFormData class.
    • Fix a bug of renderPartial() funcion on Windows.
    • Fix a bug of treefrog termination.
    • Fix a bug of session sqlobject store in PostgreSQL.
    • Fix crash on missing treefrog -k signal argument.
    • Deleted obsolete functions.
    • Performance improvement.