From: Hugo Villeneuve Date: Tue, 31 Mar 2026 20:55:54 +0000 (-0400) Subject: v1.0.0 X-Git-Url: http://gitweb.hugovil.com/sitemap.xml?a=commitdiff_plain;h=HEAD;p=mpdstream v1.0.0 Signed-off-by: Hugo Villeneuve --- diff --git a/NEWS b/NEWS index e69de29..be6c535 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1 @@ +2026-03-31: mpdstream-1.0.0 has been released diff --git a/configure.ac b/configure.ac index 8539caa..a24ec74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # configure.ac -- Process this file with autoconf to produce configure dnl Initialization stuff. -AC_INIT([mpdstream],[0.0.1],[hugo@hugovil.com],[mpdstream],[http://www.hugovil.com/mpdstream/]) +AC_INIT([mpdstream],[1.0.0],[hugo@hugovil.com],[mpdstream],[http://www.hugovil.com/mpdstream/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(src/options.c) diff --git a/doc/mpdstream.man b/doc/mpdstream.man index 341c2b7..159c7cb 100644 --- a/doc/mpdstream.man +++ b/doc/mpdstream.man @@ -1,19 +1,37 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH MPDSTREAM "1" "March 2026" "mpdstream 0.0.1" "User Commands" +.TH MPDSTREAM "1" "March 2026" "mpdstream 1.0.0" "User Commands" .SH NAME -mpdstream \- manual page for mpdstream 0.0.1 +mpdstream \- manual page for mpdstream 1.0.0 .SH SYNOPSIS .B mpdstream [\fI\,OPTION\/\fR...] .SH DESCRIPTION mpdstream \fB\-\-\fR Tool to automatically restart broken MPD internet streams .TP +\fB\-l\fR, \fB\-\-loglevel\fR=\fI\,L\/\fR +Set log level (default 1, warnings) +.TP +0 +Display errors +.TP +1 +Display warnings +.TP +2 +Display information messages +.TP +3 +Display debug messages +.TP \fB\-p\fR, \fB\-\-port\fR=\fI\,port\/\fR MPD server port .TP \fB\-s\fR, \fB\-\-host\fR=\fI\,host\/\fR MPD server address/hostname .TP +\fB\-t\fR, \fB\-\-delay\fR=\fI\,T\/\fR +Delay before restarting, in seconds (default 1) +.TP \fB\-h\fR, \fB\-\-help\fR Give this help list .TP