Skip to content

Commit 86b03f6

Browse files
committed
Prepping v4.8.1 release
1 parent 78a44cf commit 86b03f6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## 4.8.1 2025-11-01
6+
7+
- [coco] rollback dragon changes for dwread/write that broke coco. Dragon will need testing and future fix potentially by Eric Carr
8+
- [coco] some dodgy changes for xcode on a mac so it compiles by Andy Diller
9+
510
## [4.8.0] - 2025-10-30
611

712
- [atari] Fix bug in return status being marked ok after extended error 144

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ifeq ($(filter 4.%,$(MAKE_VERSION)),)
88
$(error This Makefile requires GNU Make 4.0 or later. You are using $(MAKE_VERSION). Please use 'gmake' instead of 'make' on macOS.)
99
endif
1010

11-
TARGETS = apple2 apple2enh atari c64 coco
11+
TARGETS = adam apple2 apple2enh atari c64 coco msdos
1212
PROGRAM := fujinet.lib
1313

1414
SUB_TASKS := clean disk test release unit-test

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.8.0
1+
4.8.1

0 commit comments

Comments
 (0)