updateing chredits and CHANGELOG

This commit is contained in:
Tobias Diekershoff 2016-09-25 17:17:08 +02:00
parent 2ecf2723c8
commit ca55b048ac
3 changed files with 13 additions and 1 deletions

View File

@ -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 Version 3.5
Friendica Core: Friendica Core:
NEW Optional local directory with possible federated contacts [heluecht] NEW Optional local directory with possible federated contacts [heluecht]

View File

@ -72,6 +72,7 @@ hauke
Hauke Altmann Hauke Altmann
Hauke Zühl Hauke Zühl
Hubert Kościański Hubert Kościański
Hypolite Petovan
Jak Jak
Jakob Jakob
jensp jensp
@ -173,6 +174,7 @@ ufic
Vasudev Kamath Vasudev Kamath
Vasya Novikov Vasya Novikov
vislav vislav
Vít Šesták 'v6ak'
Yasen Pramatarov Yasen Pramatarov
ylms ylms
Zach Prezkuta Zach Prezkuta

View File

@ -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]) path = os.path.abspath(argv[0].split('util/make_credits.py')[0])
print('> base directory is assumed to be: '+path) print('> base directory is assumed to be: '+path)
# a place to store contributors # a place to store contributors
contributors = ['Andi Stadler'] contributors = ["Andi Stadler", "Vít Šesták 'v6ak'"]
# get the contributors # get the contributors
print('> getting contributors to the friendica core repository') print('> getting contributors to the friendica core repository')
p = subprocess.Popen(['git', 'shortlog', '--no-merges', '-s'], p = subprocess.Popen(['git', 'shortlog', '--no-merges', '-s'],