Skip to content

Commit 269d11f

Browse files
committed
Prepping for v4.8.2 release and adding back in pmd85 target
1 parent f3bb0a0 commit 269d11f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
## [4.8.2] 2025-11-16
6+
7+
- [pmd85] Add back to targets list to generate library on release
58
- [coco] Fix bug in fuji_set_appkey_details that overwrote the first byte of data of a project that includes fujinet-lib
69
- [coco] Remove unneccesary makefile block for mac - make runs fine on mac
710
- [coco] Removed legacy -D_CMOC_VERSION_=1 CFLAG, which floods output with "macro redefined" warnings. CMOC already defines this.
@@ -11,7 +14,7 @@
1114
Cosolidated the CFLAGS/ASMFLAGS inclusion in `build.mk` into common pattern.
1215
The fix included putting a space after the args in `compiler-cc65.mk` so it was separated from the parameter correctly.
1316

14-
## 4.8.1 2025-11-01
17+
## [4.8.1] 2025-11-01
1518

1619
- [coco] rollback dragon changes for dwread/write that broke coco. Dragon will need testing and future fix potentially by Eric Carr
1720
- [coco] some dodgy changes for xcode on a mac so it compiles by Andy Diller

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Set the TARGETS and PROGRAM values as required.
44
# See makefiles/build.mk for details on directory structure for src files and how to add custom extensions to the build.
55

6-
TARGETS = adam apple2 apple2enh atari c64 coco msdos
6+
TARGETS = adam apple2 apple2enh atari c64 coco msdos pmd85
77
PROGRAM := fujinet.lib
88

99
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.1
1+
4.8.2

0 commit comments

Comments
 (0)