[Pkg-haskell-commits] darcs: ftphs: Logging changes for 0.13.0

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:23:51 UTC 2013


Tue Dec 27 03:34:51 UTC 2005  John Goerzen <jgoerzen at complete.org>
  * Logging changes for 0.13.0
  Ignore-this: 8523b68fc4d69fd656343c2ad8451ecf
  

    M ./changelog +39

Tue Dec 27 03:34:51 UTC 2005  John Goerzen <jgoerzen at complete.org>
  * Logging changes for 0.13.0
  Ignore-this: 8523b68fc4d69fd656343c2ad8451ecf
  
diff -rN -u old-ftphs//changelog new-ftphs//changelog
--- old-ftphs//changelog	2013-01-04 14:23:49.515548193 +0000
+++ new-ftphs//changelog	2013-01-04 14:23:50.867721427 +0000
@@ -1,3 +1,42 @@
+missingh (0.13.0) unstable; urgency=low
+
+  * This release introduces some API changes that will affect 
+    a small percentage of programmers that use ConfigParser.
+  * This release requires GHC 6.4.x or Hugs 2005xx or above.
+    This has been noted in INSTALL.
+  * MissingH.List: Committed some patches from Bulat Ziganshin
+    to improve performance.
+  * New function MissingH.List.subIndex based on suggestion
+    from Bulat Ziganshin.  Also added tests for it.
+  * New module MissingH.Map, similar to MissingH.FiniteMap but for
+    Data.Map instead of Data.FiniteMap.  Also added tests for
+    MissingH.Map.
+  * New module MissingH.AnyDBM.MapDBM, plus tests for it.
+    Converted from MissingH.AnyDBM.FiniteMapDBM.
+  * Converted these modules to use MVars instead of IORefs:
+    + MissingH.Logging.Logger
+  * Converted these modules to use Data.Map instead of Data.FiniteMap:
+    + MissingH.Logging.Logger
+    + MissingH.MIMETypes
+    + MissingH.ConfigParser (exposes an API change to a few people)
+  * Converted these modules to use Text.Printf instead of MissingH.Printf:
+    + MissingH.IO.HVFS.Utils
+    + MissingH.Network.FTP.Server
+  * Added deprecation warnings to these modules:
+    + MissingH.FiniteMap (deprecation of Data.FiniteMap)
+    + MissingH.AnyDBM.FiniteMapDBM (deprecation of Data.FiniteMap)
+    + MissingH.Printf (introduction of Text.Printf)
+  * Added deprecation warnings for two specific functions in
+    MissingH.Str: subRe and splitRe.  I had submitted the code for
+    these to fptools, and the current releases of GHC and Hugs have
+    Text.Regex.subRegex and splitRegex using the code for MissingH.
+    Therefore, these functions in MissingH are deprecated in favor of
+    the implementations in the standard library.
+  * Added locking to StringDBM for thread safety improvements
+  * Merry Christmas!
+
+ -- John Goerzen <jgoerzen at complete.org>  Mon, 26 Dec 2005 15:24:13 -0600
+
 missingh (0.12.3) unstable; urgency=low
 
   * Make StreamHandler now lock by default.





More information about the Pkg-haskell-commits mailing list