[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:50:27 UTC 2010


The following commit has been merged in the master branch:
commit ea99d6b8dd58fa9c42e939ad976e42de2e0f66c2
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Dec 9 22:12:29 2004 +0100

    Noted new e-mail module
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-54)

diff --git a/ChangeLog b/ChangeLog
index 1c0dc3e..f67f157 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2004-12-09 15:12:29 GMT	John Goerzen <jgoerzen at complete.org>	patch-54
+
+    Summary:
+      Noted new e-mail module
+    Revision:
+      missingh--head--0.7--patch-54
+
+
+    modified files:
+     ChangeLog README Setup.description debian/changelog
+
+
 2004-12-09 04:02:16 GMT	John Goerzen <jgoerzen at complete.org>	patch-53
 
     Summary:
diff --git a/README b/README
index 2e62428..6a02e3e 100644
--- a/README
+++ b/README
@@ -62,6 +62,12 @@ MissingH.ConfigParser    * Configuration file parser
 
 MissingH.Either          * Utilities for the Either type/Error monad
 
+MissingH.Email.Parser    * Parse a flat string into component parts
+                         * Walk through the components of a message
+
+MissingH.Email.Sendmail  * Send a message via a locally-installed Sendmail
+                           program
+
 MisssingH.FileArchive.   * Support for analyzing and extracting
   GZip                     GZip archives
 
diff --git a/Setup.description b/Setup.description
index 72e9db0..3188498 100644
--- a/Setup.description
+++ b/Setup.description
@@ -1,6 +1,6 @@
 -- arch-tag: MissingH main description file
 Name: MissingH
-Version: 0.7.4
+Version: 0.7.5
 License: GPL
 Maintainer: John Goerzen <jgoerzen at complete.org>
 Stability: Alpha
diff --git a/debian/changelog b/debian/changelog
index 9861492..d333676 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+missingh (0.7.5) unstable; urgency=low
+
+  * New module: MissingH.Email.Parser.
+
+ -- John Goerzen <jgoerzen at complete.org>  Thu,  9 Dec 2004 09:10:35 -0600
+
 missingh (0.7.4) unstable; urgency=low
 
   * Revved hsemail to 2004-11-01.

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list