"Fossies" - the Fresh Open Source Software Archive

Member "tin-2.6.2/doc/CHANGES" (24 Dec 2022, 5879 Bytes) of package /linux/misc/tin-2.6.2.tar.xz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "CHANGES": 2.6.1_vs_2.6.2.

    1 -- 2.6.2 release 20221224 "Pittyvaich" --
    2 
    3  009) Florian Weimer <fweimer@redhat.com>
    4       Thomas E. Dickey <dickey@invisible-island.net>
    5       ADD. missing #include directives to improve C99 compatibility
    6       FIX. aclocal.m4, configure
    7 
    8  008) Enrik Berkhan <enrik@tin.org>
    9       BUG. remove alleged Y2K38 safety issues
   10       ADD. ~ and $VAR expansion to tinrc option tls_ca_cert_file
   11       ADD. simplify code and refactor to fix an unused variable complaint
   12       ADD. pcre2 support (debian bug #999941, fedora bug #2128388)
   13       ADD. NNTPS support based on libressl/GNUttls/OpenSSL (RFC 8143)
   14       ADD. TLS connection info
   15       ADD. switch from stdio to own buffer implementation
   16       FIX. config.c, cook.c, feed.c, filter.c, group.c, init.c, lang.c, main.c
   17            memory.c, misc.c, nntplib.c, nntps.c, options_menu.c, page.c, read.c
   18            regex.c, save.c, screen.c, search.c, select.c, wildmat.c
   19            autoconf.h[in], extern.h, nntplib.h, proto.h, tinrc.h, tin.h
   20            tnntp.h, tnntps.h, tincfg.tbl, parsdate.y, configure[.in]
   21            Makefile[.in], tin.1
   22 
   23  007) Dennis Preiser <dennis@d--p.de>
   24       BUG. backward search for a non empty line got stuck in endless loop
   25       BUG. reading a faulty mime article via NNTP could hang tin
   26            (debian bug #1005024)
   27       BUG. a long group name isn't shortened appropriately in group level
   28       BUG. config changes via 'M'enu were not immediately active for
   29            show_signatures, verbatim_handling, tex2iso_conf and
   30            trim_article_body
   31       BUG. after posting an article from selection or group level the cursor
   32            remains visible in the lower left corner
   33       ADD. tinrc.show_help_mail_sign
   34       ADD. get $TMPDIR just once
   35       ADD. option to remove SOFT HYPHENs (U+00AD) from non verbatim blocks of
   36            articles in UTF-8 and using a UTF-8 locale
   37       BUG. show actual help-key in txt_type_h_for_help
   38       FIX. config.c, cook.c, debug.c, filter.c, group.c, init.c, lang.c, mail.c
   39            misc.c, my_tmpfile.c, newsrc.c, options_menu.c, page.c, pgp.c
   40            regex.c, rfc2046.c, refs.c, save.c, screen.c, search.c, select.c
   41            thread.c, extern.h, proto.h, tin.h, tinrc.h, tincfg.tbl, tin.1
   42            tin.5
   43 
   44  006) Thomas E. Dickey <dickey@invisible-island.net>
   45       BUG. configure --with-included-gettext was non-functional since tin 2.4.2
   46       ADD. update configure macros
   47       FIX. aclocal.m4, intl/Makefile.in, intl/plural.c
   48 
   49  005) Urs Janssen <urs@tin.org>
   50       ADD. config.guess, config.sub update
   51       ADD. code cleanup; remove redundant condition and unused var;
   52            add some missing casts and _Noreturn
   53       ADD. ignore set but empty env.-vars
   54       ADD. try harder when looking for keymap-file, try locale "suffixes"
   55            from language[_territory[.codeset]][@modifier] with parts
   56            stripped off in order: codeset, normalized codeset, territory,
   57            modifier
   58       ADD. guard against empty inews_prog and empty mm_charset in
   59            !CHARSET_CONVERSION case
   60       ADD. warn about some more nonsensical cmd.-line option combinations
   61            -ow|-oz|-wz
   62       ADD. exit early at -o when there are no postponed articles
   63       ADD. reduce memory usage for xface
   64       ADD. list of leap years from 2040 to 2068
   65       ADD. restrict URL_REGEX to disallow non ascii chars in path
   66       ADD. accept active file lines even without moderation flag
   67       ADD. do not try NEXT again after an ERR_COMMAND response
   68       ADD. ConnectionInfo page ('J')
   69       ADD. update tin_atol() to new SI prefix names Ronna and Quetta
   70       ADD. experimental MAXARTNUM extension
   71       BUG. missing default tinrc.editor_format on first start
   72       BUG. typo in man page
   73       BUG. possible memleak in check_article_to_be_posted if article has
   74            multiple To:, Followup-To: or Newsgroups:-headers
   75       BUG. possible buffer overflow in find_reply_to_addr
   76       BUG. f'up to an article without a message-id (possible in mailgroups)
   77            crashes
   78       BUG. hypothetic missing string termination
   79       BUG. need to convert utf8pass to network charset unconditionally in
   80            do_authinfo_sasl_plain
   81       FIX. active.c, art.c, auth.c, config.c, filter.c, group.c, help.c
   82            inews.c, init.c, keymap.c, lang.c, main.c, makecfg.c, mimetypes.c
   83            misc.c, nntplib.c, options_menu.c, page.c, post.c, pgp.c, rfc1524.c
   84            rfc2046.c, save.c, select.c, signal.c, string.c, thread.c, wildmat.c
   85            xface.c, parsdate.y, extern.h, keymap.h, nntplib.h, proto.h, tin.h
   86            tin.1, tin.5, config.guess, config.sub, configure[.in]
   87 
   88 -- 2.6.1 release 20211226 "Convalmore" --
   89 
   90  004) Michael Baeuerle <michael.baeuerle@stz-e.de>
   91       BUG. wrong pkg-config file name for libcanlock3
   92       FIX. aclocal.m4
   93 
   94  003) Urs Janssen <urs@tin.org>
   95       ADD. config.guess, config.sub update
   96       ADD. don't count comment and empty lines in newsrc-file
   97       ADD. fixed mixed declarations and code
   98       ADD. const qualification for free_if_not_default() and strfpath_cp()
   99       ADD. allow to cancel wait_message() via key press
  100       BUG. missing bounds checking in *highlight_string()
  101       BUG. use of wint_t in !MULTIBYTE_ABLE code
  102       FIX. curses.c, help.c, memory.c, misc.c, newsrc.c, page.c, prompt.c
  103            rfc2046.c, screen.c, select.c, tcurses.c, extern.h, tin.5
  104            config.guess, config.sub
  105 
  106  002) Thomas E. Dickey <dickey@invisible-island.net>
  107       BUG. missing configure check for get_wch and wget_wch
  108       ADD. workaround for possible redefinition of bool type when using
  109            pdcurses
  110       FIX. autoconf.hin, tcurses.h, tin.h, Makefile.in, aclocal.m4
  111            configure[.in]
  112 
  113  001) Matt Anton <tin@lv223.org>
  114       ADD. updated French translation
  115       FIX. fr.po
  116 
  117 -- 2.6.0 release 20210823 "Coleburn" --
  118 
  119 For changes made till the 2.6.0 release look at CHANGES.old