mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-18 20:37:56 +00:00
Release v8.2.5
This commit is contained in:
parent
11963af83e
commit
785f2dae9a
11
CHANGES
11
CHANGES
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user