From ce997a64ba9186d1049fb82a3531c98cd384db4c Mon Sep 17 00:00:00 2001 From: Dave Robillard Date: Sat, 25 Mar 2006 00:47:55 +0000 Subject: [PATCH] Bumped copyright date and version number for 0.5.1 release git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@28 1de19dc7-4e3f-0410-a61d-eddf686bf0b7 --- ChangeLog | 2 +- NEWS | 5 +++++ clients/panel/main.c | 4 ++-- clients/panel/panel.c | 4 ++-- clients/panel/panel.h | 2 +- clients/panel/project.c | 2 +- clients/panel/project.h | 2 +- configure.ac | 2 +- docs/lash-manual.texi | 15 +++++++++------ 9 files changed, 23 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index ac6aa009..a795b5ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -This file has not been updated for any of the 0.5.0 changes. Sorry. +This file has not been updated for any of the > 0.5.0 changes. Sorry. -Dave diff --git a/NEWS b/NEWS index cf1b9a88..e05c532d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.5.1: + +* auto server start (if LASH_START_SERVER is set) +* panel fixes (save dialog makes sense, no duplicated clients) + 0.5.0: * numerous fixed for random behaviour resulting in failed session restores diff --git a/clients/panel/main.c b/clients/panel/main.c index 0a682d04..d1c44bfb 100644 --- a/clients/panel/main.c +++ b/clients/panel/main.c @@ -1,5 +1,5 @@ /* LASH Control Panel - * Copyright(C) 2005 Dave Robillarrd + * Copyright(C) 2006 Dave Robillarrd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -32,7 +32,7 @@ print_help() { printf("LASH Control Panel version %s\n", PACKAGE_VERSION); printf - ("Copyright(C) 2005 Dave Robillard \n"); + ("Copyright(C) 2006 Dave Robillard \n"); printf("\n"); printf ("This program comes with ABSOLUTELY NO WARRANTY. You are licensed to use it\n"); diff --git a/clients/panel/panel.c b/clients/panel/panel.c index 57e01c66..43583961 100644 --- a/clients/panel/panel.c +++ b/clients/panel/panel.c @@ -1,5 +1,5 @@ /* LASH Control Panel - * Copyright (C) 2005 Dave Robillard + * Copyright (C) 2006 Dave Robillard * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -80,7 +80,7 @@ about_cb(GtkButton* button, void* client) gtk_about_dialog_set_name(GTK_ABOUT_DIALOG(dialog), "LASH Panel"); gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(dialog), PACKAGE_VERSION); gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(dialog), - "Copyright (C) 2005 Dave Robillard"); + "Copyright (C) 2006 Dave Robillard"); gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog), "http://www.nongnu.org/lash"); diff --git a/clients/panel/panel.h b/clients/panel/panel.h index 28de5a08..97e326cb 100644 --- a/clients/panel/panel.h +++ b/clients/panel/panel.h @@ -1,5 +1,5 @@ /* LASH Control Panel - * Copyright (C) 2005 Dave Robillard + * Copyright (C) 2006 Dave Robillard * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/clients/panel/project.c b/clients/panel/project.c index 6a6b3f7b..2071792b 100644 --- a/clients/panel/project.c +++ b/clients/panel/project.c @@ -1,5 +1,5 @@ /* LASH Control Panel - * Copyright (C) 2005 Dave Robillard + * Copyright (C) 2006 Dave Robillard * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/clients/panel/project.h b/clients/panel/project.h index b312142a..5ce9d1d9 100644 --- a/clients/panel/project.h +++ b/clients/panel/project.h @@ -1,5 +1,5 @@ /* LASH Control Panel - * Copyright (C) 2005 Dave Robillard + * Copyright (C) 2006 Dave Robillard * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/configure.ac b/configure.ac index 8160844e..785bc60d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([LASH],[0.5.0]) +AC_INIT([LASH],[0.5.1]) AC_CONFIG_SRCDIR([lash/types.h]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE diff --git a/docs/lash-manual.texi b/docs/lash-manual.texi index 8badecc1..dcf648ed 100644 --- a/docs/lash-manual.texi +++ b/docs/lash-manual.texi @@ -7,9 +7,10 @@ @ifinfo This is the LASH Audio Session Handler Reference Manual, -Edition 0.5.0, September 2005 for LASH version 0.5. +Edition 0.5.1, March 2006 for LASH version 0.5.1. Copyright @copyright{} 2002, 2003 Robert Ham (rah@@bash.sh) +Copyright @copyright{} 2005, 2006 Dave Robillard (drobilla@@connect.carleton.ca) Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 @@ -24,14 +25,16 @@ Free Documentation License''. @titlepage @title LASH Reference Manual @subtitle Audio application session management and configuration -@subtitle Edition 0.5.0, September 2005 -@subtitle Covering LASH 0.5.0 +@subtitle Edition 0.5.1, March 2006 +@subtitle Covering LASH 0.5.1 @author Bob Ham (rah@@bash.sh) +@author Dave Robillard (drobilla@@connect.carleton.ca) @page @vskip 0pt plus 1filll Copyright @copyright{} 2002, 2003 Robert Ham (rah@@bash.sh) +Copyright @copyright{} 2005, 2006 Dave Robillard (drobilla@@connect.carleton.ca) Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 @@ -48,7 +51,7 @@ Free Documentation License''. @ifinfo This is the LASH Audio Session Handler -Reference Manual, edition 0.5.0, September 2005 for LASH version 0.5.0. +Reference Manual, edition 0.5.1, March 2006 for LASH version 0.5.1. @url{http://www.nongnu.org/lash} @@ -163,8 +166,8 @@ The LASH Synth client has an optional GUI which also uses the GTK+ First off, you need to download the package. It is available from the LASH webpage, @url{http://www.nongnu.org/lash}. After you have downloaded it, unpack the tarball into a directory using @command{tar --xzf /where/ever/you/put/lash-0.5.0.tar.gz} and change into the source -directory with @command{cd lash-0.5.0}. +-xzf /where/ever/you/put/lash-0.5.1.tar.gz} and change into the source +directory with @command{cd lash-0.5.1}. The package uses the GNU autotools for configuration and makefile creation. In order to install the package, you must complete three steps: