]> Untitled Git - mpdstream/commitdiff
v1.0.0 master
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Tue, 31 Mar 2026 20:55:54 +0000 (16:55 -0400)
committerHugo Villeneuve <hvilleneuve@dimonoff.com>
Wed, 1 Apr 2026 23:38:12 +0000 (19:38 -0400)
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
NEWS
configure.ac
doc/mpdstream.man

diff --git a/NEWS b/NEWS
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..be6c53528081aef7fd542013287192000c756545 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1 @@
+2026-03-31: mpdstream-1.0.0 has been released
index 8539caa6f6358748bbccbf311a8829dd29646b49..a24ec7492824a39f8b8ff7338f22d414554ffcf3 100644 (file)
@@ -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)
index 341c2b75a4d0eda97ee645cb1feadaabc5c8eb1c..159c7cb4071fb090d6744dd9fccad78dea556680 100644 (file)
@@ -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