From 2f3bdf353d846dc97343c689f8feaacca55b3d74 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Thu, 16 Jun 2016 14:50:00 -0400 Subject: [PATCH] Ocarina 6.4.14-rc Signed-off-by: Anna Schumaker --- CHANGELOG | 5 +++++ Sconstruct | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9184939f..9c5ed60a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +6.4.14-rc: +- Load files and databases using the idle queue +- Switch over to using the glib g_random_int_range() function +- Improve track average play count calculation + 6.4.13: - Enable bolding the current track in the GtkTreeView - Enable GtkTreeView fixed-height mode diff --git a/Sconstruct b/Sconstruct index b13d3092..038d1ff8 100644 --- a/Sconstruct +++ b/Sconstruct @@ -1,7 +1,7 @@ #!/usr/bin/python import os -CONFIG_VERSION = "6.4.13" +CONFIG_VERSION = "6.4.14-rc" # Set up default environment