Update Status 5.x-2.0-rc o #124715: Added setting for email notifications when updates are available. o #154868: Fixed bugs and inconsistencies with security update warnings. o #153757: Renamed the "Warning threshold" setting to "Error threshold". o #149079: A few CSS tweaks and fixes for recommended version: - Renamed the CSS class to "version-recommended-strong" to indicate it's the strongly recommended version among many (the old name, "version-recommended-not-latest" isn't good since "Latest" isn't the only possible thing we're distinguishing against). - Fixed classes so that if we're recommending a security release, it gets the subtle "zebra" stripe, too. o #154689: Restored the CSS classes on the per-project settings table, (and made them consistent across all rows), but made them more specific to avoid name conflicts. o Fixed minor glitch in the logic for when to display the 'Development version'. o Fixed bug in hook_version_alter() invocation for CVS deploy integration (http://drupal.org/project/cvs_deploy). o Updated screenshot to show off recent UI and functionality improvements. Update Status 5.x-2.0-beta2 -- Bug fixes -- o #153756: Fixed math bug when comparing the timestamps of dev snapshots. o #153798: Fixed warning logic for development snapshots and flag security updates. o #153502: Made update_status E_ALL compliant. o #154540: Minor wording fixes for the UI and help texts. o #153569: Fixed obscure CSS problem for Firefox 2.0.0.4 on Windows XP. o #154689: Fixed settings page bug in marvin theme due to CSS class conflict. o Don't clear the update_status cache when an admin saves the system themes page, since in 5.x, there is no information about theme updates. -- New features and enhancements -- o #153741: Added support for optionally reporting anonymous usage statistics. o #153757: Added a setting to only warn when there are security updates. o #154049: Added a setting to control how frequently to check for updates. o #146564: Major performance gain for fetching available update data: directly fetch the .xml files instead of going through the Drupal menu callback inside project_release.module. o #153783: Don't hard-code dark black (#000) in update_status.css, use theme's default foreground color. o #149079: Further visual clarity about the recommended version: use a subtle "zebra stripe" with a slightly lighter shade of the status color for the entire recommended version line. o Completely re-wrote the README to match 5.x-2.* reality. Update Status 5.x-2.0-beta o Major re-write to use a whole new system for finding available updates. o Lots of improvements to the user interface and internals of the code. o #125742: The status report indicates updates involving security issues. o #149918: Add support for "Also available" entries in the status report. o #150316: All CVS-specific code has been moved into the CVS Deploy module: http://drupal.org/project/cvs_deploy o #144694: Available update data now stored in the {cache} table instead of the {variables} table for better performance and functionality. o #149921: Clear update_status cache when you enable/disable modules. o #145095: Core modules were not always considered part of Drupal core. o #141507: Fixed bug in the links to manually run cron to find updates. o #151734: Display the administrator's note when a project is ignored due to the settings. o #149079: Highlight the 'Recommended' version if there are other things listed ('Latest version', 'Also available', etc). Update Status 5.x-1.2 Fixed broken notify on administer and status pages. Update Status 5.x-1.1 o #123100: Provide a graceful error message and exit if 'gzinflate' cannot be found. o Attempt to guess at the project and version for projects checked out of CVS. o #131049: (by Senpai) Fix for CSS to ensure the font color is visible with our backgrounds. o #124377: Add a link to the release notes. o #125489: Include date with available version. o #124440 and #126298: Settings page, set to check or not, and notes to remind yourself why. Update Status 5.x-1.0 Initial release