Skip to content

Release 3.50.2.105 bounds the engine's end-of-run log summary - #227

Merged
xroche merged 1 commit into
masterfrom
release-3.50.2.105
Sep 17, 2026
Merged

xroche merged 1 commit into
masterfrom
release-3.50.2.105

Conversation

@xroche

@xroche xroche commented Sep 17, 2026

Copy link
Copy Markdown
Owner

The engine pin moves one commit, to d75873b3. The end-of-run log summary was built with sprintf into a fixed 8 KB buffer, and it now clips instead of running past the end. HTTRACK_VERSIONID is still 3.50.2, so the versionName prefix does not move. No engine source file was added, so Android.mk needs no edit.

The release notes do not change. This build adds only #226 over 104, which corrects an option label. Production serves vc103 today, so the notes written for 104 are the right ones for the users who receive it.

The engine pin moves from f6426310 to d75873b3, one commit. It rewrites the
end-of-run log summary in httpmirror() off sprintf(buf + strlen(buf), ...) onto
the new slcatprintfbuff_clip() helper, so a long summary clips instead of
running past finalInfo[8192]. HTTRACK_VERSIONID is unchanged at 3.50.2, so the
versionName prefix stays.

No engine source file was added or removed, so Android.mk needs no edit.

The release notes are left byte-identical. 105 adds nothing a user can see over
104: its only other change is #226, which corrects an option label to say
Android 14 where it said Android 13. Production serves vc103 today, so the
notes written for 104 are the right ones for the audience that receives this.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Xavier Roche <xroche@gmail.com>
@xroche xroche changed the title Release 3.50.2.105, which carries the engine fix for an overflowing log summary Release 3.50.2.105 bounds the engine's end-of-run log summary Sep 17, 2026
@xroche
xroche merged commit 4ca5b7d into master Sep 17, 2026
7 checks passed
@xroche
xroche deleted the release-3.50.2.105 branch September 17, 2026 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant