summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--PORTABLE_VERSION2
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b3f0f51..69218978 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,9 @@ version 0.6.1
hide the "Hotkeys" tab from preferences if hotkeys plugin is not available
don't build shellexecui if not building shellexec
fixed memleak when drag-dropping pls/m3u playlists from file managers
+ prevent passing non-utf8 filenames to progress dialog
+ fixed crash when opening invalid VTX files
+ fixed crash when opening invalid WMA files
version 0.6.0
gui layout designer, with a set of widgets to choose from (View -> Design mode, then use right click)
diff --git a/PORTABLE_VERSION b/PORTABLE_VERSION
index d64531f1..56701e88 100644
--- a/PORTABLE_VERSION
+++ b/PORTABLE_VERSION
@@ -1 +1 @@
-devel
+0.6.1-rc2
diff --git a/configure.ac b/configure.ac
index 4908486c..10b22618 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([deadbeef], [devel])
+AC_INIT([deadbeef], [0.6.1-rc2])
AC_CONFIG_HEADER(config.h)