/[drupal]/contributions/modules/aes/CHANGELOG.txt
ViewVC logotype

Diff of /contributions/modules/aes/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.1, Tue Apr 10 18:14:10 2007 UTC revision 1.1.2.2, Thu Dec 6 20:23:03 2007 UTC
# Line 0  Line 1 
1    ; $Id $
2    
3    1.1 -> 1.2
4     * Fixed a faulty use of preg_match which caused a warning in PHP 5.2.x.
5     * A users encrypted password is now deleted along with the user.
6     * Removed a redundant write to file when saving a key using the file storage method.
7     * Fixed the anonymous account receiving an encrypted password in some situations.
8     * Removed an unused menu item.
9    
10    1.0 -> 1.1
11     * Added option to use 192 or 256 bit versions of the Rijndael algorithms.
12     * Drupals database abstraction layer is now used properly.
13     * Added (untested) support for Windows.
14     * AES-encrypted passwords are now stored separately in their own table instead of replacing the MD5 passwords in the users table.
15     * Added option to show the decrypted password on another page.
16     * Plus some other minor changes.

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2