From b6488b6c3990664d6bd30d2887c6ad97d40fcd1e Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Sat, 14 May 2016 07:41:44 -0400 Subject: [PATCH] Ocarina 6.4.12-rc Signed-off-by: Anna Schumaker --- CHANGELOG | 4 ++++ Sconstruct | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 68fe65b0..77254c7c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +6.4.12-rc: +- Rewrite our custom GtkTreeModel and add tests +- Move shuffle and repeat buttons into the sidebar + 6.4.11: - Remove stop button - Move collection enabled checkboxes into a right click menu diff --git a/Sconstruct b/Sconstruct index 244c1a34..52239ff4 100644 --- a/Sconstruct +++ b/Sconstruct @@ -1,7 +1,7 @@ #!/usr/bin/python import os -CONFIG_VERSION = "6.4.11" +CONFIG_VERSION = "6.4.12-rc" # Set up default environment