--- Convert-UUlib/Changes 2022/09/24 10:28:33 1.93 +++ Convert-UUlib/Changes 2022/09/24 17:40:45 1.94 @@ -5,6 +5,7 @@ - when parsing yenc encoded files, file size and some other data was converted using atoi, confusing the decoder for files >2G. - trust filenames from yenc headers and do not extract then from the subject. + - UUEncodePartial was broken because it missed the ("newly" added) crc parameter. - remove some pre-c99 support. - call abort in some code that should not be reached. - exported extensions used by the perl interface in uudeview.h, so it @@ -13,6 +14,7 @@ - take advantage of single file compiles and declare internal functions static. - remove debug message file cvs id's, which didn't work anymore, replace UUMessage by a macro and remove file and line numbers from callers. + - mark some more fuinctions as static. 1.8 Thu Dec 17 02:23:53 CET 2020 - no bugfixes in this release due to lack of known bugs, but the major changes