diff options
author | Alfredo Cardigliano <cardigliano@ntop.org> | 2021-07-20 17:04:35 +0000 |
---|---|---|
committer | Alfredo Cardigliano <cardigliano@ntop.org> | 2021-07-20 17:04:35 +0000 |
commit | fc9901292d617f1ecd38f37d063d5f046978c1aa (patch) | |
tree | 7eae4415dcf66482ad1e11b8ea6ed99ed7992fd9 /Makefile.am | |
parent | 32275543c421eae55fd98a5a98e00059a0407953 (diff) |
Update changelog
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1e86ebf33..789a52ef3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,4 +11,4 @@ pkgconfig_DATA = libndpi.pc EXTRA_DIST = README.md CHANGELOG.md CONTRIBUTING.md README.protocols autogen.sh configure.seed wireshark python windows utils packages doc/nDPI_QuickStartGuide.pages doc/nDPI_QuickStartGuide.pdf example/MacOS example/Win32 changelog: - git log --since={`curl -s https://github.com/ntop/ndpi/releases | grep datetime | head -n1 | egrep -o "[0-9]+\-[0-9]+\-[0-9]+"`} --name-only --pretty=format:" - %s" | grep "^ " > Changelog.latest + git log --since={`curl -s https://github.com/ntop/ndpi/releases | grep datetime | head -n1 | egrep -o "[0-9]+\-[0-9]+\-[0-9]+"`} --name-only --pretty=format:" - %s" | grep "^ " > CHANGELOG.latest |