From 599bdbc71d5e7b11e4d13992f6f6373d0b5b0d92 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 27 Jan 2014 22:33:40 +0100 Subject: 0.6.1-rc2 --- ChangeLog | 3 +++ PORTABLE_VERSION | 2 +- configure.ac | 2 +- 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) -- cgit v1.2.3