From 8aca4dd4542de17d22564c2fbf81c40dcc0515c2 Mon Sep 17 00:00:00 2001 From: Marc-Olivier Barre Date: Sun, 27 Dec 2009 17:45:36 +0100 Subject: [PATCH] Various tweaks and aesthetic fixes here and there --- AUTHORS | 2 +- README | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3b94038..5ad839a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -Marc-Olivier Barre +Marc-Olivier Barre Nedko Arnaudov Various ladiconf improvements by Krzysztof Foltman diff --git a/README b/README index cac35e8..3a7869a 100644 --- a/README +++ b/README @@ -9,9 +9,9 @@ You will find in this suite : - The laditools python module (no interest for the end users) - laditray : a system tray icon that allows you to start, stop and monitor JACK, as well as start some JACK related apps (log viewer, connections...) - - wmjackctl : a controller as a Window Maker dockapp. Uses the same menu as laditray + - wmladi : a controller as a Window Maker dockapp. Uses the same menu as laditray - ladilog : a JACK, LASH and a2jmidid log viewer - ladiconf : a GUI to setup JACK's configuration - - g15jackmon : a JACK monitor for g15 keyboards + - g15ladi : a JACK monitor for g15 keyboards Enjoy ! diff --git a/setup.py b/setup.py index f9fe2cb..b165194 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from distutils.core import setup setup(name='laditools', - version='1.0-rc1', + version='1.0-rc2', description='Linux Audio Desktop Integration Tools', author='Marc-Olivier Barre and Nedko Arnaudov', author_email='marco@marcochapeau.org',