summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bf4e549b..0e51d804 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,7 +18,7 @@ version 0.3.2
flac plugin now plays "oga" files (flac in ogg container)
ffmpeg plugin, adds formats: m4a (aac,alac), mpc/mp+/mpp, wma, shn, oma, ac3, vqf
vtx plugin using libayemu
- adplug plugin (includes support for adlib S3Ms)
+ adplug plugin - cmf, rol, hsc, etc (including adlib S3Ms)
fixed cuesheet support in mp3 and ogg plugins
fixed building for i686 architectures w/o sse2 support
fixed sse2 code issues in ape plugin
@@ -33,6 +33,7 @@ version 0.3.2
keyboard navigation in search window
search window geometry is now saved and restored between sessions
.dbpl extension is auto-added when saving playlist
+ better handling of http streams
version 0.3.1
improved header widget drawing and gtkengines compatibility
diff --git a/configure.ac b/configure.ac
index 54436c4a..ff8615aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT
AC_CONFIG_HEADER(config.h)
PACKAGE="deadbeef"
-VERSION="0.3.2-pre"
+VERSION="0.3.2-rc2"
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)