summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-12 00:17:01 +0000
committerDavid Robillard <d@drobilla.net>2011-01-12 00:17:01 +0000
commitf06405b532d2cb164313311c44969d08fcf5fa65 (patch)
tree122fbaf3104ea4860907f5c5d13b8923f9d0e088
parent1b47f65c54641e9d5f8b3fd467470ecd2b857aaa (diff)
downloadpatchage-f06405b532d2cb164313311c44969d08fcf5fa65.tar.gz
patchage-f06405b532d2cb164313311c44969d08fcf5fa65.tar.bz2
patchage-f06405b532d2cb164313311c44969d08fcf5fa65.zip
Patchage 0.5.0.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2832 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--ChangeLog10
-rw-r--r--wscript2
2 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 79bb29d..1320799 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,21 @@
-patchage (0.4.6) unstable; urgency=low
+patchage (0.5.0) unstable; urgency=low
* Auto-arrange interface modules sanely (align corresponding inputs/outputs)
* Add -J (--no-jack) command line option
* Add proper --help output and man page
+ * Improve performance (dramatically for large setups)
* Fancy console info/warning/error logging
- * Improve performance significantly for large setups
* Fix minor memory leaks and reduce memory consumption
* Fix handling of ALSA duplex ports
* Hide "split" module menu item when it is useless
* Fix Jack D-Bus support
+ * Mac OS X .app bundle port
* Bump FlowCanvas dependency to 0.7.0
+ * Add more/larger icons
+ * Add missing COPYING file to distribution
* Build system and code quality improvements
- -- David Robillard <d@drobilla.net> UNRELEASED
-
+ -- David Robillard <d@drobilla.net> Tue, 11 Jan 2011 17:42:07 -0500
patchage (0.4.5) unstable; urgency=low
diff --git a/wscript b/wscript
index 59ed32d..e200ec0 100644
--- a/wscript
+++ b/wscript
@@ -7,7 +7,7 @@ import autowaf
import Options
# Version of this package (even if built as a child)
-PATCHAGE_VERSION = '0.4.6'
+PATCHAGE_VERSION = '0.5.0'
# Variables for 'waf dist'
APPNAME = 'patchage'