Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Sep 20, 2015
1 parent eec166a commit 545f310
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Change Log

All notable changes to the project are documented in this file.

[2.0][] - [UNRELEASED][]
------------------------
[2.0][] - 2015-09-20
--------------------

Support for multiple instances and event based services, as well as the
introduction of an `initctl` tool.
Expand Down Expand Up @@ -52,19 +52,19 @@ introduction of an `initctl` tool.
* Support for *deny filters* in `inetd` services.

inetd service/proto[@iface,!iface,...] </path/to/cmd | internal[.service]>

Internal services on a custom port must use the `internal.service`
syntax so Finit can properly bind the inetd service to the correct
plugin. Here follows a few examples:

inetd time/udp wait [2345] internal -- UNIX rdate service
inetd time/tcp nowait [2345] internal -- UNIX rdate service
inetd 3737/tcp nowait [2345] internal.time -- UNIX rdate service
inetd telnet/tcp@*,!eth1,!eth0, nowait [2345] /sbin/telnetd -i -F -- Telnet service
inetd 2323/tcp@eth1,eth2,eth0 nowait [2345] /sbin/telnetd -i -F -- Telnet service
inetd 222/tcp@eth0 nowait [2345] /sbin/dropbear -i -R -F -- SSH service
inetd ssh/tcp@*,!eth0 nowait [2345] /sbin/dropbear -i -R -F -- SSH service

Access to telnet on port `2323` is only possible from interfaces
`eth0`, `eth1` and `eth2`. The standard telnet port (`23`) is
available from all other interfaces, but also `eth2`. The `*`
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
uninstall-exec uninstall-data uninstall-dev

#VERSION ?= $(shell git tag -l | tail -1)
VERSION ?= 2.0-beta1
VERSION ?= 2.0
NAME = finit
PKG = $(NAME)-$(VERSION)
DEV = $(NAME)-dev
Expand Down

0 comments on commit 545f310

Please sign in to comment.