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


The following commit has been merged in the master branch:
commit 83b40c685e1fda5e10d3e8fea2ad62f760caa784
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Nov 29 01:57:31 2006 +0100

    Update changelog

diff --git a/debian/changelog b/debian/changelog
index 1fec648..0e04b94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+missingh (0.16.3) unstable; urgency=low
+
+  * New version
+  * New module MissingH.ProgressTracker which tracks the progress
+    of long-running tasks.  It can also give estimated time to completion
+    and overall speed statistics, as well as support dividing a task
+    into many subtasks.
+  * New module MissingH.ProgressMeter which displays one or more
+    ProgressTrackers as a status bar on a console.
+  * New module MissingH.Quantity which renders numbers according
+    to a quantification system such as SI or binary
+  * New functions forkRawSystem and pOpen3Raw in MissingH.Cmd.  Instead
+    of taking functions to run as actions, instead returns the PID
+    of the child process and leaves it up to the programmer to properly
+    handle the result.
+
+ -- John Goerzen <jgoerzen at complete.org>  Tue, 28 Nov 2006 12:52:08 -0600
+
 missingh (0.16.2) unstable; urgency=low
 
   * Documented Quantity.hs

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list