Update to 0.9.5.4. Relevant changes:
0. Misc bug fixes, including: * slrn now honors port information encoded in hostname when refreshing newsgroups. 1. Tweak to generation of NEWGROUPS server command to make it y2k compliant. (In my opinion, the protocol is weak in this area) 3. New configuration variable: set simulate_graphic_chars 0 4. Patch from Hubert Figuiere <Hubert.Figuiere@solsoft.fr> to handle (broken?) knews iso-latin1 mime encoding. 5. New configuration variable: set auto_mark_article_as_read 1 If zero, reading an article will not cause it to be marked as read. 6. It is now possible to specify what headers to show via the .slrnrc line: visible_headers "From:,Subject:,Newsgroups:,Followup-To:,Reply-To:" 7. Tweak to group.c:group_sync_group_with_server courtesy of stesch@parsec.rhein-neckar.de (Stefan Scholl).
This commit is contained in:
parent
ef9aa6b1a6
commit
14122c3669
2 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.2 1998/10/31 23:01:54 frueauf Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1999/04/12 22:30:39 mjl Exp $
|
||||
#
|
||||
|
||||
DISTNAME= slrn0.9.5.3
|
||||
PKGNAME= slrn-0.9.5.3
|
||||
DISTNAME= slrn0.9.5.4
|
||||
PKGNAME= slrn-0.9.5.4
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \
|
||||
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
MAINTAINER= mjl@netbsd.org
|
||||
HOMEPAGE= http://space.mit.edu/%7Edavis/slrn.html
|
||||
|
||||
DEPENDS+= libslang-1.2.2:../../devel/libslang
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1998/10/31 21:09:13 hwr Exp $
|
||||
$NetBSD: md5,v 1.2 1999/04/12 22:30:40 mjl Exp $
|
||||
|
||||
MD5 (slrn0.9.5.3.tar.gz) = 1db6236e6e53efcbd71310420f72d302
|
||||
MD5 (slrn0.9.5.4.tar.gz) = f28a183a378c8d80e1d1ec3d4ab1e591
|
||||
|
|
Loading…
Reference in a new issue