mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-02 01:21:14 +00:00
Updated for version 3.11
This commit is contained in:
parent
57976e0e07
commit
9ebbf96535
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2005-05-18 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.11
|
||||||
|
|
||||||
|
* Remove trailing whitespace from config file lines
|
||||||
|
* Prevent paste events being sent to non-active clients
|
||||||
|
* Allow paste events to send capitalised letters
|
||||||
|
|
||||||
2005-05-17 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.10
|
2005-05-17 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.10
|
||||||
|
|
||||||
* fix for moving atom numbers in font info
|
* fix for moving atom numbers in font info
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: clusterssh
|
Name: clusterssh
|
||||||
Version: 3.9
|
Version: 3.11
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Secure concurrent multi-server terminal control
|
Summary: Secure concurrent multi-server terminal control
|
||||||
|
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
#
|
#
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AM_INIT_AUTOMAKE(clusterssh,3.9)
|
AM_INIT_AUTOMAKE(clusterssh,3.11)
|
||||||
AC_PATH_PROGS(PERL, perl perl5)
|
AC_PATH_PROGS(PERL, perl perl5)
|
||||||
AC_OUTPUT([Makefile src/Makefile])
|
AC_OUTPUT([Makefile src/Makefile])
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue