Browse Source

Roll 3.6.9

pull/494/head 3.6.9
Andrew Thompson 6 years ago
parent
commit
b19a180dc1
2 changed files with 6 additions and 2 deletions
  1. +5
    -0
      README.md
  2. +1
    -2
      src/lager.app.src

+ 5
- 0
README.md View File

@ -1140,6 +1140,11 @@ Example Usage:
3.x Changelog 3.x Changelog
------------- -------------
3.6.9 - 13 March 2019
* Bugfix: Fix file rotation on windows (#493)
3.6.8 - 21 December 2018 3.6.8 - 21 December 2018
* Documentation: Document the error_logger_whitelist environment variable. (#489) * Documentation: Document the error_logger_whitelist environment variable. (#489)

+ 1
- 2
src/lager.app.src View File

@ -3,7 +3,7 @@
{application, lager, {application, lager,
[ [
{description, "Erlang logging framework"}, {description, "Erlang logging framework"},
{vsn, "3.6.8"},
{vsn, "3.6.9"},
{modules, []}, {modules, []},
{applications, [ {applications, [
kernel, kernel,
@ -59,7 +59,6 @@
%% default sink; extra sinks can supply their own. %% default sink; extra sinks can supply their own.
{async_threshold_window, 5} {async_threshold_window, 5}
]}, ]},
{maintainers, ["Mark Allen", "Andrew Thompson"]},
{licenses, ["Apache 2"]}, {licenses, ["Apache 2"]},
{links, [{"Github", "https://github.com/erlang-lager/lager"}]} {links, [{"Github", "https://github.com/erlang-lager/lager"}]}
]}. ]}.

Loading…
Cancel
Save