1New features and changes since tin-2.2.0
2
3New features
4------------
5- simplified Chinese translation
6- handle RFC 2231 parameter value continuation
7- skip over RFC 2231 language parameters
8- RFC 2231 decoding of non us-ascii MIME-parameter values
9- options to color external quotes (extquote_handling, extquote_regex,
10  col_extquote)
11- LookupMessage ('L') in select level if reading via NNTP
12- ThreadTagParts ('T') in thread level
13- filter articles based on Path, see doc/filtering for details
14- GNKSA_MISSING_REALNAME return code for filtering
15
16Changes
17-------
18Subjects are now normalized if local charset is UTF-8 and system supports it
19(for better threading).
20
21The gTLD list is no longer actively maintained (too many new gTLD recently),
22disable_gnksa_domain_check=OFF might result in false positives.
23
24With the new GNKSA_MISSING_REALNAME return code for filtering filter rules
25with "gnksa=>NUM" may need inspection if filtering on missing real names is
26desired.
27
28--enable-heapsort is now default during configure (sort_function in tinrc
29still needs to be set accordingly if you like to use heapsort instead of
30qsort)
31
32--enable-ipv6 is now default during configure
33
34--enable-break-long-lines is now default during configure
35
36sigfile=!/path/to/command no longer passes the name of the current
37newsgroup to command. One can specify %G which will be replaced by
38the name of the current newsgroup to match the old behaviour:
39'sigfile=!/path/to/command %G'.
40
41--enable-cancel-locks requires libcanlock-3 (which is included, but
42some distros (e.g. debian) are linking against a shared lib which may
43be too old).
44
45"make install" no longer strips the tin binary
46
47Retired Features
48----------------
49. groupname_max_length, can now be set via user defined screen layout at
50  select level
51