Skip to content

Commit

Permalink
Merge branch 'release-v8.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
bstansell committed Mar 17, 2019
2 parents 5ab4cad + 1f8e299 commit d330a25
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
CHANGES
=======

version 8.2.3 (March 17, 2019):
- Correct 'impi' typo (Ed Maste <emaste@freebsd.org>)
- Correct argument type passed to time() (Ed Maste <emaste@freebsd.org>)
- Fix compilation without deprecated OpenSSL APIs (Rosen Penev <rosenp@gmail.com>)
- Fix compilation without deprecated OpenSSL 1.1 APIs (Rosen Penev <rosenp@gmail.com>)
- Fix #6 - clang "-Wstring-plus-int" warning (Bryan Stansell <bryan@conserver.com>)
- configure.in: Add test for closefrom (Ed Maste <emaste@freebsd.org>)
- regenerate autoconf files (Ed Maste <emaste@freebsd.org>)
- Use closefrom if available (Ed Maste <emaste@freebsd.org>)
- Correct typo (Ed Maste <emaste@freebsd.org>)
- Add Cirrus-CI FreeBSD CI build config (Ed Maste <emaste@freebsd.org>)
- off by one found by Ed Maste (Bryan Stansell <bryan@conserver.com>)

version 8.2.2 (May 28, 2018):
- fixes for OpenSSL 1.1+ - patch by Eneas U de Queiroz
<cote2004-github@yahoo.com>
Expand Down
2 changes: 1 addition & 1 deletion conserver.cf/conserver.cf.man
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH CONSERVER.CF 5 "2018/05/28" "conserver-8.2.2" "conserver"
.TH CONSERVER.CF 5 "2019/03/17" "conserver-8.2.3" "conserver"
.SH NAME
conserver.cf \- console configuration file for
.BR conserver (8)
Expand Down
2 changes: 1 addition & 1 deletion conserver.cf/conserver.passwd.man
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH CONSERVER.PASSWD 5 "2018/05/28" "conserver-8.2.2" "conserver"
.TH CONSERVER.PASSWD 5 "2019/03/17" "conserver-8.2.3" "conserver"
.SH NAME
conserver.passwd \- user access information for
.BR conserver (8)
Expand Down
2 changes: 1 addition & 1 deletion conserver/conserver.man
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH CONSERVER 8 "2018/05/28" "conserver-8.2.2" "conserver"
.TH CONSERVER 8 "2019/03/17" "conserver-8.2.3" "conserver"
.SH NAME
conserver \- console server daemon
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion conserver/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ All rights reserved.\n"

#define VERSION_MAJOR 8
#define VERSION_MINOR 2
#define VERSION_REV 2
#define VERSION_REV 3
#define VERSION_TEXT "conserver.com version"
#define VERSION_UINT (VERSION_MAJOR * 1000000 + VERSION_MINOR * 1000 + VERSION_REV)
2 changes: 1 addition & 1 deletion console/console.man
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH CONSOLE 1 "2018/05/28" "conserver-8.2.2" "conserver"
.TH CONSOLE 1 "2019/03/17" "conserver-8.2.3" "conserver"
.SH NAME
console \- console server client program
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion contrib/redhat-rpm/conserver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

%define pkg conserver
%define ver 8.2.2
%define ver 8.2.3

# define the name of the machine on which the main conserver
# daemon will be running if you don't want to use the default
Expand Down
2 changes: 1 addition & 1 deletion contrib/solaris-package/pkginfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG="conserver"
NAME="Console server and client"
CATEGORY="system"
VERSION="8.2.2"
VERSION="8.2.3"
DESC="Console server and client"
CLASSES=none
ARCH=sparc
Expand Down

0 comments on commit d330a25

Please sign in to comment.