1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-07-21 03:14:15 -04:00

Released version 2.3

This commit is contained in:
Kim Holviala 2017-02-03 23:42:30 +02:00
parent a0a6d0ca0a
commit c6711d87ca
3 changed files with 18 additions and 1 deletions

View File

@ -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

View File

@ -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
View File

@ -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