]> git.mxchange.org Git - friendica.git/commitdiff
updateing chredits and CHANGELOG
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 25 Sep 2016 15:17:08 +0000 (17:17 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 15 Nov 2016 07:19:22 +0000 (08:19 +0100)
CHANGELOG
util/credits.txt
util/make_credits.py

index 1e6b0129de1b944c16e4abf82b5d394402f42d73..c9fbfc673e12b11e59f0a1256e9615d9c1616986 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+Version 3.5.1
+  Friendica Core:
+    Small changes to the admin panel overview and logging settings [tobiasd]
+    Updates to the translations (DE, FR, PT-BR) [translation teams]
+    Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem]
+
+  Friendica Addons:
+    Updates to the translations (FR, PT-BR) [translation teams]
+
+
 Version 3.5
   Friendica Core:
     NEW Optional local directory with possible federated contacts [heluecht]
index d3c7c14f161a1c8c7ccdd89420779fec43d79dd9..ddbc36ab6e5662ab3522aa55cd2d797c9e0cdaaf 100644 (file)
@@ -72,6 +72,7 @@ hauke
 Hauke Altmann
 Hauke Zühl
 Hubert Kościański
+Hypolite Petovan
 Jak
 Jakob
 jensp
@@ -173,6 +174,7 @@ ufic
 Vasudev Kamath
 Vasya Novikov
 vislav
+Vít Šesták 'v6ak'
 Yasen Pramatarov
 ylms
 Zach Prezkuta
index 9575f10ffb645d67dc967f36c663e081ddb907a7..e5ea52448e84c39c415beedeb498c272ff7f9102 100755 (executable)
@@ -32,7 +32,7 @@ dontinclude = ['root', 'friendica', 'bavatar', 'tony baldwin', 'Taek', 'silke m'
 path = os.path.abspath(argv[0].split('util/make_credits.py')[0])
 print('> base directory is assumed to be: '+path)
 #  a place to store contributors
-contributors = ['Andi Stadler']
+contributors = ["Andi Stadler", "Vít Šesták 'v6ak'"]
 #  get the contributors
 print('> getting contributors to the friendica core repository')
 p = subprocess.Popen(['git', 'shortlog', '--no-merges', '-s'],