1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-16 06:25:23 +00:00

Released version 2.0-alpha "for Workgroups"

This commit is contained in:
Kim Holviala 2016-01-01 11:54:58 +02:00
parent e7dcd868c0
commit 30bc6fc42e
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@
NAME = gophernicus
PACKAGE = $(NAME)
BINARY = in.$(NAME)
VERSION = 2.0-beta
VERSION = 2.0-alpha
CODENAME = for Workgroups
SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c

2
TODO
View File

@ -1,5 +1,7 @@
Possible future development:
* Fix DEB package so that it works on both inetd and systemd
* RPM package
* Add support for mmap() in addition to SHM (for Haiku/R1)
* Password-protected resources
* Automated feature testing script