File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,14 @@ All notable changes to this project will be documented in this file.
2121### Fixed
2222- Remote disconnect preserves terminal screen content (was wiped by terminal_reset)
2323- Window repaint after disconnect alert restores terminal content in all modes
24+
25+ ### Removed
26+ - Dead conn_open_dialog() from connection.c
27+ - 6 unused TCP wrapper functions from tcp.c (~ 256 lines)
28+
29+ ## [ 1.6.1] - 2026-03-10
30+
31+ ### Fixed
2432- MacTCP.h: add forward declarations for struct GetAddrParamBlock,
2533 ICMPParamBlock, TCPiopb, and UDPiopb to eliminate "declared inside
2634 parameter list" compiler warnings
@@ -30,10 +38,6 @@ All notable changes to this project will be documented in this file.
3038- MacTCP.h: convert from classic Mac CR to Unix LF line endings for
3139 consistent cross-platform source formatting
3240
33- ### Removed
34- - Dead conn_open_dialog() from connection.c
35- - 6 unused TCP wrapper functions from tcp.c (~ 256 lines)
36-
3741## [ 1.6.0] - 2026-03-10
3842
3943### Added
You can’t perform that action at this time.
0 commit comments