diff options
author | David Robillard <d@drobilla.net> | 2010-12-15 20:13:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-12-15 20:13:26 +0000 |
commit | d2a81d6465d7a45d328bd29b080b4fc22f672b83 (patch) | |
tree | 02389e4808aeb07bf7aac3759c122675cc385d5d | |
parent | f4f74f3316b474096f164aa33c9d2e8965a545c3 (diff) | |
download | patchage-d2a81d6465d7a45d328bd29b080b4fc22f672b83.tar.gz patchage-d2a81d6465d7a45d328bd29b080b4fc22f672b83.tar.bz2 patchage-d2a81d6465d7a45d328bd29b080b4fc22f672b83.zip |
Update ChangeLog.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2713 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,13 +3,14 @@ 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 + * 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 * Build system and code quality improvements - -- David Robillard <d@drobilla.net> Wed, 15 Dec 2010 03:48:45 -0500 + -- David Robillard <d@drobilla.net> Wed, 15 Dec 2010 15:11:08 -0500 patchage (0.4.5) unstable; urgency=low |