mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 09:22:24 +00:00
Updated for version 3.13
This commit is contained in:
parent
cc357ba98f
commit
54e052eb2e
3 changed files with 8 additions and 3 deletions
|
@ -1,4 +1,9 @@
|
|||
2005-05-19 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.12.1
|
||||
2005-05-20 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.13.1
|
||||
|
||||
* Bugfix for whitespace in config files (missing a char from regexp)
|
||||
* Allow for minimising/maximising all windows when done on console
|
||||
|
||||
2005-05-19 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.12.1
|
||||
|
||||
* Bugfix for shifted non-alphanumeric keyboard chars not being pasted correctly
|
||||
* Marked version number with 3rd digit to signify beta releases
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: clusterssh
|
||||
Version: 3.12.1
|
||||
Version: 3.13.1
|
||||
Release: 1
|
||||
Summary: Secure concurrent multi-server terminal control
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#
|
||||
AC_INIT
|
||||
AM_INIT_AUTOMAKE(clusterssh,3.12.1)
|
||||
AM_INIT_AUTOMAKE(clusterssh,3.13.1)
|
||||
AC_PATH_PROGS(PERL, perl perl5)
|
||||
AC_OUTPUT([Makefile src/Makefile])
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue