We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7de97d commit 21f6423Copy full SHA for 21f6423
CHANGES
@@ -1,3 +1,15 @@
1
+===== 2.4.2 (2012-09-28) =====
2
+
3
+ * fix the stub for Lwt_unix.readdir
4
+ * change the default method for Lwt_glib.install
5
+ (use the glib main loop by default: more portable)
6
+ * ignore invalid file descriptors returned by glib
7
+ (like the emulation of select in glib does)
8
+ * use environment variables in discover.ml
9
+ - use LIBRARY_PATH and C_INCLUDE_PATH for searching headers
10
+ - allow to pass flags for a library in <LIB>_CLFAGS and <LIB>_LIBS
11
+ * add Lwt_unix.on_signal_full
12
13
===== 2.4.1 (2012-08-22) =====
14
15
* Add Lwt_stream.on_terminate
0 commit comments