diff options
author | David Robillard <d@drobilla.net> | 2013-08-09 14:42:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-08-09 14:42:53 +0000 |
commit | c6c9c32f922a86c4b4816cefbda0805774f0d1a6 (patch) | |
tree | 5dc9c511b5428f7ebf66b35e3a1724c3d8914061 | |
parent | 83bb6d2460eddb37d12deccad735f8454e2651eb (diff) | |
download | jalv-c6c9c32f922a86c4b4816cefbda0805774f0d1a6.tar.gz jalv-c6c9c32f922a86c4b4816cefbda0805774f0d1a6.tar.bz2 jalv-c6c9c32f922a86c4b4816cefbda0805774f0d1a6.zip |
Jalv 1.4.2.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5152 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -jalv (1.4.1) unstable; +jalv (1.4.2) stable; * Fix crash when running "jalv" with bad command line arguments * Fix potential crash with UIs and debug printing @@ -9,8 +9,9 @@ jalv (1.4.1) unstable; * Fix default setting for non-sequential enumeration ports (patch from Robin Gareus) * Work around Gtk bug for labels on sliders (patch from Robin Gareus) + * Upgrade to waf 1.7.11 - -- David Robillard <d@drobilla.net> Thu, 08 Aug 2013 15:44:21 -0400 + -- David Robillard <d@drobilla.net> Fri, 09 Aug 2013 10:40:20 -0400 jalv (1.4.0) stable; @@ -4,7 +4,7 @@ from waflib.extras import autowaf as autowaf import waflib.Options as Options # Version of this package (even if built as a child) -JALV_VERSION = '1.4.0' +JALV_VERSION = '1.4.2' # Variables for 'waf dist' APPNAME = 'jalv' |