summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-27 23:58:31 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-27 23:58:31 +0100
commit57139e2a9f103b6ae5c553302b456a2f91aa12cb (patch)
tree603869c5c4d578512de51787907676f375500c3e
parent8ee9ec79d8c14f5f23b21a7e7f512a9d8e7a809e (diff)
Bump version.
-rw-r--r--ChangeLog18
-rw-r--r--wscript2
2 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ff515ef4..703ab5c1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2012-07-27 Carl Hetherington <cth@carlh.net>
+
+ * Version 0.31 released.
+
+2012-07-27 Carl Hetherington <cth@carlh.net>
+
+ * Speed up thumbnail display.
+
+ * Various improvements to Windows port.
+
+ * Fix TMS transfer with large files.
+
+ * Clean up audio handling code somewhat.
+
+ * Re-sample audio to 48kHz or 96kHz if necessary.
+
+ * Remove player functionality from DVD-o-matic.
+
2012-07-22 Carl Hetherington <cth@carlh.net>
* Port to Windows.
diff --git a/wscript b/wscript
index 2d883abe9..97794de16 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.30pre'
+VERSION = '0.31'
def options(opt):
opt.load('compiler_cxx')