summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-09-04 01:12:58 +0000
committerDavid Robillard <d@drobilla.net>2010-09-04 01:12:58 +0000
commitfed5dc1ca64794b05757718f568a68dc875b2e0e (patch)
tree001392f3508acb4cf13efecf7bf6dfeacfabf050
parentf264bbdf5134e19dc928fcf701a36710efd5b3cd (diff)
downloadpatchage-fed5dc1ca64794b05757718f568a68dc875b2e0e.tar.gz
patchage-fed5dc1ca64794b05757718f568a68dc875b2e0e.tar.bz2
patchage-fed5dc1ca64794b05757718f568a68dc875b2e0e.zip
Update versions and ChangeLogs.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2589 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--ChangeLog18
-rw-r--r--wscript4
2 files changed, 13 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 618c08d..7ccd590 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,18 @@
-patchage (?) unstable; urgency=low
+patchage (0.4.5) unstable; urgency=low
* Install SVG icon
-
- -- Dave Robillard <dave@drobilla.net> ?
+ * Fix compilation without Jack
+ * Improve performance when dragging modules
+ * Bump FlowCanvas dependency to 0.6.0
+ * Upgrade to waf 1.5.18
+
+ -- Dave Robillard <dave@drobilla.net> Fri, 03 Sep 2010 20:24:36 -0400
patchage (0.4.4) unstable; urgency=low
* Fix incorrect icon install paths
-
+
-- Dave Robillard <dave@drobilla.net> Wed, 09 Dec 2009 10:17:37 -0500
@@ -19,7 +23,7 @@ patchage (0.4.3) unstable; urgency=low
* Better ALSA support
* Massive performance improvements when ALSA is enabled
* Center on startup
-
+
-- Dave Robillard <dave@drobilla.net> Tue, 08 Dec 2009 21:13:37 -0500
@@ -27,13 +31,13 @@ patchage (0.4.2) unstable; urgency=low
* LASH support via D-BUS from ladi-patchage branch
* Remove old LASH support via liblash
-
+
-- Dave Robillard <dave@drobilla.net> Tue, 09 Sep 2008 15:41:04 -0400
patchage (0.4.1) unstable; urgency=low
* Initial Debian release
-
+
-- Dave Robillard <dave@drobilla.net> Sun, 06 Jul 2008 17:19:55 -0400
diff --git a/wscript b/wscript
index d7c168b..65f9ef3 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.4'
+PATCHAGE_VERSION = '0.4.5'
# Variables for 'waf dist'
APPNAME = 'patchage'
@@ -39,7 +39,7 @@ def configure(conf):
conf.check_tool('compiler_cxx')
autowaf.check_pkg(conf, 'dbus-1', uselib_store='DBUS', mandatory=False)
autowaf.check_pkg(conf, 'dbus-glib-1', uselib_store='DBUS_GLIB', mandatory=False)
- autowaf.check_pkg(conf, 'flowcanvas', uselib_store='FLOWCANVAS', atleast_version='0.5.1', mandatory=True)
+ autowaf.check_pkg(conf, 'flowcanvas', uselib_store='FLOWCANVAS', atleast_version='0.6.0', mandatory=True)
autowaf.check_pkg(conf, 'libglademm-2.4', uselib_store='GLADEMM', atleast_version='2.6.0', mandatory=True)
autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.14.0', mandatory=True)
autowaf.check_pkg(conf, 'libgnomecanvasmm-2.6', uselib_store='GNOMECANVASMM', mandatory=True)