From 98c8879127033f413070bf9224508cc8b7565dfc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 26 Nov 2011 20:27:25 +0000 Subject: Rename ChangeLog to NEWS, which is what it really is. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3648 a436a847-0d15-0410-975c-d299462d15a1 --- ChangeLog | 73 --------------------------------------------------------------- NEWS | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 73 deletions(-) delete mode 100644 ChangeLog create mode 100644 NEWS diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index f198cc8..0000000 --- a/ChangeLog +++ /dev/null @@ -1,73 +0,0 @@ -patchage (UNRELEASED) unstable; urgency=low - - * Make it possible to remove connections by middle-clicking on their - handle, or selecting them and pressing delete. - * Remove Raul dependency. - * Fix font configuration on OSX. - * Use Mac style key bindings on OSX. - * Integrate with Mac menu bar on OSX. - - -- David Robillard (UNRELEASED) - -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 - * 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 Tue, 11 Jan 2011 17:42:07 -0500 - -patchage (0.4.5) unstable; urgency=low - - * Install SVG icon - * Fix compilation without Jack - * Improve performance when dragging modules - * Bump FlowCanvas dependency to 0.6.0 - * Upgrade to waf 1.5.18 - - -- David Robillard Fri, 03 Sep 2010 20:24:36 -0400 - - -patchage (0.4.4) unstable; urgency=low - - * Fix incorrect icon install paths - - -- David Robillard Wed, 09 Dec 2009 10:17:37 -0500 - - -patchage (0.4.3) unstable; urgency=low - - * Switch to waf build system - * Fix compilation with GCC 4.4 - * Better ALSA support - * Massive performance improvements when ALSA is enabled - * Center on startup - - -- David Robillard Tue, 08 Dec 2009 21:13:37 -0500 - - -patchage (0.4.2) unstable; urgency=low - - * LASH support via D-BUS from ladi-patchage branch - * Remove old LASH support via liblash - - -- David Robillard Tue, 09 Sep 2008 15:41:04 -0400 - - -patchage (0.4.1) unstable; urgency=low - - * Initial Debian release - - -- David Robillard Sun, 06 Jul 2008 17:19:55 -0400 - diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..f613e5a --- /dev/null +++ b/NEWS @@ -0,0 +1,70 @@ +patchage (UNRELEASED) stable; + + * Make it possible to remove connections by middle-clicking on their + handle, or selecting them and pressing delete. + * Remove Raul dependency. + * Update to use latest FlowCanvas (significant performance improvements). + * Remove LASH support and aggressively simplify UI. + * Fix font configuration on OSX. + * Use Mac style key bindings on OSX. + * Integrate with Mac menu bar on OSX. + + -- David Robillard (UNRELEASED) + +patchage (0.5.0) stable; + + * 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 + * 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 Tue, 11 Jan 2011 17:42:07 -0500 + +patchage (0.4.5) stable; + + * Install SVG icon + * Fix compilation without Jack + * Improve performance when dragging modules + * Bump FlowCanvas dependency to 0.6.0 + * Upgrade to waf 1.5.18 + + -- David Robillard Fri, 03 Sep 2010 20:24:36 -0400 + +patchage (0.4.4) stable; + + * Fix incorrect icon install paths + + -- David Robillard Wed, 09 Dec 2009 10:17:37 -0500 + +patchage (0.4.3) stable; + + * Switch to waf build system + * Fix compilation with GCC 4.4 + * Better ALSA support + * Massive performance improvements when ALSA is enabled + * Center on startup + + -- David Robillard Tue, 08 Dec 2009 21:13:37 -0500 + +patchage (0.4.2) stable; + + * LASH support via D-BUS from ladi-patchage branch + * Remove old LASH support via liblash + + -- David Robillard Tue, 09 Sep 2008 15:41:04 -0400 + +patchage (0.4.1) stable; + + * Initial release + + -- David Robillard Sun, 06 Jul 2008 17:19:55 -0400 -- cgit v1.2.1