Release v8.2.5

This commit is contained in:
Bryan Stansell 2020-05-01 20:46:59 -07:00
parent 11963af83e
commit 785f2dae9a
No known key found for this signature in database
GPG Key ID: 28E4B7253029E7F6
2 changed files with 13 additions and 2 deletions

11
CHANGES
View File

@ -1,6 +1,17 @@
CHANGES
=======
version 8.2.5 (May 1, 2020):
- support SO_PEERCRED as well as ucred (Stuart Henderson <stu@spacehopper.org>)
- fix TLS with LibreSSL, it doesn't have :@SECLEVEL=0 (Stuart Henderson <stu@spacehopper.org>)
- Handle INGSSACCEPT case when processing GSSAPI (Ryan Steinmetz <zi@FreeBSD.org>)
- Store status_minor when calling gss_release_buffer() (Ryan Steinmetz <zi@FreeBSD.org>)
- Add conditional for FreeBSD to use the correct structure element for address (Ryan Steinmetz <zi@FreeBSD.org>)
- Fix #35 - check for sed inplace style
- fix host consoles in combination --with-ipv6 (Tobias Waldekranz <tobias@waldekranz.com>)
- Fix #38 - task execution error message
- Prevent GetMaxFiles() debug output from going to forked processes
version 8.2.4 (March 26, 2019):
- Correct man page typo (Ed Maste <emaste@freebsd.org>)
- Remove autotools generated files from repo and create with release

View File

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