mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
Updated for version 3.8
This commit is contained in:
parent
13cfca8028
commit
2f88ba60a9
3 changed files with 26 additions and 5 deletions
|
@ -1,3 +1,24 @@
|
|||
2005-05-09 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.8
|
||||
|
||||
* Remove the need for xlsfonts (perform function by X window calls instead)
|
||||
* Debug level output changes
|
||||
* Ensure windows are overlapping in the right places, instead of any order
|
||||
* Create config section on window decorations (i.e. title & scroll bars)
|
||||
|
||||
2005-05-05 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.7
|
||||
|
||||
* Found ConfigureWindow instead of ResizeMoveWindow
|
||||
|
||||
2005-05-05 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.6
|
||||
|
||||
* Lots of work on window tiling - to fall at last hurdle (No XResizeMoveWindow)
|
||||
* Documentation updates
|
||||
* Allow -u ouput when binaries havnt been found
|
||||
* Start coding for capturing an existing terminal window
|
||||
* Rebuild hosts menu when all hosts checked, not when each host checked
|
||||
* Change debug message output level of keysyms
|
||||
* Cater for config of no tiling, but allow to retile in console window anyhow
|
||||
|
||||
2005-05-03 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.5
|
||||
|
||||
* Remove some old (commented out) code
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Name: clusterssh
|
||||
Version: 3.4
|
||||
Release: 3
|
||||
Version: 3.8
|
||||
Release: 1
|
||||
Summary: Secure concurrent multi-server terminal control
|
||||
|
||||
Group: Applications/Productivity
|
||||
|
@ -36,8 +36,8 @@ rm -rf %{buildroot}
|
|||
|
||||
%changelog
|
||||
|
||||
* Mon Apr 25 2005 Duncan Ferguson <duncan_ferguson@users.sf.net> - 3.0-4
|
||||
- Created initial spec file for building the RPM
|
||||
* Mon Apr 25 2005 Duncan Ferguson <duncan_ferguson@users.sf.net> - 3.0
|
||||
- Please see ChangeLog in documentation area
|
||||
|
||||
#
|
||||
# $Id$
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#
|
||||
AC_INIT
|
||||
AM_INIT_AUTOMAKE(clusterssh,3.4)
|
||||
AM_INIT_AUTOMAKE(clusterssh,3.8)
|
||||
AC_PATH_PROGS(PERL, perl perl5)
|
||||
AC_OUTPUT([Makefile src/Makefile])
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue