2.0.8 (March 5, 2014)
FIXES
- Speed improvement for MySQL users through indexes
- Speed improvement for SQLite by dropping permissions check
- Better session handling
- Improved error handling/reporting for db queries
- updated Font Awesome to 4.0.3, moment.js to 2.5.1
- fixed AD Information report (thanks to @nbalonso)
- fixed automated warranty check
- Spanish translation update (thanks to @nbalonso)
FEATURES
This is mainly a bug fix release, but the improved error handling/reporting is certainly a nice feature!
UPGRADING
There are some changes in the database setup, if you are upgrading from a previous version, you should:
- Make a backup of your database
- Add the following line to config.php:
$conf['allow_migrations'] = TRUE;
This will automatically migrate your database to the correct version.
- If you come from a release before 2.0.7, you have to push your clients a new pkginfo file.