mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-01-03 14:56:43 -05:00
Released version 2.3
This commit is contained in:
parent
a0a6d0ca0a
commit
c6711d87ca
11
ChangeLog
11
ChangeLog
@ -1,7 +1,18 @@
|
||||
[ Automatically generated from git log ]
|
||||
|
||||
2017-02-03 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Document the use of Stunnel4 for gopher over TLS
|
||||
* Don't get TCP port number from user session data
|
||||
|
||||
2017-02-02 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Initial support for HAproxy/Stunnel proxy protocol v1
|
||||
* Skip goto labels when generating functions.h
|
||||
|
||||
2017-02-01 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Fixed make clean to remove all old gophernicus-VERSION.tar.gz files
|
||||
* Enabled large file support on 32-bit Linux and AIX
|
||||
* Remove sendfile() support from Linux
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -8,7 +8,7 @@
|
||||
NAME = gophernicus
|
||||
PACKAGE = $(NAME)
|
||||
BINARY = in.$(NAME)
|
||||
VERSION = 2.3-alpha
|
||||
VERSION = 2.3
|
||||
CODENAME = for Workgroups
|
||||
|
||||
SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
gophernicus (2.3) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Kim Holviala <kim@holviala.com> Fri, 03 Feb 2017 22:54:11 +0200
|
||||
|
||||
gophernicus (2.2) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
Loading…
Reference in New Issue
Block a user