[cl-smtp-cvs] CVS cl-smtp

jidzikowski jidzikowski at common-lisp.net
Thu Oct 18 19:10:37 UTC 2007


Update of /project/cl-smtp/cvsroot/cl-smtp
In directory clnet:/tmp/cvs-serv6669

Modified Files:
	CHANGELOG cl-smtp.asd 
Log Message:
new version 20071018.1



--- /project/cl-smtp/cvsroot/cl-smtp/CHANGELOG	2007/09/04 19:59:50	1.7
+++ /project/cl-smtp/cvsroot/cl-smtp/CHANGELOG	2007/10/18 19:10:37	1.8
@@ -1,10 +1,15 @@
+Version 20071018.1
+2007.10.18
+Reverted the non allegro base64 functionality in attachment.lisp,
+now it is used cl-base64 again. Thanks Attila Lendvai for the bug report.
+Change attachments.lisp, cl-smtp.asd, CHANGELOG
+
 Version 20070904.1
 2007-09-04
 Remove implementation dependent sockets code by adding usocket dependency.
 Change cl-smtp.asd cl-smtp.lisp README INSTALL
  (remove acl.lisp clisp.lisp cmucl.lisp sbcl.lisp lispworks.lisp openmcl.lisp)
 
-
 Version 20060404.1
 2006-04-04
 "ADD" support for attachment, thanks Brian Sorg for the implementation
--- /project/cl-smtp/cvsroot/cl-smtp/cl-smtp.asd	2007/09/04 18:56:58	1.8
+++ /project/cl-smtp/cvsroot/cl-smtp/cl-smtp.asd	2007/10/18 19:10:37	1.9
@@ -29,7 +29,7 @@
       (print ,str)))
 
 (asdf:defsystem :cl-smtp
-        :version "20070904.1"
+        :version "20071018.1"
 	:depends-on (:usocket #-allegro :cl-base64)
 	:components ((:file "cl-smtp" :depends-on ("attachments"))
 		     (:file "attachments")))




More information about the Cl-smtp-cvs mailing list