mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -05:00
Released version 2.0-alpha "for Workgroups"
This commit is contained in:
parent
e7dcd868c0
commit
30bc6fc42e
2
Makefile
2
Makefile
@ -8,7 +8,7 @@
|
|||||||
NAME = gophernicus
|
NAME = gophernicus
|
||||||
PACKAGE = $(NAME)
|
PACKAGE = $(NAME)
|
||||||
BINARY = in.$(NAME)
|
BINARY = in.$(NAME)
|
||||||
VERSION = 2.0-beta
|
VERSION = 2.0-alpha
|
||||||
CODENAME = for Workgroups
|
CODENAME = for Workgroups
|
||||||
|
|
||||||
SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c
|
SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c
|
||||||
|
2
TODO
2
TODO
@ -1,5 +1,7 @@
|
|||||||
Possible future development:
|
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)
|
* Add support for mmap() in addition to SHM (for Haiku/R1)
|
||||||
* Password-protected resources
|
* Password-protected resources
|
||||||
* Automated feature testing script
|
* Automated feature testing script
|
||||||
|
Loading…
Reference in New Issue
Block a user