+Version 2.0rc1 2017-03-10
+-------------------------
+
+In this version, most visible changes:
+- New login screen
+- Allow mkdir / rmdir
+- Super admins automatically are granted full access.
+- Super admins can create/modify other super admins.
+- Changed the all-in-one user admin page into 1/ A user list page 2/ A user edit page.
+- Installation guide (README)
+
+Internally:
+- Swicth to git versioning
+- Swicth to smarty version 3: Style has been factorized in a global css file. Html Templates now inherit a common layout. Templates and cache no longer are exposed under /var/www. Special characters are now escaped in html templates.
+- New config.php to customize DB setup, smarty directories.
+- No longer supporting relatives path like ../uploads/. Everything is within a directory.
+- Special character are now escaped in sql queries.
+- Switch to php7 complient mysqli API.
+- New README file
+- New CHANGES file
+- New squasher.sql file to initialize a database.
+- Switch to html5 / utf8
+- Use modern <?php headers, added some comments, some blanks.
+- Remove unused files
+- No longer emitting tons of warnings on every hit