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
|
||||
Friendica Core:
|
||||
NEW Optional local directory with possible federated contacts [heluecht]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue