diff --git a/Readme.md b/Readme.md index 3225401..7aaa5c5 100644 --- a/Readme.md +++ b/Readme.md @@ -47,6 +47,9 @@ Usage Changes ------- +#### v1.4.3 +- Fixed LFS support bug that caused erratic behavior on 32-bit systems. + #### v1.4.2 - Reformatted for readability roughly based on Google style guide. - Fixed loss of precision due to implicit type conversion. diff --git a/symlinks.8 b/symlinks.8 index 79883ae..aa443cf 100644 --- a/symlinks.8 +++ b/symlinks.8 @@ -1,4 +1,4 @@ -.TH SYMLINKS 8 "April 2014" "Version 1.4.2" +.TH SYMLINKS 8 "April 2014" "Version 1.4.3" .SH NAME symlinks \- symbolic link maintenance utility diff --git a/symlinks.c b/symlinks.c index 68d4cbb..243f7b4 100644 --- a/symlinks.c +++ b/symlinks.c @@ -29,7 +29,7 @@ #define PATH_MAX 1024 #endif -#define progver "%s: scan/change symbolic links - v1.4.2\n\n" +#define progver "%s: scan/change symbolic links - v1.4.3\n\n" static char *progname; static int verbose = 0,