summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorJakub Sławiński2004-05-31 22:05:30 +0200
committerJoshua Judson Rosen2014-07-17 21:14:58 +0200
commit6525baae022ea244e567e52487bd7a78984ff6a5 (patch)
tree21ac5cfe4c890f3100ce9f7e19be6ea5ac9a0fed /Changelog
parentUpdate copyright statements. (diff)
downloadapf-6525baae022ea244e567e52487bd7a78984ff6a5.tar.gz
v0.5.4
- Fixed: default password incompatibilities - Modified: Server listening behaviour - Added: Module support for client's packet filtering - Modified: client behaviour after unsuccessful connection - Fixed: printing ipv6 addresses - Added: IP protocol family strict choice: 'ipv4' and 'ipv6' - Added: flow control / packet buffering - Fixed: signal handling - Fixed: client freeze in udp reverse mode with zlib enabled
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog13
1 files changed, 12 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 4cb70d8..2b3e214 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,17 @@
+26.05.2004 (v0.5.4):
+ - Fixed: default password incompatibilities
+ - Modified: Server listening behaviour
+ - Added: Module support for client's packet filtering
+ - Modified: client behaviour after unsuccessful connection
+ - Fixed: printing ipv6 addresses
+ - Added: IP protocol family strict choice: 'ipv4' and 'ipv6'
+ - Added: flow control / packet buffering
+ - Fixed: signal handling
+ - Fixed: client freeze in udp reverse mode with zlib enabled
+
09.01.2004 (v0.5.3):
- Added: client password identification (weak)
- - Added: sigint intercepting and server closing
+ - Added: sigint interception and server closing
- Modified: communication between server and client
- Added: 'nossl' and 'nozlib' modes
- Added: zlib support