mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-12-04 14:46:37 -05:00
Released version 2.0
This commit is contained in:
parent
bd4255727d
commit
a856f2d578
35
ChangeLog
35
ChangeLog
@ -1,5 +1,40 @@
|
||||
[ Automatically generated from git log ]
|
||||
|
||||
2016-01-01 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Released version 2.0-alpha "for Workgroups"
|
||||
* Added option -v to display version number and build date
|
||||
* Updated TODO (removed tasks that were done)
|
||||
* Added detection for non-DMI Linux hypervisors (Xen)
|
||||
* Added support for release codenames
|
||||
* Fixed make install for non-systemd systems
|
||||
* Added optional support for TCP wrappers
|
||||
|
||||
2015-12-31 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Installing now explicitly clears the SHM block Gophernicus uses
|
||||
|
||||
2015-12-30 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Updated TODO (removed tasks that are now done)
|
||||
* Installation now shows the current configuration file
|
||||
* Move configuration from systemd unit file to separate enviroment file
|
||||
* Increased default page width from 70 to 76 chars
|
||||
* Added detection for Gentoo Linux version
|
||||
* Fixed installation for CentOS 7
|
||||
|
||||
2015-12-29 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Added install/uninstall support for Linux systemd
|
||||
* Get hardware vendor and type from DMI data on Linux
|
||||
* Tiny fix for 'make ChangeLog' to force overwrite of old file
|
||||
* Added filetype definition for webm and ogv movies
|
||||
* Fixed installation for Mac OSX 10.11 El Capitan
|
||||
* Removed last remaining 'for inetd' form docs
|
||||
* Removed 'for inetd' from docs because it's not a requirement
|
||||
* Code needed more cows
|
||||
* Changed copyright years to 2009-2016
|
||||
|
||||
2015-10-16 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Released version 1.8.1 (1.8 had broken gophermap support)
|
||||
|
4
Makefile
4
Makefile
@ -8,7 +8,7 @@
|
||||
NAME = gophernicus
|
||||
PACKAGE = $(NAME)
|
||||
BINARY = in.$(NAME)
|
||||
VERSION = 2.0-alpha
|
||||
VERSION = 2.0
|
||||
CODENAME = for Workgroups
|
||||
|
||||
SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c
|
||||
@ -39,7 +39,7 @@ DEFAULT = /etc/default
|
||||
|
||||
DIST = $(PACKAGE)-$(VERSION)
|
||||
TGZ = $(DIST).tar.gz
|
||||
RELDIR = $ROOT/gophernicus.org/software/gophernicus/
|
||||
RELDIR = $(ROOT)/gophernicus.org/software/gophernicus/
|
||||
|
||||
CC = gcc
|
||||
HOSTCC = $(CC)
|
||||
|
Loading…
Reference in New Issue
Block a user