diff options
author | Zack Weinberg <zackw@panix.com> | 2017-10-09 19:37:42 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2017-10-09 19:37:42 -0400 |
commit | 6d7a5ee50c3b75c9352d4ca4f7ebf13e9147ff34 (patch) | |
tree | 7a1bc1d10a3561014681cde9c6df1fbaac5556f8 /TODO | |
parent | ce1b8efa1741229abdb21b99da551bf2f5d2b26e (diff) | |
download | libxcrypt-6d7a5ee50c3b75c9352d4ca4f7ebf13e9147ff34.tar.gz libxcrypt-6d7a5ee50c3b75c9352d4ca4f7ebf13e9147ff34.tar.bz2 libxcrypt-6d7a5ee50c3b75c9352d4ca4f7ebf13e9147ff34.zip |
Update NEWS. Bump documentation version number to 4.0.0.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,7 @@ to-do list for libxcrypt ------------------------ -* Before releasing 3.2.0: +* Before releasing 4.0.0: * Rewrite crypt_rn.3 to be consistent with the code * Yank the "DES Encryption and Password Handling" section from the GNU C Library manual and stick it in here as an independent Info @@ -10,8 +10,6 @@ to-do list for libxcrypt possible * Make sure the symbol versioning macros work with all of the compilers that anyone needs (they use GCC extensions that clang also supports). - * Update NEWS - * Update or delete ChangeLog * Near future: * Update all of the default cost parameters @@ -29,6 +27,7 @@ to-do list for libxcrypt * Fix cross compilation (need to use `CC_FOR_BUILD` for alg-des-mktables) * Attempt to determine the copyright holders and intended licensing of the test suite + * Moar tests * Longer term: * Hash algorithms newer than bcrypt tend to want to allocate and |