File: ChangeLog

package info (click to toggle)
ytalk 3.1.1-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 432 kB
  • ctags: 562
  • sloc: ansic: 6,050; makefile: 186; sh: 175
file content (52 lines) | stat: -rw-r--r-- 2,378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
from 3.1 to 3.1.1
  . try to look for the current machine's fqdn if hostname() doens't
    include a '.'
  . fixed the shell under Solaris (oops, broke it in 3.1!)
  . misc autoconf fixes
  . resizing didn't work with Linux and ncurses, fixed it
  . YTalk now checks that connections are answered form the expected host;
    if they aren't, it complains and shows the new hostname
  . n-way talk sessions should now be free of duplicated users
  . fixed the "readdress" option somewhat
  . portability fixes for 64-bit machines (size_t instead of int)


from 3.1beta2 to 3.1
  . minor documentation updates

from 3.1beta1 to 3.1beta2:
  . config.h.in was missing a line for HAVE_IOVEC_H
  . redid the test for termios vs sgtty, making sure tcgetattr exists if
    termios is to be selected
  . fixed 8bit-cleanness

from 3.0pl2 to 3.1beta1: 
  (this includes things that went into the various 3.0.3-8bit versions)
  . fixed line wrap inside shells (at the cost of breaking the specs in
    term.doc slightly)
  . made ESC[r in shells
  . added the /dev/ptmx style of pty's, and some Solaris-specific code to
    go with it
  . added -Y to ask for caps in yes/no questions
  . added -i to leave the incoming talks to the daemon
  . added the 'k' option to the main menu (kill all unconnected)
  . avoid clearing the window when the last partner ^C's on you
  . 8 bit clean (except for character 0xfe, which is the lower case
    Icelandic thorn, b/c that is used as the delete char in ytalk, for
    some reason)
  . always undesrtood both ^h and delete (^?) as delete chars
  . fixed annoying bug with UDP handling under Linux (that's where the
    spurious "no talk daemon" messages were coming from!)
  . made ytalk send out fqdn's when passing users around, so the other
    machine has a chance to resolve the address
  . use strerror() instead of sys_errlist, where available
  . redefine our own sockaddr_in, since BSD4.4 (and FreeBSD and friends)
    use a different definition from what the talk daemons expect
  . split the "auto-rering" flag into "rering" and "prompt-rering"
  . added aliases for whole addresses, hostnames and login names
  . ported to GNU Autoconf
  . let the user save his own side of the conversation too
  . support virtual hosts and multihomed machines, by letting the user pick
    which interface to use, and otherwise making a guess at it