diff options
author | cjep <cjep@pkgsrc.org> | 2002-09-22 10:37:02 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-09-22 10:37:02 +0000 |
commit | 6e96997404b5fb24525ec2c7f4b7cf6619179625 (patch) | |
tree | c88a7f27052b2cf08bdafd45ab2b6dc0185087bf /doc | |
parent | c79699263481dc9f93d06ead582c1400933f2e06 (diff) | |
download | pkgsrc-6e96997404b5fb24525ec2c7f4b7cf6619179625.tar.gz |
Upgrade of Leafnode (news/leafnode) to version 1.9.26.
Differences to previous NetBSD package:
* Use devel/pcre rather than the one supplied with Leafnode.
Differences to Leafnode version 1.9.22:
* Bug fixes and changes including:
+ No longer install lsort
+ Merge in timeout_client patch from Jonathan Larmour
+ Fix file descriptor leak in markdownload()
+ No longer emit "400 Service discontinued" to clients.
+ Drop connection when the upstream server runs NNTPcache 2.3.x
+ More verbose POST reject messages.
+ Fix two filtering bugs in fetchnews.
+ Expire groups that are not in group.info
+ Fix several memory leaks (e.g. in fetchnews.c, newsq.c &
artutil.c)
+ Fix possible overflow in nntpd.c
+ Some speed improvements (e.g. in getline.c and mastring.c)
+ Fix bogus error messages.
+ Several documentation fixes.
+ Various fixes from Leafnode 2.
(For more details, please see the Leafnode ChangeLog file)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 414585d8274..d6fdbf355a0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.22 2002/09/22 09:10:27 mjl Exp $ +$NetBSD: CHANGES,v 1.23 2002/09/22 10:37:02 cjep Exp $ Changes to the packages collection and infrastructure in 2002: @@ -2928,3 +2928,4 @@ Changes to the packages collection and infrastructure in 2002: Updated ns-plugger-common to 3.2nb1 [tron 2002-09-21] Updated ns-plugger-communicator to 3.2nb1 [tron 2002-09-21] Updated ns-plugger-navigator to 3.2nb1 [tron 2002-09-21] + Updated leafnode to 1.9.22 [cjep 2002-09-22] |