adding changelog for 3.5.0rc1

This commit is contained in:
Benjamin Sonntag 2018-06-21 17:34:47 +02:00
parent f930bde36d
commit a7382b45a3
1 changed files with 19 additions and 0 deletions

19
debian/changelog vendored
View File

@ -1,3 +1,22 @@
alternc (3.5.0rc1) stable; urgency=low
* AlternC 3.5 for Jessie & Stretch
* added AlternC-ssl natively now, based on cert providers (external package)
-- Benjamin Sonntag <benjamin@sonntag.fr> Fri, 21 Jun 2018 15:26:00 +0100
alternc (3.1.11) oldoldstable; urgency=low
* fix This is a big security upgrade of AlternC 3.x
* added CSRF token to all forms (as much as possible) to prevent cross-site attacks
* added XSS protection to many form fields and views
* migrated the DB abstraction layer from mysql_* functions to PDO
* migrated the DB calls from addslases to prepared-queries or quotes
* fix many unix rights issues (prevents a root escalation from alterncpanel!)
* fix some little interface issues on forms
-- Benjamin Sonntag <benjamin@sonntag.fr> Fri, 27 May 2016 10:36:00 +0200
alternc (3.3.10) stable; urgency=low
* Version identical to 3.1 for Squeeze