Revision: 433
Author: ygrekheretix
Date: Sun Nov 24 18:57:52 2013 UTC
Log: release notes for 1.6.0
http://code.google.com/p/ocaml-extlib/source/detail?r=433
Modified:
/wiki/ReleaseNotes.wiki
/wiki/ReleaseProcess.wiki
=======================================
--- /wiki/ReleaseNotes.wiki Wed May 8 10:51:41 2013 UTC
+++ /wiki/ReleaseNotes.wiki Sun Nov 24 18:57:52 2013 UTC
@@ -3,6 +3,20 @@
= !ExtLib release notes =
+== extlib-1.6.0 (2013-11-25 - trunk @ r429) ==
+ * Fix OCaml 4 Hashtbl compatibility
+ * Install additionally `extlib_min` with reduced set of modules (to
mitigate linking conflicts)
+ * Build with debugging information by default
+ * Fix signature for `ExtList.iteri` and `OptParse.OptParser.error`
+ * Speed up `String.nsplit`
+ * New functions:
+ * `String.find_from` (by Alexander Markov)
+ * `IO.output_strings` (by Mehdi Dogguy)
+ * `IO.read_float32` and `IO.write_float32` (by Philippe Strauss)
+ * `IO.scanf` (by Warren Harris)
+ * `UTF8.substring` (by Berke Durak)
+ * `Enum.next`
+
== extlib-1.5.4 (2013-05-08 - trunk @ r407) ==
* Fix installation
* Streamline release process
=======================================
--- /wiki/ReleaseProcess.wiki Wed May 8 10:51:51 2013 UTC
+++ /wiki/ReleaseProcess.wiki Sun Nov 24 18:57:52 2013 UTC
@@ -20,8 +20,9 @@
* svn copy
https://ocaml-extlib.googlecode.com/svn/trunk
https://ocaml-extlib.googlecode.com/svn/tags/extlib-VERSION`
* Mention trunk revision in the commit message
# Upload the release tarball to
http://code.google.com/p/ocaml-extlib/downloads
- # Update the API reference:
+ # Update API reference and changelog:
* Compile the API ref by running `make doc` in `trunk/extlib`
* `cp trunk/extlib/doc/* doc/apiref/`
* Commit change to SVN (review `svn st` for added files)
+ * Update wiki/ReleaseNotes.wiki
# Announce the new extlib release on OCaml & extlib mailing lists.