Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dep: bump libxml2 min required version to v2.9.2 #3303

Merged
merged 1 commit into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. dep: bump libxml2 min required version to v2.9.2

    I'm deciding to drop support for earlier versions because:
    
    - 2.7.7 nanohttp.c doesn't compile on modern systems
    - 2.8.0 doesn't have PARSE_BIG_LINES, GNOME/libxml2@968a03a2 introduced it in 2.9.0
    - 2.9.0 and 2.9.1 have the xpath optimization bug that ruined our CSS
      queries in :first-child broken with libxml 2.9.0 #829,
      GNOME/libxml2@b4bcba23 fixed it in 2.9.2
    
    Also, bump the min recommended version to v2.12.0 because Nick has
    fixed a lot of long-standing issues upstream. ♥ ♥ ♥
    
    Followup to #3232
    Closes #3287
    flavorjones committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3bd6202 View commit details
    Browse the repository at this point in the history