Skip to content

Releases: Tookmund/Swapspace

Version 1.18

08 Oct 22:55
Compare
Choose a tag to compare
  • Support BTRFS via inode attributes
  • Handle misconfiguration of inode attributes on swapfile directory
  • Use available memory provided by the kernel if present

Version 1.18 BETA

27 Nov 01:29
Compare
Choose a tag to compare
Version 1.18 BETA Pre-release
Pre-release
  • Support BTRFS via inode attributes
  • Handle misconfiguration of inode attributes on swapfile directory

This is a beta release, due to my limited testing capacity and an expired GPG key.
When I can finally rotate my key and test this release to my satisfaction then it will be fully signed and released.
Please test and report if it works on your filesystem.

Version 1.17

21 May 22:02
v1.17
Compare
Choose a tag to compare
  • Automatically fall back to slow swapfiles, removing --zero manual option
  • Don't try to set NOCOW attribute when the filesystem doesn't support it
  • Use automake to set ETCPREFIX and VARPREFIX to $sysconfdir and $localstatedir, respectively
  • Minor documentation cleanup

Version 1.16.1

20 Mar 15:33
v1.16.1
Compare
Choose a tag to compare
  • Fix permissions checking error
  • Log swap directory permissions when verbose
  • Log commands when verbose

Version 1.16

26 Feb 17:08
v1.16
Compare
Choose a tag to compare
  • Enforce correct permissions on swapfile directory

1.15.1

26 Feb 16:41
v1.15.1
Compare
Choose a tag to compare

Fix catastrophic errors in the previous release

v1.15

  • Support BTRFS

1.14

04 Jul 16:26
v1.14
Compare
Choose a tag to compare
  • Convert README to markdown
  • Add ability to disable posix fallocate with --zero option
  • Use NO_DEBUG instead of NDEBUG for consistency

(There was a mistake in the original version of this release that required it to be recreated)

v1.13

04 Aug 03:17
Compare
Choose a tag to compare

Merge new upstream changes:

  • Use posix_fallocat() to initialize swap files without writing data to them.

1.12

27 Dec 17:00
v1.12
Compare
Choose a tag to compare
  • Use PREFIX variables to support multiple install locations
  • Compile test program, hog, for testing how much memory you can allocate
  • Clean up compile flags

EDIT: Source repacked using latest tarball script to clean up cruft

1.11

18 Nov 03:11
v1.11
Compare
Choose a tag to compare
  • New upstream
  • Autotools build system
  • Account for tmpfs (Debian #691128)
  • SystemD Service
  • Split up README