From: Patrick C. <pa...@us...> - 2002-01-03 08:46:59
|
Update of /cvsroot/linux-decnet/latd/debian In directory usw-pr-cvs1:/tmp/cvs-serv31180/debian Modified Files: changelog control Log Message: Move files from 1.10 branch to the head where they belong. The 1.0 version is now on TAG_LATD_BRANCH_1_0. Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/latd/debian/changelog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** changelog 2002/01/03 08:36:33 1.2 --- changelog 2002/01/03 08:46:56 1.3 *************** *** 1,2 **** --- 1,28 ---- + latd (1.12-1) unstable; urgency=low + + * llogin -r is an alias for llogin -R (easier to type!) + * New moprc program for remote administration of terminal servers + + -- + + latd (1.11-1) unstable; urgency=low + + * Added -l switch to llogin to replace LF with VT + * Document -d -v switch to llogin + * Renamed PortSession to QueuedSession so it's less confusing + * /dev/lat ports connect using LocalPort and localportSession so they + can share connections. + * Fixed spurious newlines generated by llogin -p + + -- Patrick Caulfield <pa...@de...> Wed, 26 Sep 2001 14:37:43 +0100 + + latd (1.10-1) unstable; urgency=low + + * Can now handle multiple reverse-LAT connections via the same connection + (llogin only) + * Can specify a command to run (and user to run it under) for a named service. + + -- Patrick Caulfield <pa...@de...> Thu, 16 Aug 2001 11:54:28 +0100 + latd (1.03-1) unstable; urgency=low Index: control =================================================================== RCS file: /cvsroot/linux-decnet/latd/debian/control,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** control 2002/01/03 08:36:33 1.5 --- control 2002/01/03 08:46:56 1.6 *************** *** 17,19 **** . There is also an llogin utility that allows users to login to remote ! LAT services. --- 17,19 ---- . There is also an llogin utility that allows users to login to remote ! LAT services and a moprc utility for managing terminal servers remotely. |