File: NEWS

package info (click to toggle)
swapspace 1.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 712 kB
  • sloc: ansic: 1,980; sh: 1,350; makefile: 17
file content (55 lines) | stat: -rw-r--r-- 1,368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
v1.18
=====
+ Support BTRFS via inode attributes
+ Handle misconfiguration of inode attributes on swapfile directory
+ Use available memory provided by the kernel if present

v1.17
=====
+ 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

v1.16.1
=======
+ Fix permissions checking error
+ Log swap directory permissions when verbose
+ Log commands when verbose

v1.16
=====
+ Enforce correct permissions on swapfile directory

v1.15.1
=======
+ Fix catastrophic errors in previous release

v1.15
=====
+ Support BTRFS

v1.14
=====
+ Convert README to markdown
+ Add ability to disable posix fallocate with --zero option
+ Use NO_DEBUG instead of NDEBUG for consistency

v1.13
=====
+ Merge new upstream changes
	+ Use posix_fallocat() to initialize swap files without writing data to them.


v1.12
======
+ Use PREFIX variables to support multiple install locations
+ Compile test program, hog, for testing how much memory you can allocate
+ Clean up compile flags

v1.11
======
+ New upstream (https://github.com/Tookmund/swapspace)
+ New maintainer (tookmund@gmail.com)
+ Autotools build system (configure && make && make install)
+ Bug fixes