From 490370b75913795ded4062f907bcdbc6fbaeda16 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Fri, 27 May 2016 12:04:14 -0400 Subject: [PATCH] Ocarina 6.4.13-rc Signed-off-by: Anna Schumaker --- CHANGELOG | 6 ++++++ Sconstruct | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9acef734..cd8cd571 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +6.4.13-rc: +- Rewrite GtkTreeView code +- Save and Restore treeview column widths +- Only have a single GtkTreeView instance +- Finish conversion of Ocarina to C + 6.4.12: - Don't reenable tempqueues when restarting - Control automatic pausing with a GtkComboBox diff --git a/Sconstruct b/Sconstruct index dd4d82b6..62461120 100644 --- a/Sconstruct +++ b/Sconstruct @@ -1,7 +1,7 @@ #!/usr/bin/python import os -CONFIG_VERSION = "6.4.12" +CONFIG_VERSION = "6.4.13-rc" # Set up default environment