[Musicpd-dev-team] [PATCH 1/1] fix typo in man page

2013-11-26 Thread Christian Hesse
---
 doc/mpc.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/mpc.1 b/doc/mpc.1
index 1b7890b..aad3c27 100644
--- a/doc/mpc.1
+++ b/doc/mpc.1
@@ -120,7 +120,7 @@ Gets and sets the current amount of crossfading between 
songs (0 disables crossf
 Gets and sets the volume level at which songs with MIXRAMP tags will be 
overlapped. This disables the fading of the crossfade command and simply mixes 
the songs. \-50.0 will effectively remove any gaps, 0.0 will mash tracks 
together. The amount of overlap is limited by the audio_buffer_size MPD 
configuration parameter.
 .TP
 .B mixrampdelay [seconds]
-+Gets and sets the current amount of extra delay added to the value computed 
from the MIXRAMP tags. (A negative value disables overlapping with MIXRAMP tags 
and restores the previous value of crossfade).
+Gets and sets the current amount of extra delay added to the value computed 
from the MIXRAMP tags. (A negative value disables overlapping with MIXRAMP tags 
and restores the previous value of crossfade).
 .TP
 .B del songpos
 Removes a playlist number from the playlist. Can also read input from pipes (0 
deletes the current playing song).
-- 
1.8.4.2


--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] New command line parser

2013-11-26 Thread Denis Krjuchkov
25.11.2013 23:19, Matthias Petschick пишет:
 Hello,

 this patch (db238cc23f3bb5c9768d30ae24b99e67a5795203) introduces a
 segfault upon client connect when mpd is compiled with libwrap
 enabled. The reason is the removal of g_option_context_parse, which
 calls g_set_prgname as a side-effect. Some libwrap specific code in
 ClientNew.cxx and output/HttpdOutputPlugin.cxx depends on the return
 value of g_get_prgname not being NULL, in particular the invocation of
 request_init segfaults if the parameter to RQ_DAEMON is NULL. If
 g_set_prgname never gets called, g_get_prgname always returns NULL.

 A obvious means of fixing this would be to pass a copy of argv[0] to
 request_init. Furthermore, it might be a good idea to check for
 side-effects when removing glib dependencies in the future, not to
 mention checking return values for NULL before passing them on.


 Cheers,

 Matthias

Hello Matthias,

thanks for the feedback.

Looks like Max already fixed one of the affected classes. I'll provide a 
patch for the second.

-- 
Denis

--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


[Musicpd-dev-team] Few more fixes

2013-11-26 Thread Denis Krjuchkov
HttpdOutputPlugin.cxx: fix null pointer dereference
Main.cxx: initialize winsock before creating IO thread
configure.ac: set VERSION_MINOR to 19

-- 
Denis

--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] [PATCH 1/1] fix typo in man page

2013-11-26 Thread Max Kellermann
On 2013/11/26 10:22, Christian Hesse m...@eworm.de wrote:
 ---
  doc/mpc.1 | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Merged

--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] Few more fixes

2013-11-26 Thread Max Kellermann
On 2013/11/26 13:18, Denis Krjuchkov de...@crazydev.net wrote:
 HttpdOutputPlugin.cxx: fix null pointer dereference
 Main.cxx: initialize winsock before creating IO thread
 configure.ac: set VERSION_MINOR to 19

Merged

--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team