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: fsnotify/fsnotify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.2
Choose a base ref
...
head repository: fsnotify/fsnotify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.4
Choose a head ref
  • 5 commits
  • 6 files changed
  • 5 contributors

Commits on Apr 21, 2022

  1. Fix compilation for OpenBSD (#443)

    Closes #442
    mattn authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    8fa037f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. go.mod: use latest x/sys (#444)

    This version contains several upgrades including a newer version of
    glibc and some bug fixes.
    kevinburkesegment authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    243d395 View commit details
    Browse the repository at this point in the history
  2. README.md: link to pkg.go.dev for golang.org/x/sys package (#441)

    Also add a link to the syscall package and remove some trailing
    whitespaces.
    tklauser authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    b52bbe8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97640bb View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Prepare for v1.5.4 (#448)

    * Update Changelog
    * Retracted v1.5.3
    shogo82148 authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    0f4b979 View commit details
    Browse the repository at this point in the history
Loading