diff --git a/NEWS b/NEWS
index aeec00784..5737dd02f 100644
--- a/NEWS
+++ b/NEWS
@@ -27,13 +27,17 @@ ver 0.19 (not yet released)
- name each thread (for debugging)
* new resampler option using libsoxr
-ver 0.18.8 (not yet released)
+ver 0.18.8 (2014/02/07)
* decoder
- ffmpeg: support libav v10_alpha1
+* encoder
+ - vorbis: fix linker failure
+* output
+ - roar: documentation
* more robust Icy-Metadata parser
* fix Solaris build failure
-ver 0.18.7 (2013/01/13)
+ver 0.18.7 (2014/01/13)
* playlist
- pls: fix crash after parser error
- soundcloud: fix build failure with libyajl 2.0.1
diff --git a/configure.ac b/configure.ac
index 79084efc8..33d3f3ab7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1345,7 +1345,7 @@ fi
AM_CONDITIONAL(ENABLE_SHINE_ENCODER, test x$enable_shine_encoder = xyes)
dnl ---------------------------- Ogg Vorbis Encoder ---------------------------
-MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc],
+MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc vorbis],
[Ogg Vorbis encoder], [libvorbisenc not found])
if test x$enable_vorbis_encoder = xyes; then
diff --git a/doc/user.xml b/doc/user.xml
index db0e350c8..797b1dba3 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -2173,6 +2173,51 @@ systemctl start mpd.socket
+
+ roar
+
+
+ The roar plugin connects to a RoarAudio
+ server.
+
+
+
+
+
+
+ Setting
+ Description
+
+
+
+
+
+ server
+ HOSTNAME
+
+
+ The host name of the RoarAudio server. If not
+ specified, then MPD will connect to the default
+ locations.
+
+
+
+
+
+ role
+ ROLE
+
+
+ The "role" that MPD registers itself as in the
+ RoarAudio server. The default is "music".
+
+
+
+
+
+
+