Skip to content

Releases: hughsie/passim

0.1.8

29 Apr 17:28
0.1.8
c503509
Compare
Choose a tag to compare

This release fixes the following bugs:

  • Fix an almost-impossible resource leak when adding files

0.1.7

17 Apr 13:31
0.1.7
516785f
Compare
Choose a tag to compare

This release fixes the following bugs:

  • Fix a crash when deleting items
  • Fix a small memory leak when parsing a request with duplicate arguments
  • Lock the systemd service down some more

0.1.6

15 Apr 14:56
0.1.6
13e0fcc
Compare
Choose a tag to compare

This release adds the following features:

  • Add a 'download' command to the CLI, and allow ignoring the localhost scan
  • Log to an audit log when publishing, unpublishing and sharing
  • Show the URI, auto-generated name, network and carbon saving in the CLI

This release fixes the following bugs:

  • Add translation support for the CLI tool
  • Properly encode socket addresses, but disable IPv6 by default
  • Redirect with the basename set correctly
  • Reduce some log-spam when checking item ages

0.1.5

02 Jan 10:09
0.1.5
Compare
Choose a tag to compare

This release adds some new API for fwupd to use.

  • Add passim_item_set_stream()

0.1.4

27 Oct 16:03
0.1.4
Compare
Choose a tag to compare

This release fixes the following bugs:

  • Allow setting MaxItemSize bigger than 4GB
  • Do not abort with a critical warning when no query is used
  • Do not follow symlinks in libdir and sysconfpkgdir
  • Fix a harmless assertion warning when serving a zero-length file
  • Properly escape the Content-Disposition filename
  • Reduce RSS when reloading the daemon
  • Show a better message when publishing a file that is too large

Many thanks to Matthias Gerstner from the SUSE Security team for the code review.

0.1.3

09 Oct 14:21
0.1.3
Compare
Choose a tag to compare

This release fixes the following bug:

  • Use a dedicated user to run the server

0.1.2

25 Sep 08:22
0.1.2
Compare
Choose a tag to compare

This release adds the following features:

  • Add file size information into the exported item
  • Allow admins to add a directory of static contents

This release fixes the following bugs:

  • Do not advertise files when on a metered network connection
  • Do not fail to start the service if /var/lib/passim/data does not exist
  • Explicitly depend on avahi-daemon in passim.service

0.1.1

24 Aug 13:51
0.1.1
Compare
Choose a tag to compare

This release fixes the following bugs:

  • Sanity check share-count is less than share-limit
  • Show the correct age in the 'passim dump' CLI

0.1.0

16 Aug 19:31
0.1.0
Compare
Choose a tag to compare

Initial release.