10-24-1999

Released 1.4.0

Released 1.3.10

Added a patch from Davide Alberani <alberanid@bigfoot.com> for GnuPG.

Released 1.3.9 Only in tar/bz2 form.  As soon as I get confirmation on the fix
1.4 goes out tonight.

Really fixed the outbox problem on sendmail this time.  

10-23-1999

Released 1.3.8 as a possible 1.4 release.  Packaged under everything but debian.


Released 1.3.7

You can now edit and view messages of any size. (XFMail will consume large
amounts of CPU and not let you know what is going on.  I need to put in some
progress dialogs to let you know it's not locked up, but just chunking away at
loading the msg.)


Fixed the WMaker.h include file problem.

10-22-1999

Released 1.3.6

Resolving hostnames are now timed like they used to be with the 
async_gethostbyname but with threads.  You can still compile without
threads but it is getting to the point where I want to make it a 
requirement.

Rules are now done correctly for all send types not just pop anymore.

Did a quick clean up on the documentation. Released 1.3.5.

I've changed my policy around a bit.  No more daily snapshot's since I seem
to produce more than one in a day.  We are still keeping the odd/even stuff
though.  I will just increment the last number on every compile.

Set the mailing list's to slappy.org.  xfmail@ and xfmail-bugs@.

Fixed the problem of XFMail hanging when trying to resolve the localhost name.

Someone on the XFMail listserv talked to me about setting me up with an IMAP 
account to fix probs there.  If your that person or can supply me with an
account for testing let me know in email. cfreeze@cs.clemson.edu

I've had reports of libc5 causing probs.  My system is a glibc system.  If you
can shed any light on what might be going on it would help.

Going away for the weekend, might work on it in spare time, but this weekend
is going to be a minivacation..  Checkout the snapshot from yesterday on 
seeing if the send bug is fixed..  Let me know what happens..

Rules are now working properly again...

10-21-1999

Also started going through and cleaning up the Gnupg code.

Added some mutual exclusion to allow only one send thread to be created at 
a time.

Also added an option to configure.  (--with-nothreads) Now you can disable
the thread support if you are having problems while trying to send.

Now checks for pthread support and only compiles it in if you have it.

Updated the configure.in script.  It will now take care of the problems
with the Berkley or GNU dbm packages.

No longer sends ~/.xfmsources on bug reports since it carried sensitive 
information.

Formally adopting the following policy on version numbers.
	All releases will follow the Linux Kernel Naming Scheme
		(MajorVersion.MinorVersion.ReleaseVersion)
		As such, MinorVersion's that are even represent a stable
			release.
		And in the same manor, MinorVersion's that are odd represent
			development releases.

	For those that live on the edge, the current version (whether stable 
		or development release) will also have a daily snapshot 
		associated with it. It's form will be:
			(Major.Minor.Release.Year-Month-Day)

Removed Patchlevel mumbo jumbo.

Fixed the signature prefix to be 
correct [Florian Batschi <florian@batschi.com>].

10-20-1999
found the netscape paste bug myself...now I have it..  ......wierd...

also know why it was a async_gethostbyname function call...  going to make it threaded instead of an async type logic.

started an irc channel on irc.isonline.com channel is #xfmail 

Alan Bailward gave me a configure.in file to take care of the #if defines that some of the non-linux users were complaining about...

put my ftpd up on mystic.penguinpowered.com for latests dev snapshots

changed some of the pixmaps to look "kewler" ... blea...


10-19-1999
Ran everything through a source indenter.  Sorry had to..

Fixed the gethostbyname lockup problem.  It should no longer barf
if you are running under socks5.  (still have to use unsocks though for now)

Cleaned up GnuPG label.

Added background sending on SMTP transfers. (need pthreads library)

You can now insert files of any size into a msg even though for
now the internal editor doesn't load it all in the viewer.

Attachments can now also be of any size.  

Fixed the mail/cache.h include problem.

Also fixed dock problem associated with latest version of WindowMaker.

You can now receive messages of any size. (pop)

You are now notified if an incoming message is left on the server due to it
violating the maximum message size. (pop)

Built an rpm using the freshmeat spec file.

Finally have the bugs worked out of the make file.

Removed some silly stuff.
