pkgsrc/news/tin/PLIST

30 lines
870 B
Text
Raw Normal View History

tin: update to 2.4.3. Update provided by Michael Bäuerle in wip/tin. -- 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 binray 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
2019-01-15 16:48:17 +01:00
@comment $NetBSD: PLIST,v 1.13 2019/01/15 15:48:17 wiz Exp $
bin/metamutt
bin/opt-case.pl
bin/rtin
bin/tin
bin/tinews.pl
Update to 1.9.4. Deemed "unstable" version, but according to upstream at least as stable as 1.8.3, and it has bug fixes I want :) -- 1.9.4 release 20090211 "Rieclachan" -- U013) Thomas E. Dickey <dickey@invisible-island.net> ADD. update configure macros ADD. configure check to guess $ARFLAGS FIX. aclocal.m4, configure[.in], libcanlock/Makefile.in, pcre/Makefile.in 021) Dennis Preiser <onkelp@gmx.de> BUG. memleak in free_attributes() FIX. memory.c U012) Dennis Preiser <onkelp@gmx.de> ADD. enhance attributes documentation ADD. menu-option/attribute to turn verbatim block handling on and off ADD. menu-option to color the lines between the verbatim marks ADD. menu-option/attribute to trim article body (compact empty lines) ADD. most tinrc options to attributes ADD. merged auto_cc and auto_bcc into auto_cc_bcc BUG. mem-leak in set_colors() BUG. -S used group specific savedir if set via attributes BUG. long lines in verbatim blocks may grabble the screen BUG. unescaped metacharacter in DEFAULT_VERBATIM_BEGIN_REGEX BUG. rot13 does not rotate the verbatim_begin_regex line BUG. numeric attributes got lost on big-endian OSs BUG. missing newline in multipart/mixed articles befor the very last text/plain part FIX. active.c, art.c, attrib.c, color.c, config.c, cook.c, debug.c feed.c, filter.c, group.c, inews.c, init.c, lang.c, mail.c, main.c memory.c, misc.c, options_menu.c, page.c, post.c, refs.c, rfc2047.c save.c, search.c, select.c, sigfile.c, tags.c, thread.c, extern.h proto.h, rfc2046.h, tin.h, tinrc.h, version.h, tincfg.tbl, tin.1 tin.5 U011) Urs Janssen <urs@tin.org> ADD. minor code cleanup ADD. workaround bogus XHDR response from SoftVelocity Discussions 2.5q ADD. configurable path via tin.defaults to overview.fmt file ADD. send "LIST HEADES" befor doing "HDR" if server supports it ADD. config.guess, config.sub update ADD. started german manpage translation ADD. issue extra "GROUP" when NEXT receives 411 ADD. issue a warning if attributes file has an unexpected version number ADD. check for 8bit chars in Newsgroups, Followup-To and Distribution befor posting ADD. check user supplied Message-ID, Date and Expires-header befor posting ADD. speedup -S, -N, -M ADD. improved DEFAULT_STRIP_WAS_REGEX BUG. PageEditArticle was allowed for GROUP_TYPE_SAVE BUG. Distribution was mime-decoded BUG. don't break long body-lines in original article when superseding BUG. don't send "LIST NEWSGROUPS" for mailgroups in the -n case BUG. empty but present Followup-To header (server bug) was used in f'ups BUG. didn't recheck CAPABILITIES after successfull auth or after mode switching if received 500er response in the first pass BUG. don't prompt for authdata if we can't auth as the server doesn't offer any auth-method we can send BUG. configure options --program-prefix, --program-suffix and --program-transform-name didn't work BUG. headers with just one byte content were automagicaly removed BUG. -R didn't work if savedir was set to an unexpanded path BUG. fixed memleak with -R BUG. --disable-posting didn't catch 'x' (repost) early enough FIX. active.c, art.c, attrib.c, auth.c, config.c, cook.c, debug.c, feed.c filter.c, getline.c, group.c, header.c, help.c, inews.c, init.c keymap.c, lang.c, list.c, mail.c, main.c, memory.c, misc.c my_tmpfile.c, newsrc.c, nntplib.c, options_menu.c, page.c, post.c prompt.c, refs.c, regex.c, rfc2046.c, save.c, screen.c, select.c sigfile.c, tags.c, thread.c, version.c, xface.c, xref.c, extern.h proto.h, stpwatch.h, tin.h, version.h, tincfg.tbl, Makefile[.in] configure[.in], tin.defaults, tin.5, config.guess, config.sub doc/l10n/* -- 1.9.3 release 20080506 "Dalintober" -- U010) Thomas E. Dickey <dickey@invisible-island.net> ADD. update configure macros FIX. aclocal.m4, configure[.in], mkdirs.sh U009) Dirk Nimmich <nimmich@muenster.de> ADD. (g)oto group search now is case insensitive ADD. infrastructure for editing and writing attributes ADD. write attributes file from internal structures BUG. possible memleak when freeing group attributes ADD. check joinpath for overruns BUG. potential buffer overruns BUG. memleak in curses.c:ReadWch() BUG. uninitialized mm_local_charset when no config files available, leading to an endless loop on exit when newsrc cannot be written BUG. inconsistent update of mm_local_charset on runtime BUG. fixed length buffer in rfc1522_do_encode() FIX. extern.h proto.h, tin.h, active.c, art.c, attrib.c, auth.c, config.c curses.c, debug.c, feed.c, inews.c, init.c, joinpath.c, keymap.c list.c, mail.c, main.c, memory.c, mimetypes.c, my_tmpfile.c newsrc.c, nntplib.c, nrctbl.c, options_menu.c, pgp.c, post.c rfc2046.c, save.c, select.c, sigfile.c, string.c, xref.c 020) Urs Janssen <urs@tin.org> BUG. my_realloc() didn't handle zero size reallocs BUG. subjects > 256 chars were tunrcated at group-level without adding a \0-termination FIX. group.c, memory.c U008) Rado S <regrado@web.de> ADD. use same article numbers in different levels FIX. extern.h, lang.c, page.c 019) Philip Hazel <ph10@cam.ac.uk> BUG. missing a check for a possible return value of pcre_exec() FIX. misc.c, regex.c U007) Urs Janssen <urs@tin.org> ADD. enable some more CAPABILLITIES related code ADD. minor code cleanup ADD. config.guess, config.sub update ADD. allow .kp, .me, .rs, .tel and .asia TLDs ADD. check permissions of .cancelsecret-file ADD. --enable-cancel-locks configure option ADD. --with-slrnface configure option ADD. libcanlock update (1.0 -> 2b-4) ADD. url_handler.pl as new DEFAULT_URL_HANDLER ADD. remove leading/tailing whitespace in filter scope ADD. increase internal buffer in rfc1522_encode()/rfc1522_do_encode() ADD. restrictions to tin generated Message-IDs (disallow .invalid-TLD, disallow IDs > 250 octets) ADD. SIGUSR2 handler to write out newsrc ADD. configure check for gsasl.h/libgsasl ADD. AUTHINFO SASL PLAIN support if gsasl.h/libgsasl is found ADD. use "LIST NEWSGROUPS grp" with -n cmd-line switch ADD. use "LIST ACTIVE grp" with -n cmd-line switch ADD. don't treat empty Bytes or Lines-filed in overview as error in debug mode ADD. parse LIST OVERVIEW.FMT ADD. if LIST OVERVIEW.FMT didn't mention Xref:full, but XOVER includes Xref: use it instead of sending XHDR XREF ADD. do "XHDR XREF -" instead of gazillions of single cmds. BUG. missing utf-8 validation for news_headers_to_display BUG. newnewsrc tmp-file wasn't always removed BUG. subscribe_pattern() was overcomplex BUG. mail_to_someone() didn't convert the article into the local charset REM. libinn support (was broken for ages) FIX. active.c, art.c, attrib.c, auth.c, charset.c, config.c, color.c cook.c, debug.c, filter.c, group.c, header.c, help.c, inews.c init.c, keymap.c, lang.c, mail.c, main.c, memory.c, mimetypes.c misc.c, my_tmpfile.c, newsrc.c, nntplib.c, options_menu.c, page.c post.c, refs.c, regex.c, rfc2045.c, rfc2047.c, save.c, screen.c search.c, select.c, sigfile.c, signcal.c, string.c, tags.c tcurses.c, thread.c, version.c, xface.c, xref.c, config.guess config.sub, de.po, autoconf.h[in], debug.h, extern.h, policy.h proto.h, rfc2046.h, keymap.h, tin.h, version.h, Makefile configure[.in], Makefile[.in], libcanlock/*, tin.1, tin.5 -- 1.9.2 release 20070201 "Dalaruan" -- 018) Christian Weisgerber <naddy@mips.inka.de> BUG. assumed that wchar_t and wint_t are of the same size FIX. tcurses.c 017) Antonio Querubin <tony@lava.net> BUG. missplaced || FIX. nntplib.c U006) Thomas E. Dickey <dickey@invisible-island.net> ADD. update configure macros FIX. aclocal.m4 U005) Dirk Nimmich <nimmich@muenster.de> BUG. raw-mode didn't allow rot13 BUG. can't 'V'iew mime-parts with (illegally) encoded filename BUG. CatchupNextUnread in page level didn't always work BUG. 'C'atchup in pager was still not correct (we didn't ever enter the next group) BUG. fast/endless reconnection loop after a "200\n\r400\n\r" greeting BUG. resent command on 503 error ADD. rewrote NGLIMIT handling REM. return value of change_config_file() FIX. proto.h, tin.h, feed.c, group.c, nntplib.c, options_menu.c, page.c post.c, save.c, select.c 015) Michael Bienia <michael@vorlon.ping.de> BUG. 'l' from the pager doesn't reposition cursor to last viewed article FIX. thread.c 014) Urs Janssen <urs@tin.org> BUG. "Kill text pattern" form killfile menu was applied to Message-ID and References instead of Message-ID only BUG. FILTER_FILE_OFFSET was wrong ADD. allow .ax TLD FIX. filter.c, policy.h, tin.h 013) Urs Janssen <urs@tin.org> ADD. minor manpage tweaking FIX. tin.1, tin.5 012) Peter Breitenlohner <peb@mppmu.mpg.de> BUG. build problem with VPATH FIX. Makefile.in 011) Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> ADD. updated russian translation FIX. ru.po 010) Urs Janssen <urs@tin.org> BUG. possible division by zero in thread_by_percentage() FIX. art.c U004) Urs Janssen <urs@tin.org> ADD. pcre update (6.6 -> 7.0) ADD. RISC OS handling ADD. more options to filter menu "Kill text pattern" ADD. allow UTF-8 descriptions REM. don't generate Sender on Mac OS X ADD. config.guess, config.sub update ADD. hide some regex in 'M'enu if the related option is off ADD. disallow .so, .um TLDs ADD. warn about useless cmd-line option combinations ADD. enable CAPABILLITIES code ADD. updated german translation FIX. Makefile, aclocal.m4, configure[.in], extern.h, policy.h, filter.c init.c, lang.c, main.c, mail.c, nntplib.c, options_menu.c, post.c pcre/*, config.guess, config.sub, de.po U003) Michael Bienia <michael@vorlon.ping.de> ADD. 'M'enu option for VERBATIM_*_REGEXs ADD. new option: sort by date of last posted article ADD. merge tinrc.{pgdn_goto_next,tab_goto_next_unread, space_goto_next_unread} into one option tinrc.goto_next_unread ADD. merge PAGE_PAGE_DOWN3 (SPACE) into GLOBAL_PAGE_DOWN ADD. minor code cleanup FIX. extern.h, keymap.h, proto.h, tin.h, tinrc.h, version.h, art.c attrib.c, charset.c, config.c, cook.c, help.c, init.c, keymap.c lang.c, options_menu.c, page.c, tincfg.tbl, keymap.sample, tin.1 tin.5 -- 1.9.1 release 20060409 "Benmore" -- U002) Urs Janssen <urs@tin.org> ADD. slrn style verbatim mark support (#v+/#v-) ADD. use tinrc.date_format for %D date expansion ADD. config.guess update REM. unused gb, so and um TLDs FIX. config.guess, autoconf.hin, extern.h, tin.h, cook.c, init.c memory.c, misc.c, tin.1 009) Urs Janssen <urs@tin.org> BUG. didn't reissue GROUP cmd after reconnect with authentication BUG. possible buffer overflow REM. unnecessary test for wcsnlen ADD. cat, jobs, travel and mobi TLDs FIX. aclocal.m4, policy.h, misc.c, nntplib.c -- 1.9.0 release 20060228 "Ardlussa" -- 008) Urs Janssen <urs@tin.org> ADD. config.guess, config.sub update FIX. config.guess, config.sub 007) Michael Bienia <michael@vorlon.ping.de> BUG. buffer overflow in convert_tex2iso in UTF-8 environment FIX. charset.c U001) Urs Janssen <urs@tin.org> ADD. pcre update (6.4 -> 6.6) REM. VMS support FIX. Makefile, aclocal.m4, attrib.c, curses.c, config.c, header.c inews.c, init.c, lang.c, mail.c, main.c, mimetypes.c, misc.c newsrc.c, nntplib.c, post.c, read.c, save.c, signal.c, bugrep.h tin.h, tnntp.h, version.h, pcre/*, vms/*
2009-07-22 12:00:17 +02:00
bin/url_handler.pl
bin/w2r.pl
man/man1/opt-case.pl.1
man/man1/rtin.1
man/man1/tin.1
man/man1/tinews.pl.1
Update to 1.9.4. Deemed "unstable" version, but according to upstream at least as stable as 1.8.3, and it has bug fixes I want :) -- 1.9.4 release 20090211 "Rieclachan" -- U013) Thomas E. Dickey <dickey@invisible-island.net> ADD. update configure macros ADD. configure check to guess $ARFLAGS FIX. aclocal.m4, configure[.in], libcanlock/Makefile.in, pcre/Makefile.in 021) Dennis Preiser <onkelp@gmx.de> BUG. memleak in free_attributes() FIX. memory.c U012) Dennis Preiser <onkelp@gmx.de> ADD. enhance attributes documentation ADD. menu-option/attribute to turn verbatim block handling on and off ADD. menu-option to color the lines between the verbatim marks ADD. menu-option/attribute to trim article body (compact empty lines) ADD. most tinrc options to attributes ADD. merged auto_cc and auto_bcc into auto_cc_bcc BUG. mem-leak in set_colors() BUG. -S used group specific savedir if set via attributes BUG. long lines in verbatim blocks may grabble the screen BUG. unescaped metacharacter in DEFAULT_VERBATIM_BEGIN_REGEX BUG. rot13 does not rotate the verbatim_begin_regex line BUG. numeric attributes got lost on big-endian OSs BUG. missing newline in multipart/mixed articles befor the very last text/plain part FIX. active.c, art.c, attrib.c, color.c, config.c, cook.c, debug.c feed.c, filter.c, group.c, inews.c, init.c, lang.c, mail.c, main.c memory.c, misc.c, options_menu.c, page.c, post.c, refs.c, rfc2047.c save.c, search.c, select.c, sigfile.c, tags.c, thread.c, extern.h proto.h, rfc2046.h, tin.h, tinrc.h, version.h, tincfg.tbl, tin.1 tin.5 U011) Urs Janssen <urs@tin.org> ADD. minor code cleanup ADD. workaround bogus XHDR response from SoftVelocity Discussions 2.5q ADD. configurable path via tin.defaults to overview.fmt file ADD. send "LIST HEADES" befor doing "HDR" if server supports it ADD. config.guess, config.sub update ADD. started german manpage translation ADD. issue extra "GROUP" when NEXT receives 411 ADD. issue a warning if attributes file has an unexpected version number ADD. check for 8bit chars in Newsgroups, Followup-To and Distribution befor posting ADD. check user supplied Message-ID, Date and Expires-header befor posting ADD. speedup -S, -N, -M ADD. improved DEFAULT_STRIP_WAS_REGEX BUG. PageEditArticle was allowed for GROUP_TYPE_SAVE BUG. Distribution was mime-decoded BUG. don't break long body-lines in original article when superseding BUG. don't send "LIST NEWSGROUPS" for mailgroups in the -n case BUG. empty but present Followup-To header (server bug) was used in f'ups BUG. didn't recheck CAPABILITIES after successfull auth or after mode switching if received 500er response in the first pass BUG. don't prompt for authdata if we can't auth as the server doesn't offer any auth-method we can send BUG. configure options --program-prefix, --program-suffix and --program-transform-name didn't work BUG. headers with just one byte content were automagicaly removed BUG. -R didn't work if savedir was set to an unexpanded path BUG. fixed memleak with -R BUG. --disable-posting didn't catch 'x' (repost) early enough FIX. active.c, art.c, attrib.c, auth.c, config.c, cook.c, debug.c, feed.c filter.c, getline.c, group.c, header.c, help.c, inews.c, init.c keymap.c, lang.c, list.c, mail.c, main.c, memory.c, misc.c my_tmpfile.c, newsrc.c, nntplib.c, options_menu.c, page.c, post.c prompt.c, refs.c, regex.c, rfc2046.c, save.c, screen.c, select.c sigfile.c, tags.c, thread.c, version.c, xface.c, xref.c, extern.h proto.h, stpwatch.h, tin.h, version.h, tincfg.tbl, Makefile[.in] configure[.in], tin.defaults, tin.5, config.guess, config.sub doc/l10n/* -- 1.9.3 release 20080506 "Dalintober" -- U010) Thomas E. Dickey <dickey@invisible-island.net> ADD. update configure macros FIX. aclocal.m4, configure[.in], mkdirs.sh U009) Dirk Nimmich <nimmich@muenster.de> ADD. (g)oto group search now is case insensitive ADD. infrastructure for editing and writing attributes ADD. write attributes file from internal structures BUG. possible memleak when freeing group attributes ADD. check joinpath for overruns BUG. potential buffer overruns BUG. memleak in curses.c:ReadWch() BUG. uninitialized mm_local_charset when no config files available, leading to an endless loop on exit when newsrc cannot be written BUG. inconsistent update of mm_local_charset on runtime BUG. fixed length buffer in rfc1522_do_encode() FIX. extern.h proto.h, tin.h, active.c, art.c, attrib.c, auth.c, config.c curses.c, debug.c, feed.c, inews.c, init.c, joinpath.c, keymap.c list.c, mail.c, main.c, memory.c, mimetypes.c, my_tmpfile.c newsrc.c, nntplib.c, nrctbl.c, options_menu.c, pgp.c, post.c rfc2046.c, save.c, select.c, sigfile.c, string.c, xref.c 020) Urs Janssen <urs@tin.org> BUG. my_realloc() didn't handle zero size reallocs BUG. subjects > 256 chars were tunrcated at group-level without adding a \0-termination FIX. group.c, memory.c U008) Rado S <regrado@web.de> ADD. use same article numbers in different levels FIX. extern.h, lang.c, page.c 019) Philip Hazel <ph10@cam.ac.uk> BUG. missing a check for a possible return value of pcre_exec() FIX. misc.c, regex.c U007) Urs Janssen <urs@tin.org> ADD. enable some more CAPABILLITIES related code ADD. minor code cleanup ADD. config.guess, config.sub update ADD. allow .kp, .me, .rs, .tel and .asia TLDs ADD. check permissions of .cancelsecret-file ADD. --enable-cancel-locks configure option ADD. --with-slrnface configure option ADD. libcanlock update (1.0 -> 2b-4) ADD. url_handler.pl as new DEFAULT_URL_HANDLER ADD. remove leading/tailing whitespace in filter scope ADD. increase internal buffer in rfc1522_encode()/rfc1522_do_encode() ADD. restrictions to tin generated Message-IDs (disallow .invalid-TLD, disallow IDs > 250 octets) ADD. SIGUSR2 handler to write out newsrc ADD. configure check for gsasl.h/libgsasl ADD. AUTHINFO SASL PLAIN support if gsasl.h/libgsasl is found ADD. use "LIST NEWSGROUPS grp" with -n cmd-line switch ADD. use "LIST ACTIVE grp" with -n cmd-line switch ADD. don't treat empty Bytes or Lines-filed in overview as error in debug mode ADD. parse LIST OVERVIEW.FMT ADD. if LIST OVERVIEW.FMT didn't mention Xref:full, but XOVER includes Xref: use it instead of sending XHDR XREF ADD. do "XHDR XREF -" instead of gazillions of single cmds. BUG. missing utf-8 validation for news_headers_to_display BUG. newnewsrc tmp-file wasn't always removed BUG. subscribe_pattern() was overcomplex BUG. mail_to_someone() didn't convert the article into the local charset REM. libinn support (was broken for ages) FIX. active.c, art.c, attrib.c, auth.c, charset.c, config.c, color.c cook.c, debug.c, filter.c, group.c, header.c, help.c, inews.c init.c, keymap.c, lang.c, mail.c, main.c, memory.c, mimetypes.c misc.c, my_tmpfile.c, newsrc.c, nntplib.c, options_menu.c, page.c post.c, refs.c, regex.c, rfc2045.c, rfc2047.c, save.c, screen.c search.c, select.c, sigfile.c, signcal.c, string.c, tags.c tcurses.c, thread.c, version.c, xface.c, xref.c, config.guess config.sub, de.po, autoconf.h[in], debug.h, extern.h, policy.h proto.h, rfc2046.h, keymap.h, tin.h, version.h, Makefile configure[.in], Makefile[.in], libcanlock/*, tin.1, tin.5 -- 1.9.2 release 20070201 "Dalaruan" -- 018) Christian Weisgerber <naddy@mips.inka.de> BUG. assumed that wchar_t and wint_t are of the same size FIX. tcurses.c 017) Antonio Querubin <tony@lava.net> BUG. missplaced || FIX. nntplib.c U006) Thomas E. Dickey <dickey@invisible-island.net> ADD. update configure macros FIX. aclocal.m4 U005) Dirk Nimmich <nimmich@muenster.de> BUG. raw-mode didn't allow rot13 BUG. can't 'V'iew mime-parts with (illegally) encoded filename BUG. CatchupNextUnread in page level didn't always work BUG. 'C'atchup in pager was still not correct (we didn't ever enter the next group) BUG. fast/endless reconnection loop after a "200\n\r400\n\r" greeting BUG. resent command on 503 error ADD. rewrote NGLIMIT handling REM. return value of change_config_file() FIX. proto.h, tin.h, feed.c, group.c, nntplib.c, options_menu.c, page.c post.c, save.c, select.c 015) Michael Bienia <michael@vorlon.ping.de> BUG. 'l' from the pager doesn't reposition cursor to last viewed article FIX. thread.c 014) Urs Janssen <urs@tin.org> BUG. "Kill text pattern" form killfile menu was applied to Message-ID and References instead of Message-ID only BUG. FILTER_FILE_OFFSET was wrong ADD. allow .ax TLD FIX. filter.c, policy.h, tin.h 013) Urs Janssen <urs@tin.org> ADD. minor manpage tweaking FIX. tin.1, tin.5 012) Peter Breitenlohner <peb@mppmu.mpg.de> BUG. build problem with VPATH FIX. Makefile.in 011) Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> ADD. updated russian translation FIX. ru.po 010) Urs Janssen <urs@tin.org> BUG. possible division by zero in thread_by_percentage() FIX. art.c U004) Urs Janssen <urs@tin.org> ADD. pcre update (6.6 -> 7.0) ADD. RISC OS handling ADD. more options to filter menu "Kill text pattern" ADD. allow UTF-8 descriptions REM. don't generate Sender on Mac OS X ADD. config.guess, config.sub update ADD. hide some regex in 'M'enu if the related option is off ADD. disallow .so, .um TLDs ADD. warn about useless cmd-line option combinations ADD. enable CAPABILLITIES code ADD. updated german translation FIX. Makefile, aclocal.m4, configure[.in], extern.h, policy.h, filter.c init.c, lang.c, main.c, mail.c, nntplib.c, options_menu.c, post.c pcre/*, config.guess, config.sub, de.po U003) Michael Bienia <michael@vorlon.ping.de> ADD. 'M'enu option for VERBATIM_*_REGEXs ADD. new option: sort by date of last posted article ADD. merge tinrc.{pgdn_goto_next,tab_goto_next_unread, space_goto_next_unread} into one option tinrc.goto_next_unread ADD. merge PAGE_PAGE_DOWN3 (SPACE) into GLOBAL_PAGE_DOWN ADD. minor code cleanup FIX. extern.h, keymap.h, proto.h, tin.h, tinrc.h, version.h, art.c attrib.c, charset.c, config.c, cook.c, help.c, init.c, keymap.c lang.c, options_menu.c, page.c, tincfg.tbl, keymap.sample, tin.1 tin.5 -- 1.9.1 release 20060409 "Benmore" -- U002) Urs Janssen <urs@tin.org> ADD. slrn style verbatim mark support (#v+/#v-) ADD. use tinrc.date_format for %D date expansion ADD. config.guess update REM. unused gb, so and um TLDs FIX. config.guess, autoconf.hin, extern.h, tin.h, cook.c, init.c memory.c, misc.c, tin.1 009) Urs Janssen <urs@tin.org> BUG. didn't reissue GROUP cmd after reconnect with authentication BUG. possible buffer overflow REM. unnecessary test for wcsnlen ADD. cat, jobs, travel and mobi TLDs FIX. aclocal.m4, policy.h, misc.c, nntplib.c -- 1.9.0 release 20060228 "Ardlussa" -- 008) Urs Janssen <urs@tin.org> ADD. config.guess, config.sub update FIX. config.guess, config.sub 007) Michael Bienia <michael@vorlon.ping.de> BUG. buffer overflow in convert_tex2iso in UTF-8 environment FIX. charset.c U001) Urs Janssen <urs@tin.org> ADD. pcre update (6.4 -> 6.6) REM. VMS support FIX. Makefile, aclocal.m4, attrib.c, curses.c, config.c, header.c inews.c, init.c, lang.c, mail.c, main.c, mimetypes.c, misc.c newsrc.c, nntplib.c, post.c, read.c, save.c, signal.c, bugrep.h tin.h, tnntp.h, version.h, pcre/*, vms/*
2009-07-22 12:00:17 +02:00
man/man1/url_handler.pl.1
man/man1/w2r.pl.1
man/man5/rtin.5
man/man5/tin-mmdf.5
man/man5/tin.5
share/doc/tin/WHATSNEW
${PLIST.nls}share/locale/da/LC_MESSAGES/tin.mo
${PLIST.nls}share/locale/de/LC_MESSAGES/tin.mo
${PLIST.nls}share/locale/en_GB/LC_MESSAGES/tin.mo
tin: update to 2.4.3. Update provided by Michael Bäuerle in wip/tin. -- 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 binray 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
2019-01-15 16:48:17 +01:00
${PLIST.nls}share/locale/es/LC_MESSAGES/tin.mo
${PLIST.nls}share/locale/et/LC_MESSAGES/tin.mo
${PLIST.nls}share/locale/fr/LC_MESSAGES/tin.mo
${PLIST.nls}share/locale/ru/LC_MESSAGES/tin.mo
${PLIST.nls}share/locale/sv/LC_MESSAGES/tin.mo
${PLIST.nls}share/locale/tr/LC_MESSAGES/tin.mo
${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/tin.mo
${PLIST.nls}share/locale/zh_TW/LC_MESSAGES/tin.mo