include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
![]() |
Найновіші примітки до випуску знаходяться у мережі |
---|---|
These release notes may be updated. To view the latest release notes for Fedora, visit: |
Користувачам модуля mod_dbd
слід зауважити, що DBD драйвер apr-util
для PostgreSQL тепер постачається у вигляді окремого динамічного модуля. Модуль драйвера тепер включений у пакет apr-util-pgsql. Драйвер для MySQL також доступний у пакеті apr-util-mysql.
SQLAlchemy оновлено до версії 0.4.x. Програмам для TurboGears, які у якості шару бази даних використовують SQLAlchemy, слід оновити сценарії запуску. Замість:
import pkg_resources pkg_resources.require('TurboGears')
сценарій запуску повинен містити:
__requires__ = 'TurboGears[future]' import pkg_resources
Drupal has been updated from the 5.x series to 6.1. For details, refer to:
Remember to log in to your site as the admin user, and disable any third-party modules before upgrading this package. After upgrading the package:
Copy
/etc/drupal/default/settings.php.rpmsave
to /etc/drupal/default/settings.php
, and
repeat for any additional sites' settings.php files.
Browse to http://host/drupal/update.php to run the upgrade script.