echoping/SRC/ChangeLog

109 lines
2.6 KiB
Plaintext
Raw Normal View History

6.0 (not yet released)
* Plugins: several plugins (TODO: list) are now shipped with
echoping and you can write your own. All new protocols will now be
supported via plugins. Consequences:
- you now need an Unix with a working dlopen(3)
- echoping now requires the popt parsing library
* popt: echoping now depends on popt. One main change: options
parsing is lightly different so some scripts *may* break. A
typical example is that "old-school" Unix aggreation of arguments
("echoping -v4 localhost") is no longer accepted (use "echoping -v
-4 localhost").
2004-02-29 21:44:03 +00:00
5.2.0 (2004-02-29)
2004-02-20 13:16:26 +00:00
* IDN (Unicode domain names) support
2003-11-09 20:44:35 +00:00
5.1.0 (2003-11-09)
2003-11-09 20:44:35 +00:00
* GNU TLS support (alternative to OpenSSL),
* Small licence change,
* Portability fixes (MacOS X)
2002-11-04 15:38:36 +00:00
5.0.1 (2002-11-04)
* Small bug fixes,
* Better error messages with invalid options
2002-10-11 19:57:58 +00:00
5.0.0 (2002-10-11)
2002-10-03 11:55:48 +00:00
* Now uses getnameinfo/getaddrinfo. Two consequences:
- you can compile only on a recent Unix
- you have IPv6 support
* With -v, now able to separate kernel (TCP) and application latency
2002-09-25 13:00:29 +00:00
* Now displays the standard deviation for repeated tests. Warning:
this may break some scripts which parse the output of echoping.
2001-03-16 15:07:47 +00:00
4.2.0 (2001-03-16)
* New -a and -A options to control the proxy/cache (disable caching).
Fixes bug/wish #232324
* Support for microsecond wait (uses usleep)
2001-02-25 21:05:21 +00:00
* New option (-p) to set socket priority (Linux only)
* New option (-P) to set IP Type of Service octet
2001-03-16 15:07:47 +00:00
* Bug fixes: #230384 (SSL records are different from text lines)
2001-02-14 10:19:38 +00:00
4.1.0 (2001-02-14)
* Fix several SSL bugs (#132001, #130151)
* Now requires an ANSI C compiler
* Now uses only stdarg.h so should really compile everywhere
2001-01-26 14:39:52 +00:00
4.0.2 (2001-01-26)
* Stupid bug introduced in 4.0.1 when compiling without SSL
2001-01-26 10:19:33 +00:00
4.0.1 (2001-01-26)
* Fix SSL bug when using -n (#130078)
2001-01-25 15:47:39 +00:00
4.0.0 (2001-01-25)
* SSL (Secure Sockets Layer) support
* Now reading many bytes at a time (big performance improvment).
Uses the standard I/O library.
* Better detection of the HTTP port
* Bug fixes (AI/X, Solaris)
3.1.0 (never released)
2000-09-27 05:38:29 +00:00
* SMTP support
3.0.1 (2000-07-06)
* configure now tries to detect the name of the HTTP port
* Fix an AIX bug (closes #108782)
3.0.0 (2000-06-30)
2000-04-17 11:54:55 +00:00
2000-06-29 12:02:59 +00:00
* Autoconf/automake support
* Fix a bug in ICP timeout
2.2.1
* Portability fixes
2000-04-17 11:54:55 +00:00
2.2
* Stable release, apart from ICP
2000-04-17 11:54:55 +00:00
2.1.0
* Timeouts even on TCP connections.
* Support of HTTP 1.1
2000-04-17 11:54:55 +00:00
2.0.1
2000-04-17 11:54:55 +00:00
* Bug with getservbyname for HTTP connections fixed.
2000-04-17 11:54:55 +00:00
2.0.0
* HTTP support. For testing of Web servers and Web proxies.
* Much better portability.
2000-04-17 11:54:55 +00:00
$Id$