- merge php config in apache config - remove deprecated php config - remove old apache config - use dedicated log files for libretime vhost - change template variables format BREAKING: The apache configuration file has been updated and renamed. You must remove the old configuration files `/etc/apache2/sites-available/airtime*` file from the system. BREAKING: The php configuration file has been merged in the apache configuration. You need to remove the `/etc/php/*/apache2/conf.d/airtime.ini` file from the system.
39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
---
|
|
title: Unreleased
|
|
---
|
|
|
|
import ReleaseHead from './\_release-head.md';
|
|
|
|
<!-- <ReleaseHead date='2022-01-01' version='3.0.0-alpha.11'/> -->
|
|
|
|
## :sparkling_heart: Contributors
|
|
|
|
The LibreTime project wants to thank the following contributors for authoring PRs to this release:
|
|
|
|
## :rocket: Features
|
|
|
|
## :bug: Bug fixes
|
|
|
|
## :fire: Deprecation and removal
|
|
|
|
## :arrow_up: Upgrading
|
|
|
|
### Apache and PHP configuration files
|
|
|
|
The Apache configuration file has been updated and renamed, in addition the PHP configuration has been merged in the Apache configuration. The old configuration files must be removed from the system **before the upgrade procedure**:
|
|
|
|
```bash
|
|
# On Debian/Ubuntu systems
|
|
sudo rm -f /etc/apache2/sites-*/airtime*
|
|
sudo rm -f /etc/php/*/apache2/conf.d/airtime.ini
|
|
|
|
# On CentOS systems
|
|
sudo rm -f /etc/httpd/conf.d/airtime*
|
|
sudo rm -f /etc/php.d/airtime.ini
|
|
```
|
|
|
|
## :warning: Known issues
|
|
|
|
The following issues may need a workaround for the time being. Please search the [issues](https://github.com/libretime/libretime/issues) before reporting problems not listed below.
|
|
|
|
## :memo: Colophon
|