Parcourir la source

[mod] Release v1.3.0

pitchum il y a 6 ans
Parent
commit
0e1504556b
2 fichiers modifiés avec 36 ajouts et 1 suppressions
  1. 35 0
      CHANGES.md
  2. 1 1
      manifest.json

+ 35 - 0
CHANGES.md

@@ -0,0 +1,35 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is (partially) based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
+and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+
+## Unreleasead
+
+
+## 1.3.0 - 2018-12-02
+
+- [fix] Create a dedicated system user with proper sudo permissions. (#41)
+- [fix] CSRF vulnerability (#43)
+
+
+## 1.2.1 - 2018-09-10
+
+- [fix] user/group = www-data in php-fpm config.
+
+
+## 1.2.0 - 2018-09-06
+
+- [fix] upgrade script is now functional
+- [mod] lots of refactoring to apply app packaging best-practices
+
+
+## 1.1.1 - 2018-04-06
+
+- [fix] Sync the date with http if ntp can't (#37)
+
+
+## 0.0.0 - 2016-05-14
+
+First release
+

+ 1 - 1
manifest.json

@@ -1,7 +1,7 @@
 {
   "name": "VPN Client",
   "id": "vpnclient",
-  "version": "1.2.1",
+  "version": "1.3.0",
   "packaging_format": 1,
   "description": {
     "en": "VPN Client",