diff options
author | David Robillard <d@drobilla.net> | 2010-12-15 20:10:41 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-12-15 20:10:41 +0000 |
commit | f4f74f3316b474096f164aa33c9d2e8965a545c3 (patch) | |
tree | 49ed4402f138d17592d7a33a35fde7232f799bff /ChangeLog | |
parent | aea13cac2a4106bbca28fc062d60e18ca4990c6c (diff) | |
download | patchage-f4f74f3316b474096f164aa33c9d2e8965a545c3.tar.gz patchage-f4f74f3316b474096f164aa33c9d2e8965a545c3.tar.bz2 patchage-f4f74f3316b474096f164aa33c9d2e8965a545c3.zip |
Improve performance for setups with many apps or ports.
(Eliminate all linear searches for items, except one case for Jack
ports which is unavoidable due to the Jack API, but is memoized,
so each port will only be searched for once between refreshes).
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2712 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +patchage (0.4.6) unstable; urgency=low + + * Add -J (--no-jack) command line option + * Add proper --help output and man page + * Fancy console info/warning/error logging + * 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 + * Build system and code quality improvements + + -- David Robillard <d@drobilla.net> Wed, 15 Dec 2010 03:48:45 -0500 + + patchage (0.4.5) unstable; urgency=low * Install SVG icon |