| 1 |
// $Id: CHANGELOG.txt,v 1.257 2008/03/11 08:13:14 dries Exp $ |
// $Id: CHANGELOG.txt,v 1.258 2008/03/17 16:53:58 dries Exp $ |
| 2 |
|
|
| 3 |
Drupal 7.0, xxxx-xx-xx (development version) |
Drupal 7.0, xxxx-xx-xx (development version) |
| 4 |
---------------------- |
---------------------- |
| 5 |
- Security: |
- Security: |
| 6 |
* Protected cron.php -- cron will only run if the proper key is provided. |
* Protected cron.php -- cron will only run if the proper key is provided. |
| 7 |
|
* Changed to much stronger password hashes that are also compatible with the |
| 8 |
|
Portable PHP password hashing framework. |
| 9 |
|
* Implemented a pluggable password hashing API (similar to how an alternate |
| 10 |
|
cache mechanism can be used) to allow developers to readily substitute |
| 11 |
|
an alternative hashing and authentication scheme. |
| 12 |
- Usability: |
- Usability: |
| 13 |
* Implemented drag-and-drop positioning for input format listings. |
* Implemented drag-and-drop positioning for input format listings. |
| 14 |
* Provide descriptions for permissions on the administration page. |
* Provide descriptions for permissions on the administration page. |