-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNEWS
59 lines (48 loc) · 1.4 KB
/
NEWS
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
56
57
58
59
v1.18.1
=======
+ Ensure standard output is always line-buffered
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 ([email protected])
+ Autotools build system (configure && make && make install)
+ Bug fixes