Index: CHANGELOG.txt =================================================================== RCS file: /cvs/drupal/drupal/CHANGELOG.txt,v retrieving revision 1.258 diff -u -p -r1.258 CHANGELOG.txt --- CHANGELOG.txt 17 Mar 2008 16:53:58 -0000 1.258 +++ CHANGELOG.txt 27 Mar 2008 23:12:39 -0000 @@ -4,6 +4,11 @@ Drupal 7.0, xxxx-xx-xx (development vers ---------------------- - Security: * Protected cron.php -- cron will only run if the proper key is provided. + * Changed to much stronger password hashes that are also compatible with the + Portable PHP password hashing framework. + * Implemented a pluggable password hashing API (similar to how an alternate + cache mechanism can be used) to allow developers to readily substitute + an alternative hashing and authentication scheme. - Usability: * Implemented drag-and-drop positioning for input format listings. * Provide descriptions for permissions on the administration page.