Bump the vendored engine to 7a57370d - #135
Merged
Merged
Conversation
Twenty commits on top of 3.49.22. The one that matters here is #1330: hts_buildtopindex() now builds index.tmp and moves it into place instead of writing over the live index.html, which is the engine half of #130. Android's half shipped in #133. The rest is engine-side fixes plus the new winprofile.ini key table, which the app does not read yet. HTTRACK_VERSIONID is unchanged at 3.49.22 and no source file was added, so Android.mk and the version line are untouched. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Xavier Roche <roche@httrack.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.
Moves the vendored engine from 3.49.22 (
134d36fb) to7a57370d, twenty commits.The one worth naming is engine #1330:
hts_buildtopindex()now buildsindex.tmpand renames it overindex.htmlinstead of writing straight onto the live file. That is the engine half of #130; Android's half shipped in #133. Together they should end the SM-X200 blank page on reload, but nobody has checked that on a device, so this leaves the issue open.The rest is engine fixes and the new
winprofile.inikey table, which the app does not read yet.HTTRACK_VERSIONIDis still 3.49.22 and the delta adds only a header, no source file, soAndroid.mkand the in-app version line are untouched. 183 tests green, and the help bundle rebuilds from the new pin.