Overview

Request 920999 accepted

- Update to 5.0.0
IMPORTANT ampache-5.0.0_squashed.zip is a version where the new
/public web root has been moved and back into the project root.
This version isn't a supported release method but will be tested
and made available for situations where using ./public isn't possible
IMPORTANT instead of using date() we are now using IntlDateFormatter
and your locale to identify formats.
This means that 'custom_datetime' based on the date() format is
incorrect and will look weird.
Look here for the code to change your 'custom_datetime' string
[(http://userguide.icu-project.org/formatparse/datetime)]
IMPORTANT For new installs default database charset/collation and
table engine have changed
Engine MyISAM => InnoDB
Charset utf8 => utf8mb4
Collation utf8_unicode_ci => utf8mb4_unicode_ci
If you want to keep utf8 make sure you set it before running updates.
To keep the current collation/charset update your config file
Set database_charset = "utf8"
Set database_collation = "utf8_unicode_ci"

For a full changelog see:
https://github.com/ampache/ampache/releases/tag/5.0.0
- Drop ampache-playlist-bug.patch, because source does no more exist.
- Rebase ampache-confpath.patch.
- Rebase ampache-systemd.patch.

Loading...
Request History
Eric Schirra's avatar

ecsos created request

- Update to 5.0.0
IMPORTANT ampache-5.0.0_squashed.zip is a version where the new
/public web root has been moved and back into the project root.
This version isn't a supported release method but will be tested
and made available for situations where using ./public isn't possible
IMPORTANT instead of using date() we are now using IntlDateFormatter
and your locale to identify formats.
This means that 'custom_datetime' based on the date() format is
incorrect and will look weird.
Look here for the code to change your 'custom_datetime' string
[(http://userguide.icu-project.org/formatparse/datetime)]
IMPORTANT For new installs default database charset/collation and
table engine have changed
Engine MyISAM => InnoDB
Charset utf8 => utf8mb4
Collation utf8_unicode_ci => utf8mb4_unicode_ci
If you want to keep utf8 make sure you set it before running updates.
To keep the current collation/charset update your config file
Set database_charset = "utf8"
Set database_collation = "utf8_unicode_ci"

For a full changelog see:
https://github.com/ampache/ampache/releases/tag/5.0.0
- Drop ampache-playlist-bug.patch, because source does no more exist.
- Rebase ampache-confpath.patch.
- Rebase ampache-systemd.patch.


Eric Schirra's avatar

ecsos accepted request

openSUSE Build Service is sponsored by