Procházet zdrojové kódy

Roll 3.6.5

pull/475/head 3.6.5
Andrew Thompson před 6 roky
rodič
revize
1249ede5be
2 změnil soubory, kde provedl 11 přidání a 1 odebrání
  1. +10
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 10
- 0
README.md Zobrazit soubor

@ -1100,6 +1100,16 @@ Example Usage:
3.x Changelog 3.x Changelog
------------- -------------
3.6.5 - 3 September 2018
* Feature: Allow the console backend to redirect output to a remote node #469
* Feature: is_loggble - support for severity as atom #472
* Bugfix: Prevent silent dropping of messages when hwm is exceeded #467
* Bugfix: rotation - default log file not deleted #474
* Bugfix: Handle strange crash report from gen_statem #473
* Documentation: Various markup fixes: #468 #470
3.6.4 - 11 July 2018 3.6.4 - 11 July 2018
* Bugfix: Reinstall handlers after a sink is killed #459 * Bugfix: Reinstall handlers after a sink is killed #459

+ 1
- 1
src/lager.app.src Zobrazit soubor

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

Načítá se…
Zrušit
Uložit