diff --git a/initviocons-0.5.tar.bz2 b/initviocons-0.5.tar.bz2 index c9f3f3a..fa937c2 100644 --- a/initviocons-0.5.tar.bz2 +++ b/initviocons-0.5.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d7889e9b2c413adf55663021d87497e19849b32eb20d2b1d0f65ccc719d8b22 -size 18398 +oid sha256:c09700d629df0c9bb2e36ae1ed40381d11c97e9457e617e841ce8a21a2b4e2f7 +size 63963 diff --git a/initviocons.changes b/initviocons.changes index 602f408..4684f97 100644 --- a/initviocons.changes +++ b/initviocons.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Dec 10 18:12:13 CET 2007 - poeml@suse.de + +- update to r27: + - when using -e, only output the TERM value and don't add + LINES,COLUMNS by default anymore. Discussion in [#184179] (ssh + installation exit abnormally when change terminal window size) + has shown that they are not needed anyway, and they seem to + cause problems in some cases (when used together with ssh). In + order to be able to revert to the previous behaviour, the -s + switch was added. It adds LINES and COLUMNS to the eval output + again. + +------------------------------------------------------------------- +Wed Nov 14 12:20:42 CET 2007 - poeml@suse.de + +- update to r25: + - recognize WebSM console + https://bugzilla.novell.com/show_bug.cgi?id=256139 + which sends a characteristic primary DA + ------------------------------------------------------------------- Thu Jul 19 07:28:29 CEST 2007 - poeml@suse.de diff --git a/initviocons.spec b/initviocons.spec index c4ab9fc..2b71e9d 100644 --- a/initviocons.spec +++ b/initviocons.spec @@ -11,13 +11,13 @@ # norootforbuild Name: initviocons -URL: http://svn.poeml.de/viewcvs/initviocons/ +Url: http://svn.poeml.de/viewcvs/initviocons/ Version: 0.5 -Release: 1 +Release: 25 Summary: Terminal Initialization, e.g. for the iSeries Virtual Console License: GPL v2 or later Group: System/Console -Autoreqprov: on +AutoReqProv: on BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: initviocons-%{version}.tar.bz2 @@ -59,6 +59,21 @@ cp -p termprobes $RPM_BUILD_ROOT/usr/bin/ /usr/bin/* %changelog +* Mon Dec 10 2007 - poeml@suse.de +- update to r27: + - when using -e, only output the TERM value and don't add + LINES,COLUMNS by default anymore. Discussion in [#184179] (ssh + installation exit abnormally when change terminal window size) + has shown that they are not needed anyway, and they seem to + cause problems in some cases (when used together with ssh). In + order to be able to revert to the previous behaviour, the -s + switch was added. It adds LINES and COLUMNS to the eval output + again. +* Wed Nov 14 2007 - poeml@suse.de +- update to r25: + - recognize WebSM console + https://bugzilla.novell.com/show_bug.cgi?id=256139 + which sends a characteristic primary DA * Thu Jul 19 2007 - poeml@suse.de - update to 0.5 (svn r24) - support for mlterm and Terminal.app