diff --git a/clusterssh/ChangeLog b/clusterssh/ChangeLog index 083d196..79dad2f 100644 --- a/clusterssh/ChangeLog +++ b/clusterssh/ChangeLog @@ -1,3 +1,8 @@ +2005-05-19 Duncan Ferguson - v3.12.1 + +* Bugfix for shifted non-alphanumeric keyboard chars not being pasted correctly +* Marked version number with 3rd digit to signify beta releases + 2005-05-18 Duncan Ferguson - v3.11 * Remove trailing whitespace from config file lines diff --git a/clusterssh/clusterssh.spec b/clusterssh/clusterssh.spec index d48a40b..b04973e 100644 --- a/clusterssh/clusterssh.spec +++ b/clusterssh/clusterssh.spec @@ -1,5 +1,5 @@ Name: clusterssh -Version: 3.11 +Version: 3.12.1 Release: 1 Summary: Secure concurrent multi-server terminal control diff --git a/clusterssh/configure.in b/clusterssh/configure.in index 1a494a7..a90d6b6 100644 --- a/clusterssh/configure.in +++ b/clusterssh/configure.in @@ -16,7 +16,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # AC_INIT -AM_INIT_AUTOMAKE(clusterssh,3.11) +AM_INIT_AUTOMAKE(clusterssh,3.12.1) AC_PATH_PROGS(PERL, perl perl5) AC_OUTPUT([Makefile src/Makefile]) #