[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:54:04 UTC 2010


The following commit has been merged in the master branch:
commit fdc738ee89cc94201cca04aef78487ab09d027dc
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Dec 24 09:16:39 2004 +0100

    Readying 0.8.0
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-167)

diff --git a/ChangeLog b/ChangeLog
index b0cbf1f..c739c67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,30 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2004-12-24 02:16:39 GMT	John Goerzen <jgoerzen at complete.org>	patch-167
+
+    Summary:
+      Readying 0.8.0
+    Revision:
+      missingh--head--0.7--patch-167
+
+
+    new files:
+     announcements/.arch-ids/=id announcements/0.8.0.txt
+     examples/.arch-ids/=id
+
+    modified files:
+     ChangeLog Setup.description
+
+    renamed files:
+     ftptest.hs
+       ==> examples/ftptest.hs
+
+    new directories:
+     announcements announcements/.arch-ids examples
+     examples/.arch-ids
+
+
 2004-12-24 01:48:27 GMT	John Goerzen <jgoerzen at complete.org>	patch-166
 
     Summary:
diff --git a/Setup.description b/Setup.description
index 010c3c1..6598dd2 100644
--- a/Setup.description
+++ b/Setup.description
@@ -1,6 +1,6 @@
 -- arch-tag: MissingH main description file
 Name: MissingH
-Version: 0.7.5
+Version: 0.8.0
 License: GPL
 Maintainer: John Goerzen <jgoerzen at complete.org>
 Stability: Alpha
diff --git a/announcements/0.8.0.txt b/announcements/0.8.0.txt
new file mode 100644
index 0000000..d7a5e7e
--- /dev/null
+++ b/announcements/0.8.0.txt
@@ -0,0 +1,39 @@
+MissingH 0.8.0 -- the "Festive Lambda" release
+
+New feature summary:
+
+ * Virtualized I/O system
+   Use familiar functions to work on not just Handles but all sorts of
+   other types, including in-memory buffers. (HVIO module)
+
+ * Virtualized filesystem
+   Extends the virtual I/O concept to the filesystem, supporting
+   entire virtual filesystems, and operations such as renames,
+   stat(), etc. on them.  (HVFS module)
+
+ * Network server infrastructure
+   Makes it easy to write a network server in Haskell.  Functional
+   interface permits easy adding of things such as multithreading,
+   logging, etc.  Functions to do these things are provided.
+   Patterned loosely after Python's SocketServer system.
+   (SocketServer module)
+
+ * Full, pure-Haskell FTP server
+   Provides a full FTP server over a real or virtual (HVFS)
+   filesystem.  It's a SocketServer server, so you get multithreading
+   for free.  Supports passive and port modes.
+ 
+ * Many path/file manipulation functions imported from
+   Volker's HsShellScript.
+
+ * Existing MissingH.IO functions updated to be HVIO compatible.
+
+MissingH 0.8.0 is available from:
+
+  gopher://gopher.quux.org/1/devel/missingh
+
+or
+
+  http://gopher.quux.org:70/devel/missingh
+
+# arch-tag: 0.8.0 announcement
diff --git a/ftptest.hs b/examples/ftptest.hs
similarity index 100%
rename from ftptest.hs
rename to examples/ftptest.hs

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list