Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sparklemotion/nokogiri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.4
Choose a base ref
...
head repository: sparklemotion/nokogiri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.8
Choose a head ref
  • 14 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 18, 2025

  1. Configuration menu
    Copy the full SHA
    28978c6 View commit details
    Browse the repository at this point in the history
  2. doc: update CHANGELOG

    flavorjones committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    6cac169 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Fix MRI Ruby vs. JRuby XML child namespace output differences (backpo…

    …rt v1.18x) (#3476)
    
    **What problem is this PR intended to solve?**
    
    Fix MRI Ruby vs. JRuby XML child namespace output differences
    
    Fixes #3455
    
    Backport of #3456
    
    cc @johnnyshields
    flavorjones authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    4473261 View commit details
    Browse the repository at this point in the history
  2. version bump to v1.18.5

    flavorjones committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    58823ff View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. fix(jruby): Node#attribute in HTML documents

    and anything that depends on that, like NodeSet#attr.
    
    Fixes #3487
    flavorjones committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    7d95b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de4982f View commit details
    Browse the repository at this point in the history
  3. version bump to v1.18.6

    flavorjones committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    189769d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2025

  1. dep(dev): drop Rubocop from JRuby deps

    because prism won't build on the installation VMs without installing
    more packages, whcih I don't want to to do.
    
    (cherry picked from commit ce28637)
    flavorjones committed Mar 30, 2025
    Configuration menu
    Copy the full SHA
    52bf15b View commit details
    Browse the repository at this point in the history
  2. dep: bump libxml2 to 2.13.7

    https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.7
    
    This is a bugfix release
    
    (cherry picked from commit f510117)
    flavorjones committed Mar 30, 2025
    Configuration menu
    Copy the full SHA
    804e590 View commit details
    Browse the repository at this point in the history
  3. dep: bump libxml2 to 2.13.7 (v1.18.x backport) (#3495)

    https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.7
    
    This is a bugfix release
    
    (cherry picked from commit f510117)
    
    Backport of #3494
    flavorjones authored Mar 30, 2025
    Configuration menu
    Copy the full SHA
    605699d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. version bump to v1.18.7

    flavorjones committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    13e8aa4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Configuration menu
    Copy the full SHA
    6457fe6 View commit details
    Browse the repository at this point in the history
  2. dep: libxml2 to v2.13.8 (branch v1.18.x) (#3509)

    **What problem is this PR intended to solve?**
    
    Update libxml2 to v2.13.8
    
    https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.8
    
    This will need a security release since the release notes reference:
    
    - [CVE-2025-32415] schemas: Fix heap buffer overflow in
    xmlSchemaIDCFillNodeTables
    - [CVE-2025-32414] python: Read at most len/4 characters. (Maks Verver)
    flavorjones authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    1deea04 View commit details
    Browse the repository at this point in the history
  3. version bump to v1.18.8

    flavorjones committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    9187f4a View commit details
    Browse the repository at this point in the history
Loading