-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES
90 lines (76 loc) · 2.96 KB
/
CHANGES
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Newspost
List of Changes
2.2.1
- Added the ability to use threads for binary posting. Use -N <int> to
specifiy the number of threads to use.
2.1.1
- The extra header option (-X) works again
- Subject line creation is fixed when ALLOW_NO_SUBJECT is defined
- The text prefix is no longer counted in the "UUencoding xx bytes" line
- Updated the contact e-mail address
2.1
- Removed all string length limitations
- Fixed zero-padding with -q option ("File 01 of 10" not "File 1 of 10")
- Referencing message IDs (-r option) now works
- Ability to "fake post" files: newspost can add specific files to
generated .SFV and .PAR files, and preserve ' \- File x of y: ' numbering,
but not actually post those files
- Compilation fixes for a variety of platforms
2.0 - Major rewrite
- Yencoding support
- Support for automatic PAR file generation
- Support for posting parts of files
- Optionally edit text prefixes and text posts in external editor
- User-configurable delay before posting
- New header options, including user-specified extra header lines
- New file format for defaults, now in .newspostrc
- Man page :-)
- SFV posted first instead of last
- SFV now specified with "-c" instead of "-v"; now "-v" is "verbose"
1.20 - changes by William McBrine
- .newspost values were sometimes not zero-terminated on rereading,
resulting in garbled settings; fixed
- messages that had a '.' in the first position on a line could be
posted incorrectly; fixed
- changed status display to show "Posting n of n" instead of hash
marks
- lines in the body of the article now end correctly in CRLF,
instead of just LF
- temporary files are no longer created, except in the case of SFVs
generated by newspost
- CRLF vs. LF is now handled correctly in reading and writing files
(and should now work under Windows as well as Unix)
- "Organization" line is now optional; "Subject" parameter is
optionally optional (see source)
- corrected format of "User-Agent" line
- special makefiles for AIX and OSF no longer needed
- much internal reorganization; faster, smaller, and probably easier
to compile
1.13
- fixed endless loop that occurs with -v option when one of the
files is deleted before posting is complete
- no longer prints out your password when displaying help
- added a makefile and made changes to support DEC alpha OSF1 V4.0
(thanks Chris Gentle)
- added a makefile for AIX
- documentation updated
1.12
- file permissions on ~/.newspost are now changed to 600 when
it is created or modified
- fixed bug in creating headers when -t option is used
- homepage is now included in the user-agent line
- new -V switch to check the version
1.11
- the number of digits in the part number field matches the number
of digits in the total part count (thanks Mike Liang)
1.1
- no longer uses uulib
- added a makefile for solaris
- now can reply to messages using -r
- misc bugfixes
1.01a
- fixed typo in newspost -h
1.01
- fixed problems with some news servers
1.0
- initial release