Release v8.2.4

This commit is contained in:
Bryan Stansell 2019-03-26 22:23:38 -07:00
parent 1687e20148
commit 6c543f8137
No known key found for this signature in database
GPG Key ID: 28E4B7253029E7F6
3 changed files with 840 additions and 830 deletions

1664
CHANGES

File diff suppressed because it is too large Load Diff

View File

@ -12,9 +12,9 @@
@(#) Copyright 2000 conserver.com.\n\
All rights reserved.\n"
#define VERSION_DATE "2019/03/17"
#define VERSION_DATE "2019/03/26"
#define VERSION_MAJOR 8
#define VERSION_MINOR 2
#define VERSION_REV 3
#define VERSION_REV 4
#define VERSION_TEXT "conserver.com version"
#define VERSION_UINT (VERSION_MAJOR * 1000000 + VERSION_MINOR * 1000 + VERSION_REV)

View File

@ -7,4 +7,4 @@ range="$1"
date=`./package/get-version date`
changedate=`date -j -f '%Y/%m/%d' "$date" '+%B %-d, %Y'`
echo "version `./package/get-version number` ($changedate):"
git log --no-merges --pretty=tformat:' - %s (%an <%ae>)' "$range" | tail -r | awk '{if (! l[$0]) {l[$0]++; print}}' | sed -e 's/(Bryan Stansell <bryan@conserver.com>)$//'
git log --no-merges --pretty=tformat:' - %s (%an <%ae>)' "$range" | tail -r | awk '{if (! l[$0]) {l[$0]++; print}}' | sed -e 's/ *(Bryan Stansell <bryan@conserver.com>)$//'