Skip to content

Commit 8c6c8bf

Browse files
ecliptikclaude
andcommitted
Bump version to v1.7.0, consolidate changelog for release
Merge v1.6.1 fixes into v1.7.0 changelog (no v1.6.1 tag was released). Update CMakeLists.txt and About Flynn version strings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c269813 commit 8c6c8bf

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ 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
3224
- MacTCP.h: add forward declarations for struct GetAddrParamBlock,
3325
ICMPParamBlock, TCPiopb, and UDPiopb to eliminate "declared inside
3426
parameter list" compiler warnings
@@ -38,6 +30,10 @@ All notable changes to this project will be documented in this file.
3830
- MacTCP.h: convert from classic Mac CR to Unix LF line endings for
3931
consistent cross-platform source formatting
4032

33+
### Removed
34+
- Dead conn_open_dialog() from connection.c
35+
- 6 unused TCP wrapper functions from tcp.c (~256 lines)
36+
4137
## [1.6.0] - 2026-03-10
4238

4339
### Added

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.9)
2-
project(Flynn VERSION 1.6.1)
2+
project(Flynn VERSION 1.7.0)
33

44
add_application(Flynn
55
src/main.c

docs/About Flynn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=====================================================
22
Flynn
33
Telnet Client for Macintosh
4-
Version 1.6.0
4+
Version 1.7.0
55
=====================================================
66

77
Connect your classic Macintosh to the modern world.

0 commit comments

Comments
 (0)