Drupal Release: 7.3
Tag Name: 7.3
Release Date: 6/30/2011
DrupalHighly flexible, open-source content management system known for complex, scalable web applications. Preferred by government, educational, and large enterprise websites requiring advanced customization and security features. Robust module ecosystem.
TL;DR
Drupal 7.3 Release
Drupal 7.3 is a minor update that primarily focuses on version number updates and maintenance changes. This release appears to be mostly administrative in nature, updating version numbers in the codebase from 7.2 to 7.3. While the commit count shows some activity (392 changes across 6 files), the commit messages suggest this is primarily a version bump rather than a feature-rich update.
Highlight of the Release
- Version number updated from 7.2 to 7.3
- Fixed version number in bootstrap.inc
- Maintenance updates to core files
Migration Guide
No migration guide is necessary for this minor version update. Standard Drupal update procedures should be followed:
- Back up your database and site files
- Put the site in maintenance mode
- Replace the core files with the new version
- Run update.php
- Take the site out of maintenance mode
Upgrade Recommendations
This appears to be a minor version update (7.2 to 7.3) with minimal changes. While there don't seem to be critical fixes or features, keeping your Drupal installation up-to-date is generally recommended for consistency and to ensure compatibility with modules and themes.
For production sites, follow standard update procedures:
- Create a full backup before updating
- Test the update on a staging environment first
- Schedule the update during low-traffic periods
Bug Fixes
The only explicitly mentioned fix is updating the version number in bootstrap.inc. No other specific bug fixes are mentioned in the commit messages.
New Features
No significant new features appear to be included in this release. This update primarily focuses on version number changes and maintenance updates to the codebase.
Security Updates
No security fixes are explicitly mentioned in the provided release information.
Performance Improvements
No specific performance improvements are mentioned in the commit messages or release information.
Impact Summary
Drupal 7.3 appears to be a minor maintenance release with minimal impact on functionality. The primary change is updating version numbers in the codebase, particularly in bootstrap.inc.
The limited scope of changes (392 changes across 6 files) and the nature of the commit messages suggest this is primarily an administrative update rather than one that introduces significant new features or fixes critical bugs.
Site administrators should apply this update as part of regular maintenance, but there's likely no urgency unless your site specifically requires this version for module or theme compatibility.
