File: NEWS

package info (click to toggle)
httest 2.4.23-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,876 kB
  • sloc: ansic: 19,553; sh: 10,550; xml: 1,047; makefile: 510; lisp: 145; perl: 31
file content (83 lines) | stat: -rw-r--r-- 2,509 bytes parent folder | download | duplicates (6)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Version 2.4.0
 - New      httest: logger/appender concept. Three appender implementation 
                    exist currently. 

Version 2.3.0
 - New      httest: Improve logging for better analysis.
 - Planed   htunit: httest executor with junit like output

Version 2.2.0
 - New      httest: Javascript support
 - Planed   httest: HTML DOM access 

Version 2.1.0
 - New      httest: Modules support for better capsulating commands and give
                    them namespaces.

Version 2.0.0
 - New      httest: Improved BLOCK statement for better DSL support
 - New      macros: A simple browser emulation with automatic cookie handling

Version 1.18.0
 - New      httest: _RESWAIT combines the _RES and _WAIT command ignoring
	            TCP connections not sending any data.

Version 1.17.0
 - New      httest: Possibilties to fork part or the hole script within the script
 - New      httest: Enhanced ICAP support

Version 1.16.0
 - New      httest: Openssl engine support to use crypto devices.
 - New      httest: _MATCH and _EXPECT with new namespaces
 - New      httest: _GREP to cut stuff from stream but no validation like _MATCH
 - New      httest: Automatic connection handling
 - New      httest: _SSL_CERT_VAL getting values from a cert.

Version 1.15.0
 - New      httest: _REQ/SERVER command supports IPV6 (address surrounded in
	            square brackets).

Version 1.14.0
 - httest: New command _RPS (request per second loop)

Version 1.13.0
 - httest: Improved error handling with ON_ERROR block

Version 1.12.0
 - htntlm: Can read/write NTLM message

Version 1.11.0
 - hturlext: Filter to exclude tags and/or attributes
 - man pages

Version 1.10.0
 - httest: Variable scope for _MATCH
 - httest: EXEC| and _EXEC< for _READLINE and _RECV
 - htproxy: Configuration file reader

Version 1.9.0
 - httest: Command to print duration time [ms]
 - httest: Predefined variables: __STATUS and __START_TIME
 - httest: Improved _IF command, handle [NOT] MATCH|EQ|LT|GT|LE|GE
 - htpcap: Removed

Version 1.8.0
 - httest: Command _BREAK to interrupt a loop
 - httest: Extend _RECV with "Chunked" and "Close"
 - httest: _PRINT_HEX command to print and match hex output
 - httest: BLOCK / _CALL can handle arguments

Version 1.7.0
- httest: New commands
- htproxy: Shell improvment
- htremote: New helper for testing

Version 1.0.2
- Critical bugfix for send data

Version 1.0.1
- Bugfixes for the configure script

Version 1.0.0
- Easy to build and install with configure && make && make install