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

12. WWW-palvelimet

[Vihje] Uusin julkaisutiedote WWW:ssä

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 -ajuri

Moduulin mod_dbd käyttäjien tulisi huomata, että apr-util-DBD-ajuria PostgreSQL:lle jaetaan nyt erillisenä dynaamisesti ladattavana moduulina. Ajurimoduuli sisältyy nyt apr-util-pgsql-pakettiin. MySQL-ajuri on myös saatavilla, paketissa apr-util-mysql.

12.2. TurboGears-ohjelmat

SQLAlchemy on päivitetty versioon 0.4.x. SQLAlchemyä tietokantakerroksenaan käyttävien TurboGears-ohjelmien käynnistyskomentosarjat on päivitettävä. Tämän sijasta:

import pkg_resources
pkg_resources.require('TurboGears')

käynnistyskomentosarjassa on oltava:

__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:16 $'); ?>