From f4f74f3316b474096f164aa33c9d2e8965a545c3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Dec 2010 20:10:41 +0000 Subject: 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 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5497b3e..8758c18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 Wed, 15 Dec 2010 03:48:45 -0500 + + patchage (0.4.5) unstable; urgency=low * Install SVG icon -- cgit v1.2.1