Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 827 Bytes

CHANGES.md

File metadata and controls

15 lines (10 loc) · 827 Bytes

Changes

0.0.2 (2019-05-06)

  • FIX: README.md was not rendered properly on PyPI.

0.0.1 (2019-05-06)

The following changes were made based on state of fusepy as of 2019-05-04.

  • FEATURE: OpenBSD support for high level API from pull request 125 against fusepy was merged.
  • FEATURE: Added support for UTIME_OMIT and UTIME_NOW to high level API. Enable it by adding an flag_utime_omit_ok property to your refuse.high.Operations sub-class and set it to 1 (integer).
  • New Python project structure: src folder, just a single top-level module named refuse
  • Modernized setup.py, dropping support for Python 2 and setuptools < 30.0
  • Examples declared legacy