From 22e62f28e5afabe90a6f31bcde367a2b5799fc94 Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Fri, 9 Aug 2019 22:44:17 -0500 Subject: [PATCH] Roll 3.8.0 --- README.md | 13 +++++++------ src/lager.app.src | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c17ecb2..e1763d8 100644 --- a/README.md +++ b/README.md @@ -1141,15 +1141,16 @@ Example Usage: 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 test suite passes on `win32` (#509) + * Bugfix: ensure file paths with Unicode are formatted properly (#510) 3.7.0 - 24 May 2019 diff --git a/src/lager.app.src b/src/lager.app.src index b448d09..eb94d5f 100644 --- a/src/lager.app.src +++ b/src/lager.app.src @@ -3,7 +3,7 @@ {application, lager, [ {description, "Erlang logging framework"}, - {vsn, "3.7.0"}, + {vsn, "3.8.0"}, {modules, []}, {applications, [ kernel,