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: hannobraun/inotify-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: hannobraun/inotify-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.2
Choose a head ref
  • 12 commits
  • 5 files changed
  • 4 contributors

Commits on Dec 4, 2019

  1. Merge pull request #139 from hannobraun/release-0.8.0

    Release version 0.8.0
    hannobraun authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    dce7bbb View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Ensure file descriptor is closed on drop

    This fixes the incorrect initialization of close_on_drop, which
    caused the file descriptor to never be released because close_on_drop
    is never true.
    tomasvdw committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    1133970 View commit details
    Browse the repository at this point in the history
  2. Add LICENSE file

    JohnTitor committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    52c18c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Merge pull request #140 from tomasvdw/fix_fd_close

    Ensure file descriptor is closed on drop
    hannobraun authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    8addc45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #141 from JohnTitor/license

    Add LICENSE file
    hannobraun authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    c3d57ea View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    7c38a8c View commit details
    Browse the repository at this point in the history
  2. Update CONTRIBUTING.md

    hannobraun committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    199e50f View commit details
    Browse the repository at this point in the history
  3. Update changelog

    hannobraun committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    6a0b5ea View commit details
    Browse the repository at this point in the history
  4. Update version

    hannobraun committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    f26f6ff View commit details
    Browse the repository at this point in the history
  5. Merge pull request #142 from hannobraun/release-0.8.1

    Release version 0.8.1
    hannobraun authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    b0805d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Update changelog

    hannobraun committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    4fdcbd7 View commit details
    Browse the repository at this point in the history
  2. Update version

    hannobraun committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    5f1b1c2 View commit details
    Browse the repository at this point in the history
Loading