include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
नई रूपरेखा वेब पर प्रकाशित | |
---|---|
These release notes may be updated. To view the latest release notes for Fedora, visit: |
mod_dbd
के उपभोग्ता जानले की PostgreSQL का apr-util
DBD Driver अब एक अलग dynamically-loaded module में वितरित किया जाता है। Driver module अब apr-util-pgsql package में संमिलित किया जाता है। MySQL का driver भी अब apr-util-mysql package में उपलब्ध है।
SQLAlchemy का 0.4.x वितरण लिया गया है। टर्बोगियरस् प्रोग्राम जो SQLAlchemy का database layer के लिए उपयोग करते हें उन प्रोग्रामोंको अपने startup scripts बदलने पडेंगे। उसके बजाय:
import pkg_resources pkg_resources.require('TurboGears')
start script को चाहिए:
__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.