-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathChangeLog
112 lines (81 loc) · 4.06 KB
/
ChangeLog
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
swapspace (1.12) stable; urgency=medium
* Use PREFIX variables when necessary
* Account for normal install (i.e. /usr/local) in code and initscripts
* Clean up Makefile flags
* Add full text of GPL-2
* Compile hog
-- Jacob Adams <[email protected]> Sat, 27 December 2014 11:32:00 +0500
swapspace (1.11) stable; urgency=medium
* New upstream
* Autotools build system
* Account for tmpfs (Debian #691128)
* SystemD Service
* Split up README
-- Jacob Adams <[email protected]> Mon, 17 Nov 2014 09:35:00 +0500
swapspace (1.10) stable; urgency=high
* Eliminated integer overflows with large swap files
-- Jeroen T. Vermeulen <[email protected]> Wed, 16 Aug 2006 11:00:00 +0700
swapspace (1.9) stable; urgency=medium
* Fixed for format changes in /proc/meminfo, kernel 2.6.18-mm4 or so
-- Jeroen T. Vermeulen <[email protected]> Tue, 25 Jul 2006 08:25:00 +0700
swapspace (1.8) stable; urgency=medium
* Fixed build error on PowerPC
* Cleaned up page-size arithmetic
* Fixed unrelated warning in opts.c
* Renamed clock variable to avoid naming conflict with <time.h>
* Updated copyright notices
-- Jeroen T. Vermeulen <[email protected]> Sat, 01 Jul 2006 14:00:00 +0200
swapspace (1.7) stable; urgency=low
* Updated FSF's postal address
* Fix for kernel 2.6.17-mm4 by Robert August Vincent II
-- Jeroen T. Vermeulen <[email protected]> Wed, 12 Jul 2006 18:30:00 +0700
swapspace (1.6) stable; urgency=low
* Attempt to free up all swapfiles on uninstall
* Compile fixes: PAGE_SIZE is not a constant anymore
* Makefile supports dist and distclean targets
* Updated to newer version of Debian standards
* Documented algorithm as Finite State Machine graph (using graphviz)
* Updated copyright notices
-- Jeroen T. Vermeulen <[email protected]> Thu, 15 Jun 2006 16:20:00 +0700
swapspace (1.5) unstable; urgency=low
* Redesigned internal state machine; improved corner-case behaviour
* Custom signal handlers are now reusable
* Signal-triggered stats dump now goes to log if appropriate
* New -v|--verbose option logs state transitions and other debug info
* Updated documentation
* Makefile installs binary as world-executable (and strips it first)
* Can be built with most configuration features disabled
* Much more extensive dumps of internal state on signal receipt
* Add own C/cpp options to those set in environment
* New -P|--paranoid option wipes swapfiles after use
* More thorough checking of swap path setting
* Handles swapfiles being deactivated by third party
* Improved handling of kill signals
* SIGUSR2 forces algorithm to "diet" state
* New -e|--erase option: deallocate all swap files and exit
* Checks for sufficient disk space before attempting to create swapfile
* Checks swapdir's filesystem size on startup
* Rewritten swapfile sizing formula
* Cleaned up logging system
* Rephrased "meekness" as "elasticity"
-- Jeroen T. Vermeulen <[email protected]> Thu, 01 Aug 2005 18:30:00 +0700
swapspace (1.4) unstable; urgency=low
* Supports Linux 2.4's /proc/meminfo format; no longer requires 2.6 kernel
* Only deallocates if enough memory stays free for entire cooldown period
* Failure to parse /proc/meminfo is now fatal
* New --version option
* Additional sanity checking of memory statistics
-- Jeroen T. Vermeulen <[email protected]> Thu, 16 June 2005 19:30:00 +0700
swapspace (1.3) unstable; urgency=low
* Consider part of non-dirty cached memory (and buffers) to be free space
* Re-tuned default parameters for new accounting
* Unified logging code--it's not pretty, but it's prettier
* No longer bother with "negotiable" minimum swapfile sizes
* Clarified startup message ("require n extra bytes" to "would prefer []")
* Systematic rounding of swap sizes to page size
* Pad help output to align long options names vertically
* Fix: "smaller than expected" informational message was printed too often
-- Jeroen T. Vermeulen <[email protected]> Thu, 26 May 2005 17:00:00 +0700
swapspace (1.2) unstable; urgency=low
* Initial Debian package.
-- Jeroen T. Vermeulen <[email protected]> Fri, 20 May 2005 14:00:00 +0700