~ubuntu-branches/ubuntu/trusty/expect/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2011-08-17 21:50:29 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817215029-0cfarscc630tfc5v
Tags: 5.45-1
* New upstream release.
* Removed unnecessary patches.
* Removed the expectk package because expectk was dropped from the upstream
  distribution. See NEWS.Debian for possible workarounds.
* Updated package to standards version 3.9.2 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-10-26  Andreas Kupries  <andreask@activestate.com>
 
2
 
 
3
        * expect.c: [Bug 3095935]: Convert #bytes information to #chars to
 
4
          prevent later code to fail when copying strings around and
 
5
          miscalculating how much to copy, for strings containing
 
6
          non-ASCII utf chars.
 
7
 
 
8
2010-09-30  Andreas Kupries  <andreask@activestate.com>
 
9
 
 
10
        * example/autopasswd: Updated to use tclsh in PATH, and 'package
 
11
        * example/chess.exp: require Expect'. Obsoletes fixline1.
 
12
        * example/cryptdir:
 
13
        * example/decryptdir:
 
14
        * example/dislocate:
 
15
        * example/dvorak:
 
16
        * example/ftp-inband:
 
17
        * example/ftp-rfc:
 
18
        * example/gethostbyaddr:
 
19
        * example/kibitz:
 
20
        * example/lpunlock:
 
21
        * example/mkpasswd:
 
22
        * example/multixterm:
 
23
        * example/passmass:
 
24
        * example/read1char:
 
25
        * example/rftp:
 
26
        * example/rlogin-cwd:
 
27
        * example/robohunt:
 
28
        * example/rogue.exp:
 
29
        * example/telnet-cwd:
 
30
        * example/timed-read:
 
31
        * example/timed-run:
 
32
        * example/unbuffer:
 
33
        * example/virterm:
 
34
        * example/weather:
 
35
        * example/xkibitz:
 
36
        * example/xpstat:
 
37
 
 
38
        * Makefile.in: Continued work on the 'make dist' target (config.{sub,guess})
 
39
        * install.sh: Removed unused file.
 
40
        * mkinstalldirs: Removed unused file.
 
41
        * tclconfig/README.txt: Removed unused file.
 
42
        * testsuite/config/: Removed contents of unused directory.
 
43
        * test/.Sanitize: Removed unused file.
 
44
 
 
45
2010-09-17  Jeff Hobbs  <jeffh@ActiveState.com>
 
46
 
 
47
        * Makefile.in: improved make dist target to include the necessary
 
48
        files, and remove old dist_orig.
 
49
        Enable Makefile regen target
 
50
 
 
51
2010-09-16  Jeff Hobbs  <jeffh@ActiveState.com>
 
52
 
 
53
        * configure: regen with ac-2.59
 
54
        * tclconfig/tcl.m4: update for correct LDFLAGS on HP-UX
 
55
        * Makefile.in (expect): use TEA LDFLAGS instead of tclConfig.sh to
 
56
        build expect executable
 
57
 
 
58
2010-09-01  Andreas Kupries  <andreask@activestate.com>
 
59
 
 
60
        * Makefile.in: [Bug 865278] Semi-applied Don Porter's patch adding
 
61
        code which prevents the package from registering with Tcl
 
62
        interpreters which cannot load it, i.e. below the version it was
 
63
        compiled against. Semi because the pkgIndex.in in his patch is
 
64
        not used, the pkgIndex.tcl is generated by the Makefile(.in).
 
65
        * pkgIndex.in: Removed. File not used.
 
66
 
 
67
2010-08-31  Andreas Kupries <andreask@activestate.com>
 
68
 
 
69
        * Various cleanups, local patches of ActiveState.
 
70
        * exp_clib.c: Remove local copy of Tcl_ErrnoMsg().
 
71
        * exp_inter.c: Hack access to TCL_REG_BOSONLY when not present,
 
72
        became private with Tcl 8.5 and higher.
 
73
        * expect.h: Remove the local fiddling with the memory allocation
 
74
        and panic macros.
 
75
 
 
76
        * Dbg.c: [Bug 2972727]: Applied the parts of Larry Virden's patch
 
77
          which were still current. Most of it applied to the partially
 
78
          ansified sources we had in trunk for a time and where errors in
 
79
          that set of changes, thus out of date now.
 
80
 
 
81
        * example/unbuffer: [Bug 2949748]: Applied patch by Vitezslav
 
82
          Crhonek <vcrhonek@users.sourceforge.net> to prevent unbuffer
 
83
          from eating the exit code of the command it ran (regular mode
 
84
          only, not -p). Slightly modified, I removed the superfluous
 
85
          'eval' used to invoke 'wait', invoking it directly.
 
86
 
 
87
2010-08-27  Jeff Hobbs  <jeffh@ActiveState.com>
 
88
 
 
89
        * retoglob.c: Fail if the generated glob contains more than
 
90
        two asterisks.  Fixes [Expect SF Bug 3010684] (cederqvist)
 
91
 
 
92
        * exp_main_sub.c: add return to silence compiler warning.
 
93
        Updated EXP_VERSION to 5.45.0
 
94
 
 
95
        * config.guess, config.sub, expect.m4 (removed):
 
96
        * configure, configure.in, tclconfig/tcl.m4: Update to TEA 3.9
 
97
        * Makefile.in, aclocal.m4: Partial cleanup of the build system.
 
98
        * testsuite/Makefile.in:   Remove unused EXP_ from configure.in
 
99
        * testsuite/aclocal.m4:    and no longer use Tk.
 
100
        * testsuite/configure:     Update testsuite bits to use TEA info.
 
101
        * testsuite/configure.in:
 
102
        Update expect to version 5.45
 
103
 
 
104
        * Dbg.c: account for removal of tcldbgcf.h
 
105
        * DbgMkfl.in, Dbgconfig.in, Dbgconfigure, DbgpkgInd.in (removed):
 
106
        * tcldbgcf.h.in (removed): removed Dbg debugger subcomponent as it
 
107
        no longer built and debugger functionality is included in expect
 
108
        library and binary
 
109
 
 
110
        * pty_termios.c: add HAVE_STRING_H include string.h
 
111
        * exp_trap.c: add HAVE_STRING_H include string.h
 
112
 
 
113
        * expectk.man, exp_main_tk.c (removed): expectk no longer
 
114
        built. Use tclsh with package require Tk and Expect instead.
 
115
 
 
116
        * tests/all.tcl: add package require Expect
 
117
 
 
118
        * example/archie, example/autoexpect: minor code cleanup
 
119
        * example/tkpasswd, example/tknewsbiff, example/tkterm: use
 
120
        package require statements in lieu of expectk
 
121
 
1
122
2009-11-03  Andreas Kupries  <andreask@activestate.com>
2
123
 
3
124
        * exp_command.c (Exp_SpawnObjCmd): [Expect SF Bug 2891422]. Fixed