diff --git a/Makefile b/Makefile index c6a8933..6dd36ad 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/TODO b/TODO index 47a7b9f..f880e01 100644 --- a/TODO +++ b/TODO @@ -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