diff options
author | Björn Esser <bjoern.esser@gmail.com> | 2015-05-13 00:58:32 +0200 |
---|---|---|
committer | Björn Esser <bjoern.esser@gmail.com> | 2015-05-13 00:58:32 +0200 |
commit | 43a5385f8a42d7296f295cc034eaf15b48bfbf3c (patch) | |
tree | b59fc4164d9061eaf28354f27330eb84c27a64fa /ChangeLog | |
parent | 57342555edee17b7fac1c49bb1caa2b3ee1ab776 (diff) | |
download | libxcrypt-43a5385f8a42d7296f295cc034eaf15b48bfbf3c.tar.gz libxcrypt-43a5385f8a42d7296f295cc034eaf15b48bfbf3c.tar.bz2 libxcrypt-43a5385f8a42d7296f295cc034eaf15b48bfbf3c.zip |
reformat ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 25 insertions, 9 deletions
@@ -2,23 +2,39 @@ * release version 3.1.0 - * update upstream-contact + * configure.ac: update upstream-contact - * add './configure --enable-bootstrap' to skip some tests on initial build + * configure.ac: add './configure --enable-bootstrap' to skip some + tests on initial build + * src/Makefile.am - * add bootstrap-script + * bootstrap.sh: add bootstrap-script - * add LICENSE for bcrypt + * LICENSE.bcrypt: add LICENSE for bcrypt + * Makefile.am - * update crypt_blowfish to v1.3 + * plugins/blowfish/Makefile.am: update crypt_blowfish to v1.3 + * plugins/blowfish/blowfish-test.c + * plugins/blowfish/crypt_blowfish.c + * plugins/blowfish/crypt_blowfish.h + * plugins/blowfish/ow-crypt.h - * add '-Wextra' to CFLAGS + * configure.ac: add '-Wextra' to CFLAGS - * fix '-Werror=strict-aliasing' + * plugins/md5/md5.c: fix '-Werror=strict-aliasing' + * plugins/sha256/sha256.c + * plugins/sha512/sha512.c - * fix '-Werror=unused-result' + * src/cert.c: fix '-Werror=unused-result' - * update Autotools + * configure.in --> configure.ac: update Autotools + * Makefile.am + * m4/ + * plugins/blowfish/Makefile.am + * plugins/md5/Makefile.am + * plugins/sha256/Makefile.am + * plugins/sha512/Makefile.am + * src/Makefile.am 2011-05-10 Thorsten Kukuk <kukuk@suse.de> |