]> Pileus Git - ~andy/fetchmail/commitdiff
We're ready to ship 4.5.0.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 16 Jun 1998 05:50:26 +0000 (05:50 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 16 Jun 1998 05:50:26 +0000 (05:50 -0000)
svn path=/trunk/; revision=1938

NEWS
fetchmailconf

diff --git a/NEWS b/NEWS
index 5d40b91b6f881051fcd4fca0f90ad9605a5eaf76..2efed2a6e2debd701c4adcdeb0052d6e8249131a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,7 @@ in addition to the current leading-edge one, until the next gold version.
 * Gunther Leber's code to sanitize %T and %F expansion in the MDA string.
 * Jonathan Marten's fix for list option handling.
 
-There are 281 people on fetchmail-friends and 222 on fetchmail-announce.
+There are 281 people on fetchmail-friends and 228 on fetchmail-announce.
 
 fetchmail-4.4.9 (Thu Jun  4 10:41:02 EDT 1998):
 * 0.93 beta version of fetchmailconf (now with autoprobing for servers!).
index ca9be0dafa087e1858cc2e299bc8dcc73192c56e..b22a91d7f9c4a1dbf7f790cd29aea9635f9e2a3d 100755 (executable)
@@ -5,17 +5,9 @@
 # Requires Python with Tkinter, and the following OS-dependent services:
 #      posix, posixpath, socket
 #
-# Version 0.90 beta: Tue May 26 12:00:49 EDT 1998
-# Version 0.91 beta: Tue Jun  2 12:23:42 EDT 1998
-# Version 0.92 beta: Wed Jun  3 14:17:03 EDT 1998
-# Version 0.93 beta: Wed Jun  3 19:46:06 EDT 1998
-# Version 0.94 beta: Thu Jun  4 12:09:06 EDT 1998
-# Version 0.95 beta: Fri Jun  5 11:47:07 EDT 1998
-# Version 0.96 beta: Sun Jun  7 18:25:09 EDT 1998
-#
 # TO DO: Arrange for save and quit buttons to clean up all frames dependent
 # on the current ones.
-version = "0.96"
+version = "1.0"
 
 from Tkinter import *
 from Dialog import *