initCommon(); $template->displayHeader(); ?>

12. 网络服务器

[提示] 网上最新的发行注记

These release notes may be updated. To view the latest release notes for Fedora, visit:

http://docs.fedoraproject.org/release-notes/

12.1. PostgreSQL DBD 驱动

使用mod_dbd的用户请注意,PostgreSQL的apr-util DBD 驱动已经被包含进发行当中。这个驱动模块是作为单独的动态载入模块包含进来的,它在apr-util-pgsql包中。现在也可以在apr-util-mysql包中找到MySQL的驱动。

12.2. TurboGears 应用程序

SQLAlchemy 更新为 0.4.x 版。使用 SQLAlchemy 作为数据库层的 TurboGears 应用程序需要更新启动脚本。不使用:

import pkg_resources
pkg_resources.require('TurboGears')

启动脚本需要包含:

__requires__ = 'TurboGears[future]'
import pkg_resources

12.3. Drupal

Drupal has been updated from the 5.x series to 6.1. For details, refer to:

http://drupal.org/drupal-6.1

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:

  1. Copy /etc/drupal/default/settings.php.rpmsave to /etc/drupal/default/settings.php, and repeat for any additional sites' settings.php files.

  2. Browse to http://host/drupal/update.php to run the upgrade script.

displayFooter('$Date: 2008/04/06 10:46:28 $'); ?>