gitee.com/quant1x/pkg@v0.2.8/tools/tail/CHANGES.md (about)

     1  # Version v1.4.11
     2  
     3  * Bump fsnotify to v1.6.0. Should fix some issues.
     4  
     5  # Version v1.4.9
     6  
     7  * Bump fsnotify to v1.5.1 fixes issue #28, hpcloud/tail#90.
     8  * PR #27: "Add timeout to tests"by @kokes++. Also timeout on FreeBSD.
     9  * PR #29: "Use temp directory for tests, instead of relative" by @ches++.
    10  
    11  # Version v1.4.7-v1.4.8
    12  
    13  * Documentation updates.
    14  * Small linter cleanups.
    15  * Added example in test.
    16  
    17  # Version v1.4.6
    18  
    19  * Document the usage of Cleanup when re-reading a file (thanks to @lesovsky) for issue #18.
    20  * Add example directories with example and tests for issues.
    21  
    22  # Version v1.4.4-v1.4.5
    23  
    24  * Fix of checksum problem because of forced tag. No changes to the code.
    25  
    26  # Version v1.4.1
    27  
    28  * Incorporated PR 162 by by Mohammed902: "Simplify non-Windows build tag".
    29  
    30  # Version v1.4.0
    31  
    32  * Incorporated PR 9 by mschneider82: "Added seekinfo to Tail".
    33  
    34  # Version v1.3.1
    35  
    36  * Incorporated PR 7: "Fix deadlock when stopping on non-empty file/buffer",
    37    fixes upstream issue 93.
    38  
    39  # Version v1.3.0
    40  
    41  * Incorporated changes of unmerged upstream PR 149 by mezzi: "added line num
    42    to Line struct".
    43  
    44  # Version v1.2.1
    45  
    46  * Incorporated changes of unmerged upstream PR 128 by jadekler: "Compile-able
    47    code in readme".
    48  * Incorporated changes of unmerged upstream PR 130 by fgeller: "small change
    49    to comment wording".
    50  * Incorporated changes of unmerged upstream PR 133 by sm3142: "removed
    51    spurious newlines from log messages".
    52  
    53  # Version v1.2.0
    54  
    55  * Incorporated changes of unmerged upstream PR 126 by Code-Hex: "Solved the
    56    problem for never return the last line if it's not followed by a newline".
    57  * Incorporated changes of unmerged upstream PR 131 by StoicPerlman: "Remove
    58    deprecated os.SEEK consts". The changes bumped the minimal supported Go
    59    release to 1.9.
    60  
    61  # Version v1.1.0
    62  
    63  * migration to go modules.
    64  * release of master branch of the dormant upstream, because it contains
    65    fixes and improvement no present in the tagged release.
    66