1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Set Ampache version to 3.8.0

Update CHANGELOG.md
Update ACKNOWLEDGEMENTS
This commit is contained in:
Afterster 2015-06-12 08:20:32 +02:00
parent 47c25fcca8
commit e8da89de08
3 changed files with 9 additions and 2 deletions

View file

@ -29,3 +29,5 @@ Acknowledgements
* Kaivo * Kaivo
* Ernest Wagner (wagnered) * Ernest Wagner (wagnered)
* lotan * lotan
* brownl
* Deathcow

View file

@ -3,6 +3,11 @@ CHANGELOG
3.8.0 3.8.0
---------- ----------
- Added Portuguese (Brasil) language (thanks Ione Souza Junior)
- Updated PHPMailer version to 5.2.10
- Fixed user stats clear
- Added user, followers and last shouts XML API functions
- Fixed transcoded process end on some systems (thanks nan4k7)
- Added ogg channel streaming support (thanks Deathcow) - Added ogg channel streaming support (thanks Deathcow)
- Fixed sql connection close before stream (thanks fufroma) - Fixed sql connection close before stream (thanks fufroma)
- Added support for several ldap filters (thanks T-Rock) - Added support for several ldap filters (thanks T-Rock)

View file

@ -65,7 +65,7 @@ if (!empty($link)) {
$results['load_time_begin'] = $load_time_begin; $results['load_time_begin'] = $load_time_begin;
/** This is the version.... fluf nothing more... **/ /** This is the version.... fluf nothing more... **/
$results['version'] = '3.8.0-develop'; $results['version'] = '3.8.0';
$results['int_config_version'] = '29'; $results['int_config_version'] = '29';
if (!empty($results['force_ssl'])) { if (!empty($results['force_ssl'])) {