include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
![]()  | 
Senaste utgåvenoteringarna på webben | 
|---|---|
| 
 These release notes may be updated. To view the latest release notes for Fedora, visit:  | 
Användare av modulen mod_dbd ska notera att DBD-drivrutinenapr-util för PostgreSQL distribueras numera som en separat, dynamiskt-inläst modul. Drivrutinsmodulen finns nu i paketet apr-util-pgsql. En drivrutin för MySQL finns nu också, i paketet apr-util-mysql.
SQLAlchemy has been updated to 0.4.x. TurboGears Applications developed using SQLAlchemy for their database layer will need to update their startup scripts. Instead of:
import pkg_resources
pkg_resources.require('TurboGears')
the start script needs to have:
__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.