Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 2.78 KB

File metadata and controls

61 lines (47 loc) · 2.78 KB

Updates File

Description

This file contains metadata about the updates timeline of shprep.

Index

Updates

0.1.0

First Public Release
Build Date: February 2, 2019

Known Bugs

As of February 7, 2019:

  • If your gcc compiler requires libcrypt to 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.

0.1.1

Build Date: February 8, 2019

New Features/Fixes

  • 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.

Known Bugs

As of February 7, 2019:

  • Makefile provided no option link the appropriate libraries (-lcrypt), should a particular system required it.

0.1.2

Build Date: February 9, 2019

New Features/Fixes

  • Used autotools to create proper configure and installation scripts.

Known Bugs

As of April 13, 2019:

  • Sometimes the field separators ":" is omitted. This version is rendered unusable and is not recommended.

0.1.3

Build Date: April 15, 2019

New Features/Fixes

  • Fixes a bug that would cause the field separator ":" to be omitted in some cases.

Known Bugs

As of April 15, 2019:

  • None.