1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
2002-03-21 Don Moore <bboy@bboy.net>
* ypost:
Fixed =yend trailer, 0.45 omitted the "part=" field (thanks to Stephen Lee for noticing this).
2002-03-18 Don Moore <bboy@bboy.net>
* ypost:
New option -M (--message-id) to add Message-ID: header when posting.
Swapped prompts for newsgroup and server (thanks to James Hawtin for noticing this).
Added support for named variables in subject (-s) and comment (-c) strings in message subjects.
Added --stdout option to output to stdout instead of posting (mostly for testing).
Fixed bug where support files (--sfv, --crc) were posted with an incorrect CRC.
Fixed meter output, now outputs bytes instead of lines.
Fixed bugs in rcfile parser; config options that were overridden by command line options were being reported incorrectly.
Added --resume option.
2002-03-13 Don Moore <bboy@bboy.net>
* support.c:
Fixed bugs with output directories and support files.
* ypost.c:
New program to post files to Usenet.
2002-03-07 Don Moore <bboy@bboy.net>
* yencode.c:
Comply with yEnc v3 specification.
Follow new escaping policy.
Default size for multipart changed from 250k to 620k.
New option --crc=NAME to create a CRC file.
* ydecode.c:
Comply with yEnc v3 specification.
Add checks for new escaping policy, including leading dot/double dot.
New option --strict to perform strict format checking on encoded data (very useful for others implementing yEnc into their applications!)
Output files with errors are renamed per yEnc v3 recommendations.
2002-02-27 Don Moore <bboy@bboy.net>
* yencode.c:
Encode function now uses fread/fwrite (BUFSIZ) instead of fgetc/fputc.
Input files no longer have their extensions stripped.
New option --sfv=NAME to create an SFV file.
Updated bug report email address in usage.
* ydecode.c:
Decode function now uses fread/fwrite (BUFSIZ) instead of fgetc/fputc.
Updated bug report email address in usage.
2002-02-19 Don Moore <bboy@bboy.net>
* ALL: Initial public release.
|