include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
Seneste Utgivelsesnotater på nettet | |
---|---|
These release notes may be updated. To view the latest release notes for Fedora, visit: |
Users of the mod_dbd
module should note that
the apr-util
DBD driver for PostgreSQL is now
distributed as a separate dynamically-loaded module. The driver
module is now included in the apr-util-pgsql
package. A MySQL driver is now also available, in the
apr-util-mysql package.
SQLAlchemy har blitt oppdatert til 0.4.x. TurboGears-programmer utviklet ved bruk av SQLAlchemy for dets database-lag er nødt til å oppdatere sine oppstartsskript. Istedenfor:
import pkg_resources pkg_resources.require('TurboGears')
oppstartsskriptet er nødt til å ha:
__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.