瀏覽代碼

Roll 3.8.0

pull/514/head 3.8.0
Mark Allen 5 年之前
父節點
當前提交
22e62f28e5
共有 2 個檔案被更改,包括 8 行新增7 行删除
  1. +7
    -6
      README.md
  2. +1
    -1
      src/lager.app.src

+ 7
- 6
README.md 查看文件

@ -1141,15 +1141,16 @@ Example Usage:
3.x Changelog 3.x Changelog
------------- -------------
3.8.0 - 12 August 2019
3.8.0 - 9 August 2019
* API change: Modify the `lager_rotator_behaviour` to pass in a file's creation
time to `ensure_logfile/5` to be used to determine if file has changed on
systems where inodes are not available (i.e. `win32`). The return value from
`create_logfile/2`, `open_logfile/2` and `ensure_logfile/5` now requires
ctime to be returned (#509)
* Breaking API change: Modify the `lager_rotator_behaviour` to pass in a
file's creation time to `ensure_logfile/5` to be used to determine if
file has changed on systems where inodes are not available (i.e.
`win32`). The return value from `create_logfile/2`, `open_logfile/2` and
`ensure_logfile/5` now requires ctime to be returned (#509)
* Bugfix: ensure log file rotation works on `win32` (#509) * Bugfix: ensure log file rotation works on `win32` (#509)
* Bugfix: ensure test suite passes on `win32` (#509) * Bugfix: ensure test suite passes on `win32` (#509)
* Bugfix: ensure file paths with Unicode are formatted properly (#510)
3.7.0 - 24 May 2019 3.7.0 - 24 May 2019

+ 1
- 1
src/lager.app.src 查看文件

@ -3,7 +3,7 @@
{application, lager, {application, lager,
[ [
{description, "Erlang logging framework"}, {description, "Erlang logging framework"},
{vsn, "3.7.0"},
{vsn, "3.8.0"},
{modules, []}, {modules, []},
{applications, [ {applications, [
kernel, kernel,

Loading…
取消
儲存