-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGES
78 lines (46 loc) · 2.21 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
===== 1.1.1 (2019-07-30) =====
* Upgrade from Jbuilder to Dune (#3, Rudi Grinberg).
* Update license headers (#2, Ben Rosser).
===== 1.1.0 (2018-03-30) =====
* Initial release packaged separately from Lwt.
===== Lwt 3.2.0 (2017-12-19) =====
====== Planned to break in Lwt 4.0.0 ======
See #453 for details and instructions about planned breakage in Lwt 4.0.0.
* Modules Lwt_log, Lwt_log_core, Lwt_log_rules, and Lwt_daemon are being
deprecated and factored out into opam package lwt_log, also installable from
opam now. Use the logs library for logging, in particular module Logs_lwt.
Direct daemonization is deprecated on most platforms (#484, Hannes Mehnert).
===== Lwt 3.1.0 (2017-07-19) =====
====== Fixes ======
* Make Lwt_log functions tail-recursive (#348, Jan Doms).
===== Lwt 2.7.0 (2017-01-03) =====
====== Additions ======
* ?fail_on_error argument for Lwt_log.load_rules (#306, Daniil Baturin).
* Lwt_log.level_of_string (#306, Daniil Baturin).
===== Lwt 2.6.0 (2016-10-27) =====
====== Bugfixes ======
* Update log sections after Lwt_log.load_rules (#188, reported @rand00).
* Print three digits for milliseconds in Lwt_log (#264, Fabian Hemmer).
===== Lwt 2.5.1 (2015-12-07) =====
* Lwt_log: add OSX syslog path
===== Lwt 2.4.8 (2015-03-11) =====
* Add Lwt_log_core.reset_rules (#123)
===== Lwt 2.4.5 (2014-04-21) =====
* Lwt_log: get backtrace early to overcome exns in
Printexc.to_string
* do not raise an exception in Lwt_log if argv[0] is blank
===== Lwt 2.4.4 (2013-10-22) =====
* add Lwt.log containing Lwt_log_core, the Unix-free part of Lwt_log
* fix stdout/stderr redirections in Lwt_daemon.daemonize
===== Lwt 2.3.2 (2011-11-04) =====
* Add location informations in logs:
** allow loggers to get the current location through local storage
** pass current location to logging functions
** pass the current location with the syntax extension
===== Lwt 2.3.0 (2011-04-12) =====
* Allow to configure logging rules at runtime in Lwt_log
===== Lwt 2.1.1 (2010-06-13) =====
* Use {{{set_close_on_exec}}} for fds created by {{{Lwt_log}}}
===== Lwt 2.1.0 (2010-04-19) =====
* Adding module {{{Lwt_log}}} for logging
* Adding module {{{Lwt_daemon}}}