# HG changeset patch # User bears # Date 966282711 -3600 # Node ID ffb8a4a91218d4d5fd7567a144ca84730b4b8cfc # Parent a740dac296bc5f7fc3b1ffdcef59666fcd89f473 [svn] 1.0pre7 update diff -r a740dac296bc -r ffb8a4a91218 NEWS --- a/NEWS Mon Aug 14 20:49:56 2000 +0100 +++ b/NEWS Mon Aug 14 20:51:51 2000 +0100 @@ -7,6 +7,11 @@ * Use LIST instead of LIST ACTIVE if possible to help work with old servers. * Article filtering: see noffle.conf(5) for details. + +1.0pre7: +-------- + + * Fixed a bug that caused noffle to hang with some readers (like tin/Gnus). * Fix bug with time of last server access for setups with multiple servers. You must re-run 'noffle --query groups'. * Remove '--query times'. diff -r a740dac296bc -r ffb8a4a91218 configure --- a/configure Mon Aug 14 20:49:56 2000 +0100 +++ b/configure Mon Aug 14 20:51:51 2000 +0100 @@ -532,7 +532,7 @@ PACKAGE=noffle -VERSION=1.0pre6develop +VERSION=1.0pre7develop diff -r a740dac296bc -r ffb8a4a91218 configure.in --- a/configure.in Mon Aug 14 20:49:56 2000 +0100 +++ b/configure.in Mon Aug 14 20:51:51 2000 +0100 @@ -7,7 +7,7 @@ AC_PREREQ(2.13) PACKAGE=noffle -VERSION=1.0pre6develop +VERSION=1.0pre7develop AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE($PACKAGE,$VERSION)