pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/news/tin
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jul 22 10:00:18 UTC 2009
Modified Files:
pkgsrc/news/tin: Makefile PLIST distinfo
Log Message:
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@localhost>
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@localhost>
BUG. memleak in free_attributes()
FIX. memory.c
U012) Dennis Preiser <onkelp%gmx.de@localhost>
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@localhost>
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@localhost>
ADD. update configure macros
FIX. aclocal.m4, configure[.in], mkdirs.sh
U009) Dirk Nimmich <nimmich%muenster.de@localhost>
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@localhost>
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@localhost>
ADD. use same article numbers in different levels
FIX. extern.h, lang.c, page.c
019) Philip Hazel <ph10%cam.ac.uk@localhost>
BUG. missing a check for a possible return value of pcre_exec()
FIX. misc.c, regex.c
U007) Urs Janssen <urs%tin.org@localhost>
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@localhost>
BUG. assumed that wchar_t and wint_t are of the same size
FIX. tcurses.c
017) Antonio Querubin <tony%lava.net@localhost>
BUG. missplaced ||
FIX. nntplib.c
U006) Thomas E. Dickey <dickey%invisible-island.net@localhost>
ADD. update configure macros
FIX. aclocal.m4
U005) Dirk Nimmich <nimmich%muenster.de@localhost>
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@localhost>
BUG. 'l' from the pager doesn't reposition cursor to last viewed
article
FIX. thread.c
014) Urs Janssen <urs%tin.org@localhost>
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@localhost>
ADD. minor manpage tweaking
FIX. tin.1, tin.5
012) Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
BUG. build problem with VPATH
FIX. Makefile.in
011) Andrey Simonenko <simon%comsys.ntu-kpi.kiev.ua@localhost>
ADD. updated russian translation
FIX. ru.po
010) Urs Janssen <urs%tin.org@localhost>
BUG. possible division by zero in thread_by_percentage()
FIX. art.c
U004) Urs Janssen <urs%tin.org@localhost>
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@localhost>
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@localhost>
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@localhost>
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@localhost>
ADD. config.guess, config.sub update
FIX. config.guess, config.sub
007) Michael Bienia <michael%vorlon.ping.de@localhost>
BUG. buffer overflow in convert_tex2iso in UTF-8 environment
FIX. charset.c
U001) Urs Janssen <urs%tin.org@localhost>
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/*
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/news/tin/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/news/tin/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/news/tin/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index