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 ਮੋਡੀਊਲ ਦੇ ਉਪਭੋਗੀਆਂ ਨੂੰ ਯਾਦ ਰੱਖਣਾ ਚਾਹੀਦਾ ਹੈ ਕਿ ਪੋਸਟ-ਐਸਕਿਊਐਲ ਲਈ apr-util DBD ਡਰਾਇਵਰ ਹੁਣ ਵੱਖਰੇ ਡੈਨਾਮਿਕ-ਲੋਡ ਮੋਡੀਊਲ ਵਜੋਂ ਵੰਡਿਆ ਜਾਂਦਾ ਹੈ। ਡਰਾਇਵਰ ਮੋਡੀਊਲ ਹੁਣ apr-util-pgsql ਪੈਕੇਜ ਵਿੱਚ ਸ਼ਾਮਲ ਕੀਤਾ ਗਿਆ ਹੈ। ਇੱਕ MySQL ਡਰਾਇਵਰ ਵੀ ਹੁਣ apr-util-mysql ਪੈਕੇਜ ਵਿੱਚ ਉਪਲੱਬਧ ਹੈ।

12.2. TurboGears Applications

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

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