Skip to content

Commit 8708d1a

Browse files
committed
FreeBasic 1.10.3 Release
1 parent 86b435d commit 8708d1a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

changelog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ Version 1.10.3
44
- updated bindings: Windows API - refresh the existing windows headers after retranslating with addition of version 8.1 (&h0603) and windows 10 (&h0A00)
55
- updated bindings: add machine translated versions of inc/win/excpt.bi and inc/win/sdkddkver.bi
66
- release: allowing using recipes in the build script to specify which arm bootstrap package to use. Try to determine automatically the host operating system if a recipe is not explicitly given
7+
- release: depend on libtinfo6 in debian 12 since it drops support for libtinfo5
78

89
[added]
9-
- makefile: add bootstrap-dist-target to make only a single bootstrap-source-{fbtarget} package to allow variations on the bootstrap requirements for different systems
10+
- makefile: add bootstrap-dist-target to make only a single bootstrap-source-{fbtarget} package to allow variations on the bootstrap requirements for different systems
11+
- release: build recipes for debian11-arm, debian11-armhf, rpios12-armhf, rpios12-aarch64, ubuntu-24.04-aarch64
1012

1113
[fixed]
1214
- github #33: Bi include error in ntdef.bi
1315
- bad code generation of operator cast() UDT ptr passed to byval UDT ptr parameter when matching constructors() are also present
1416
- rtlib/dos: ensure NUL terminating character is written on optimized conversion from ascii to wstring in the event that the copy is truncated - for example copying from a larger temporary string to a fixed length wstring and DISABLE_WCHAR is in use (previously HOST_DOS)
17+
- gcc warnings on newer gcc 12 in rtlib source files
1518

1619

1720
Version 1.10.2

0 commit comments

Comments
 (0)