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
的用户请注意,PostgreSQL的apr-util
DBD 驱动已经被包含进发行当中。这个驱动模块是作为单独的动态载入模块包含进来的,它在apr-util-pgsql包中。现在也可以在apr-util-mysql包中找到MySQL的驱动。
SQLAlchemy 更新为 0.4.x 版。使用 SQLAlchemy 作为数据库层的 TurboGears 应用程序需要更新启动脚本。不使用:
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.