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 Driver

mod_dbd के उपभोग्ता जानले की PostgreSQL का apr-util DBD Driver अब एक अलग dynamically-loaded module में वितरित किया जाता है। Driver module अब apr-util-pgsql package में संमिलित किया जाता है। MySQL का driver भी अब apr-util-mysql package में उपलब्ध है।

12.2. टर्बोगियरस् प्रोग्राम

SQLAlchemy का 0.4.x वितरण लिया गया है। टर्बोगियरस् प्रोग्राम जो SQLAlchemy का database layer के लिए उपयोग करते हें उन प्रोग्रामोंको अपने startup scripts बदलने पडेंगे। उसके बजाय:

import pkg_resources
pkg_resources.require('TurboGears')

start script को चाहिए:

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