-- 2.4.4 release 20191224 "Millburn" --

 017) Dennis Grevenstein <dennis.grevenstein@gmail.com>
      ADD. FD_*-fallback for SunOS-3.5
      FIX. missing_fd.h

 016) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros - use xpg3 instead of xpg4 case-statements
      FIX. aclocal.m4, configure[.in]

 015) Dennis Preiser <dennis@d--p.de>
      BUG. 'L'ookupMessageID in select-level could crash if 1st group
           in newsrc is marked bogus
      BUG. memleak in thread_by_multipart
      FIX. active.c, art.c, tin.5

 014) Urs Janssen <urs@tin.org>
      BUG. sigfile attribute with a command ("sigfile=!") would append %G
           on {ATTRIBUTES,TINRC}_VERSION increase even if already present.
      BUG. tinrc normalization_form=5 (NFKC_CF) setting was lost on restart
      BUG. quote_chars with multiple '%s' lead to a crash
      BUG. memleak with stray comments (no scope) in filter file
      ADD. tweak is_art_tex_encoded to allow text umlauts at the beginning
           of a line
      ADD. turned '%s'/'%S' in quote_chars (for initials) into '%I' to be
           consistent with other occurrences
      ADD. repost ('x') now takes mailing_list attribute into account
      ADD. repost prolog looked ugly in multibyte env. if multibyte chars
           were quoted in the prolog
      ADD. disallow supersedes in mailgroups
      ADD. fix handrolled strcasestr() to cast returned value
           (required for cray-unicos cc)
      ADD. configure check for working tolower(), toupper()
           (required for sony-newsos3)
      ADD. configure check for h_addr_list in struct hostent
           (required for sun-sunos3.5)
      ADD. CF_TYPE_FD_SET and CF_CHECK_FD_SET configure checks from
           Thomas E. Dickey
      ADD. fixup autoconf missdetections for *-next-{nextstep,openstep}*
           (WIFEXITED, WIFEXITED, HAVE_SYS_UTSNAME_H, HAVE_SYS_WAIT_H, ...)
      ADD. determine mailbox_name just once
      ADD. switched tinrc.confirm_choice from string to int
      ADD. invoke_metamail() without piping
      ADD. %P expansion (groupname with '.' replaced by '/') in _strfpath()
      ADD. check for gcc >= 2.6 to use __attribute__((unused))
      ADD. GLOBAL_BUGREPORT ('R') to 'M'enu and attachment menu
      ADD. normalize subject for threading
      ADD. xref and path to debug filter output if set and hide subject,
           from and msgid if unset
      ADD. article headers and body to very verbose nntp debug (-D 1 -vv) log
      ADD. score, gnksa and lines to arts debug output for killed articles
      REM. dead code (NEW_HASH_METHOD, gl_init_done, OSNAME, redundant
           conditions)
      REM. non M_UNIX and __BEOS__ code
      ADD. config.guess, config.sub update
      FIX. active.c, art.c, attrib.c, charset.c, config.c, cook.c, curses.c
           debug.c, feed.c, filter.c, getline.c, header.c, inews.c, init.c
           keymap.c, lang.c, list.c, makecfg.c, main.c, mimetypes.c, misc.c
           newsrc.c, nntplib.c, nrctbl.c, options_menu.c, page.c, post.c
           prompt.c, read.c, rfc2046.c, rfc2047.c, save.c, screen.c, select.c
           sigfile.c, signal.c, string.c, version.c, xref.c, bugrep.h, extern.h
           proto.h, tin.h, tnntp.h, version.h, parsdate.y, Makefile[.in]
           config.guess, config.sub, configure[.in], autoconf.hin, tin.1, tin.5

 013) Toomas Soome <tsoome@me.com>
      ADD. updated estonian translation
      FIX. et.po

-- 2.4.3 release 20181224 "Glen Mhor" --

 012) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros
      ADD. check for va_copy() for pre C99 systems
      FIX. aclocal.m4, configure[.in], autoconf.h[in], tin.h, memory.c
           screen.c, string.c, tcurses.c

 011) Francisco Javier Serrador <fserrador@gmail.com>
      ADD. spanish translation
      FIX. es.po

 010) Matt Anton <tin@lv223.org>
      ADD. updated french translation
      FIX. fr.po

 009) Dennis Preiser <dennis@d--p.de>
      BUG. ensure destination of match_string() is NULL terminated
      BUG. possible buffer overflows with long translations
      BUG. fixed length buffer in rfc1522_decode() may overflow
      ADD. don't idna_decode() strings which are not IDNA encoded
      ADD. ability to filter on Path:-header
      FIX. art.c, config.c, feed.c, filter.c, getline.c, help.c, lang.c
           main.c, memory.c, nntplib.c, page.c, rfc2047.c, save.c, screen.c
           extern.h, nntplib.h, proto.h, tin.h, tin.5

 008) Urs Janssen <urs@tin.org>
      ADD. config.guess, config.sub update
      ADD. checks for explicit_bzero(), explicit_memset(), memset_s()
      ADD. check for unicode/unorm2.h to favor unorm2_normalize() over
           unorm_normalize() if found
      ADD. NFKC_case_fold normalization if unicode/unorm2.h is found
      ADD. don't strip binary with "make install"
      ADD. match_string()/match_item() now stop on first '\n'
      ADD. don't show broken active file messages if not running with -D 1
      ADD. accept arbitrary line length in mail.active file
      ADD. allow (multiple) -v for debug mode
      ADD. honor NDEBUG in assert() replacement
      BUG. possible buffer overflow when prompting for a wildcard search
           pattern in get_search_pattern()
      BUG. possible buffer overflows with long translations
      BUG. pointer arithmetic with possible NULL pointer
      BUG. didn't recheck CAPABILITIES after auth
      BUG. transport-padding on mime boundaries wasn't ignored
      BUG. get_group_from_list() used in 'L'lookup_msgid() couldn't handle
           FWS as of RFC 5536 3.1.4.
      ADD. rename FOLLOW_USEFOR_DRAFT to ALLOW_FWS_IN_NEWSGROUPLIST
      ADD. remove some redundant assigns
      ADD. switch from autoconf-2.13.20110430 to autoconf-2.52.20181006
      ADD. be more verbose on connections errors when get_tcp6_socket()
           is used (debian bug #232924)
      FIX. active.c, art.c, auth.c, config.c, cook.c, debug.c, feed.c
           getline.c, group.c, header.c, help.c, init.c, keymap.c, lang.c
           list.c, mail.c, main.c, misc.c, newsrc.c, nntplib.c, options_menu.c
           page.c, post.c, read.c, rfc1524.c, rfc2045.c, rfc2046.c, rfc2047.c
           save.c, search.c, screen.c, select.c, signal.c, sigfile.c
           strftime.c, string.c, extern.h, proto.h, tin.h, config.guess
           config.sub, aclocal.m4, configure[.in], autoconf.h[in]
           Makefile[.in], tin.1, tin.5

-- 2.4.2 release 20171224 "Lochhead" --

 007) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros
      FIX. aclocal.m4, configure[.in]

 006) Mesutcan Kurt <mesutcank@gmail.com>
      ADD. updated turkish translation
      FIX. tr.po

 005) Dennis Preiser <dennis@d--p.de>
      ADD. cancel_lock_algo config option
      ADD. sha256 and sha512 as possible algorithms for cancel_locks
      ADD. sigfile=!command no longer passes the name of the current
           newsgroup to command, but %G is replaced by groupname if
           specified
      ADD. remove sleep(1) from unshar loop
      BUG. possible buffer overrun in rfc1522_decode()
      BUG. wildcard search doesn't advance past a match in a line for a
           subsequent search
      BUG. last line in the info_pager (help, posting-history) lacked
           truncation
      BUG. quoted pairs in CFWS were not ignored
      ADD. cleanup
      FIX. attrib.c, config.c, inews.c, init.c, lang.c, options_menu.c, page.c
           post.c, regex.c, rfc2045.c, rfc2046.c, rfc2047.c, save.c, sigfile.c
           string.c, wildmat.c, tincfg.tbl, extern.h, tinrc.h, version.h
           libcanlock/*, tin.1, tin.5

 004) Joe Hansen <joedalton2@yahoo.dk>
      ADD. updated danish translation
      FIX. da.po

 003) Urs Janssen <urs@tin.org>
      BUG. possible NULL dereference when IDNA-decoding with libicuuc
      BUG. possible NULL dereference with -D 4
      BUG. possible use of uninitialized variable in debug output
      BUG. posting history screen failed to use additional space
           if window was widened
      BUG. 2nd arg of tin_getline() is int not bool
      BUG. multibyte input to prompts was grabbled if using ncurses but not
           ncursesw
      ADD. config.guess, config.sub update
      ADD. adjust argument names to be the same in declaration and definition
      ADD. install rtin.5 manpage
      ADD. skip group query for -w if group was given on the cmd.-line
      ADD. remove redundant return statement at the end of void functions
      ADD. tweak MAIL_REGEX to not capture a tailing ')'
      ADD. use uidna_nameToUnicode() instead of uidna_IDNToUnicode() if
           linked against ICU >=4.6
      FIX. art.c, attrib.c, auth.c, charset.c, config.c, curses.c, feed.c
           filter.c, group.c, help.c, keymap.c, lang.c, main.c, mimetypes.c
           misc.c, newsrc.c, nntplib.c, pgp.c, post.c, prompt.c, refs.c
           rfc2047.c, save.c, screen.c, select.c, tcurses.c, thread.c, proto.h
           tin.h, Makefile[.in], configure[.in], autoconf.h[in], config.guess
           config.sub, tin.1, tin.5

-- 2.4.1 release 20161224 "Daill" --

 002) Dennis Preiser <dennis@d--p.de>
      BUG. reconnection problem if started with '-n' and multiple
           "LIST COUNTS grp1,grp2,..." were sent
      BUG. overlapping strcpy(3)/wcscpy(3)
      FIX. getline.c, select.c

 001) Urs Janssen <urs@tin.org>
      ADD. config.guess, config.sub update
      ADD. clarify ternary condition
      BUG. logic error when connecting to a server in transit mode forced
           user to auth even if server didn't request it
      BUG. resource leak in post_process_uud() and parse_rfc2045_article()
      BUG. possible nullpointer dereferenced when running out of memory in
           makecfg (during compilation)
      BUG. memleak if using libunistring for unicode normalization
      FIX. active.c, art.c, auth.c, config.c, feed.c, group.c, makecfg.c
           misc.c, nntplib.c, post.c, rfc2046.c, save.c, select.c, string.c
           config.guess, config.sub, tin.5

-- 2.4.0 release 20160823 "Octomore" --

For changes made till the 2.4.0 release look at CHANGES.old
