mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
updateing chredits and CHANGELOG
This commit is contained in:
parent
2ecf2723c8
commit
ca55b048ac
3 changed files with 13 additions and 1 deletions
10
CHANGELOG
10
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
|
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]
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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'],
|
||||||
|
|
Loading…
Reference in a new issue