summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-01-27 22:33:40 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-01-27 22:33:40 +0100
commit599bdbc71d5e7b11e4d13992f6f6373d0b5b0d92 (patch)
tree1732f74ba90fb19b119ba8863549ba8db69c26e6
parent96b6ac7d509f59e85b2d72984e0e9d3ae94c37e0 (diff)
0.6.1-rc2
-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)