Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 23a6ba1d8b423363cc3fe8aad6883d6c > files > 13

yencode-0.46-19.mga7.armv7hl.rpm

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.