-
Notifications
You must be signed in to change notification settings - Fork 27
/
ChangeLog
230 lines (180 loc) · 6.39 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
# ChangeLog for zram-init:
*zram-init-12.1:
Livia Medeiros (https://github.com/LiviaMedeiros):
- Fix for algorithm parameters in openrc
*zram-init-12.0:
Livia Medeiros (https://github.com/LiviaMedeiros):
- Fixes and improvements of default for algorithm parameters
Martin Väth <martin at mvath.de>:
- Support algorithm parameters (-A), see
https://github.com/vaeth/zram-init/issues/43
*zram-init-11.1:
Martin Väth <martin at mvath.de>:
- Make typeN=- work, see https://github.com/vaeth/zram-init/issues/38.
Thanks to https://github.com/allixx for the report and fix.
*zram-init-11.0:
Martin Väth <martin at mvath.de>:
- Check only for an absolute path name, not for directory presence, see
https://github.com/vaeth/zram-init/issues/35
- Add some translations. Note: then[Tab]... and else[Tab]... are not
recognized by xgettext; they have to be in a separate line
*zram-init-10.12:
Martin Väth <martin at mvath.de>:
- Make the options -M and -2 work. Thanks to GimmeHardware for the
report. See https://github.com/vaeth/zram-init/issues/34
*zram-init-10.11:
Kriss:
- Fix typo introduced in 10.10
*zram-init-10.10:
Martin Väth <martin at mvath.de>:
- Let mlim (-S) actually be in megabytes as documented (not in bytes).
See https://github.com/vaeth/zram-init/issues/32.
*zram-init-10.9:
Martin Väth <martin at mvath.de>:
- Workaround for zsh completion heuristics for init.d scripts.
Thanks to Holger Hoffstätte <holger at applied-asynchrony.com>.
See https://github.com/vaeth/zram-init/issues/31.
*zram-init-10.8:
Martin Väth <martin at mvath.de>:
- Fix zsh completion https://github.com/vaeth/zram-init/issues/31
*zram-init-10.7:
Kriss (https://github.com/Kr1ss-XD):
- Fix installing the localized manpages
*zram-init-10.6:
Sebastiaan (https://github.com/SharkWipf):
- Fix writeback settings
Martin Väth <martin at mvath.de>:
- Improve comments in conf.d, see
https://github.com/vaeth/zram-init/issues/28
*zram-init-10.5:
Martin Väth <martin at mvath.de>:
- Add SPDX-License-Identifier
*zram-init-10.4:
Martin Väth <martin at mvath.de>:
- New option -B to change default block size for ext2, ext4
- Support setting default block size, inode ratio/number in openrc
*zram-init-10.3:
Mattéo Rossillol‑‑Laruelle <beatussum at protonmail.com>:
- Fix locales directory in Makefile
Jan Palus <atler at pid-linux.org>:
- Avoid shell calculation
*zram-init-10.2:
Martin Väth <martin at mvath.de>:
- Yet another docu fix: update conf.d comments
*zram-init-10.1:
Mattéo Rossillol‑‑Laruelle <beatussum at protonmail.com>:
- Fixes in docu
Martin Väth <martin at mvath.de>:
- Fixes in docu
- German manpage
*zram-init-10.0:
Mattéo Rossillol‑‑Laruelle <beatussum at protonmail.com>:
- XFS support
- i18n support
- French translation
Martin Väth <martin at mvath.de>:
- Fallback if gettext is not available
- Makefile: Separate into make | make install, shebang conversion
- Makefile: make most installs optional
- German translation
*zram-init-9.1:
xdch57:
- manpage
*zram-init-9.0:
Martin Väth <martin at mvath.de>:
- Support writeback of incompressible/idle pages and writeback_limit
- Finally suppress the annoying output of the logger path
*zram-init-8.2:
Edlund Scott <at sredlund>:
- Fix variable typos and shell style
Martin Väth <martin at mvath.de>:
- Add defaults where half of memory is used for zram, see
https://github.com/vaeth/zram-init/issues/16
Thanks to Scott Edlund for the suggestion and code snippets.
- Log errors, see https://github.com/vaeth/zram-init/issues/14
Thanks to Scott Edlund for the suggestion.
*zram-init-8.1:
Florian Gamböck <mail at floga.de>:
- Correctly resolve args*
*zram-init-8.0:
Martin Väth <martin at mvath.de>:
- Support zstd (default, help text, zsh completion)
*zram-init-7.1:
ko-zu:
- Fix missing newline for backing_dev
Martin Väth <martin at mvath.de>:
- Unify output functions
*zram-init-7.0_p1:
Pablo Cholaky <waltercool at slash.cl>:
- Fix zram_var_tmp.service to be analogous to zram_tmp.service
due to conflicts with systemd-hostnamed PrivateTmp=yes, see
https://github.com/vaeth/zram-init/pull/11
*zram-init-7.0:
Martin Väth <martin at mvath.de>:
- Support discard also for swap
- Support mem_limit
- Support backup_dev
*zram-init-6.1.2:
Martin Väth <martin at mvath.de>:
- systemd unit files: /usr/sbin/zram-init -> /sbin/zram-init
*zram-init-6.1.1:
Martin Väth <martin at mvath.de>:
- Fix README concerning the installation of systemd unit files
*zram-init-6.1.0:
Martin Väth <martin at mvath.de>:
- Re-add device after zramctl --reset
*zram-init-6.0.0:
Martin Väth <martin at mvath.de>:
- Add/remove devices if kernel supports it, see
https://github.com/vaeth/zram-init/issues/9
- Add argument sanity checks
- Add optional timeouts after modprobe and adding devices
*zram-init-5.0.0:
Martin Väth <martin at mvath.de>:
- Require >=push-v2.0 to provide a more descriptive error message
*zram-init-4.0.0:
Martin Väth <martin at mvath.de>:
- New options -K -M -2 -Z for generic argument passing; usage requires
push.sh being in $PATH, see https://github.com/vaeth/push/
- New options -L (label) -U (uuid)
- Rename option -L -> -l
- Reformulate zsh completion help texts
*zram-init-3.8.1:
Martin Väth <martin at mvath.de>:
- Fix getopts usage
*zram-init-3.8:
Martin Väth <martin at mvath.de>:
- Update description in comments
- Fix if -s or -a miss. Support btrfs. Support dir - (non-mounting)
*zram-init-3.7:
Martin Väth <martin at mvath.de>:
- Some Bourne shell compatibility
*zram-init-3.6:
Stuart <itoffshore at users.noreply.github.com>:
- add sensible defaults for /tmp
*zram-init-3.5:
Martin Väth <martin at mvath.de>:
- Use zramctl if available
*zram-init-3.4:
Martin Väth <martin at mvath.de>:
- set -u
*zram-init-3.3:
Martin Väth <martin at mvath.de>:
- Remove redundant sh quoting
*zram-init-3.2:
Martin Väth <martin at mvath.de>:
- Support/default to discard for ext4
*zram-init-3.1:
Martin Väth <martin at mvath.de>:
- Use openrc-run instead of deprecated runscript
*zram-init-3.0:
Martin Väth <martin at mvath.de>:
- new options -D (device number), -s (stream number), -a (algorithm)
*zram-init-2.8:
Thomas Kear <thomas.kear at gmail.com>:
- new option -n (inode count)
*zram-init-2.7:
Martin Väth <martin at mvath.de>:
- Support umounting
- New options -c -m -o (ownership, mode, mount options)
Thanks to Sven Eden