Skip to content

Bupstash v0.9.0

Compare
Choose a tag to compare
@andrewchambers andrewchambers released this 21 Apr 00:43
· 179 commits to master since this release

One more step on the journey to 1.0.

  • Simplify the repository format such that it does not depend on sqlite3 anymore. The repository will automatically
    migrate itself.
  • Better support filesystems that only support POSIX style locks such as NFSv3.
  • Improve the efficiency of the send log when not using a stat cache.
  • Migrate to server side timestamps to prevent client timestamp spoofing (which would interfere with intrusion auditing).
  • Fix a case where the send-log stat cache would be invalidated too eagerly.