This file contains metadata about the updates timeline of shprep.
First Public Release
Build Date: February 2, 2019
As of February 7, 2019:
- If your gcc compiler requires
libcryptto be linked, it will not compile unless you add it manually (the how-to is on the README). - Users with no password or no login had their password change field changed to zero. This could have cause some problems in some operating systems.
- Users whose password were changed had a problem when the password change field was requested to be changed. The first digit of the original value was left in there.
Build Date: February 8, 2019
- Fixed bug with password change field having the first digit of the old value unchanged. Now it is properly set to zero (if requested), and user is prompted to change their password on login.
- Password change field is left unmodified on user accounts with no password or login disabled.
As of February 7, 2019:
- Makefile provided no option link the appropriate libraries (
-lcrypt), should a particular system required it.
Build Date: February 9, 2019
- Used autotools to create proper configure and installation scripts.
As of April 13, 2019:
- Sometimes the field separators ":" is omitted. This version is rendered unusable and is not recommended.
Build Date: April 15, 2019
- Fixes a bug that would cause the field separator ":" to be omitted in some cases.
As of April 15, 2019:
- None.