1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
redir (3.0-1~exp1) experimental; urgency=medium
This version changes the command line syntax! You are going to have to
change how you call `redir` in order to upgrade.
- Convert `SRC:PORT` and `DST:PORT` from *options* to *arguments*, using
a UNIX syntax that is pretty much standard by now.
- Rename `-n,--name=STR` --> `-I,--ident=NAME`
- Daemonize by default, like a proper UNIX daemon, unless `-n,
--foreground` is given
- Replace `-d, --debug` with `-l, --loglevel=LEVEL` to control the
`syslog()` default log level. The default log level is `LOG_NOTICE`
- Convert to GNU Configure & Build System. With configure switches like
`--disable-ftp`, `--disable-shaping`, and `--with-libwrap`
For more information read the manpage.
-- Lucas Kanashiro <kanashiro.duarte@gmail.com> Sun, 29 May 2016 13:00:09 -0300
|