Release 3.50.2.105 bounds the engine's end-of-run log summary - #227
Merged
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The engine pin moves one commit, to
d75873b3. The end-of-run log summary was built withsprintfinto a fixed 8 KB buffer, and it now clips instead of running past the end.HTTRACK_VERSIONIDis still3.50.2, so the versionName prefix does not move. No engine source file was added, soAndroid.mkneeds 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.