changeset 133:ffb8a4a91218 noffle

[svn] 1.0pre7 update
author bears
date Mon, 14 Aug 2000 20:51:51 +0100
parents a740dac296bc
children 7dfbb1c20a81
files NEWS configure configure.in
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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'.
--- 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
 
 
 
--- 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)