diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-27 23:58:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-27 23:58:31 +0100 |
| commit | 57139e2a9f103b6ae5c553302b456a2f91aa12cb (patch) | |
| tree | 603869c5c4d578512de51787907676f375500c3e | |
| parent | 8ee9ec79d8c14f5f23b21a7e7f512a9d8e7a809e (diff) | |
Bump version.
| -rw-r--r-- | ChangeLog | 18 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 19 insertions, 1 deletions
@@ -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. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.30pre' +VERSION = '0.31' def options(opt): opt.load('compiler_cxx') |
