releasing package cpulimit version 2.8-1 into distribution unstable
[debian/cpulimit.git] / debian / changelog
1 cpulimit (2.8-1) unstable; urgency=medium
2
3   * Import upstream version 2.8.
4     Fixes "Version mismatch on cpulimit?" (Closes: #1012153)
5   * Update years of packaging copyright.
6   * Declare compliance with Debian Policy 4.6.1.
7   * debian/tests/limitperl: make cpulimit verbose.
8     Otherwise we get not enough output.
9
10  -- gregor herrmann <gregoa@debian.org>  Mon, 14 Nov 2022 01:12:24 +0100
11
12 cpulimit (2.7-2) unstable; urgency=medium
13
14   * Upload to unstable.
15   * Declare compliance with Debian Policy 4.6.0.
16
17  -- tony mancill <tmancill@debian.org>  Tue, 09 Nov 2021 20:51:14 -0800
18
19 cpulimit (2.7-1) experimental; urgency=medium
20
21   * Import upstream version 2.7.
22   * Explicitly depend on grep for the 'help' test in debian/tests/control.
23   * Update years of packaging copyright.
24   * Declare compliance with Debian Policy 4.5.1.
25   * Bump debhelper-compat to 13.
26   * Add an empty override_dh_auto_test to debian/rules
27     as there are no tests.
28   * Upload to experimental as Debian is in hard freeze.
29
30  -- gregor herrmann <gregoa@debian.org>  Thu, 06 May 2021 19:49:30 +0200
31
32 cpulimit (2.6-3) unstable; urgency=medium
33
34   * Use more macros in debian/watch.
35   * Update years of packaging copyright.
36   * Declare compliance with Debian Policy 4.5.0.
37   * Set Rules-Requires-Root: no.
38   * Wrap long lines in changelog entries: 1.1-8.
39
40  -- gregor herrmann <gregoa@debian.org>  Fri, 01 May 2020 20:21:59 +0200
41
42 cpulimit (2.6-2) unstable; urgency=medium
43
44   * Upload to unstable.
45
46  -- gregor herrmann <gregoa@debian.org>  Sat, 06 Jul 2019 20:13:19 +0200
47
48 cpulimit (2.6-1) experimental; urgency=medium
49
50   [ tony mancill ]
51   * Bump Standards-Version to 4.2.1
52   * Update debhelper to version 11
53   * Update years of packaging copyright.
54
55   [ gregor herrmann ]
56   * Import upstream version 2.6.
57   * Update Vcs-* fields and drop lintian source override
58     about old insecure URLs.
59   * Update years of packaging copyright.
60   * Declare compliance with Debian Policy 4.3.0.
61   * Bump debhelper-compat to 12.
62   * Remove trailing whitespace from debian/*.
63   * debian/watch: use uscan version 4.
64   * Update debian/cpulimit.docs: remove deleted TODO.
65   * Add a duck override for a false positive.
66   * Add simple autopkgtests.
67   * Upload to experimental because of the freeze for buster.
68
69  -- gregor herrmann <gregoa@debian.org>  Tue, 09 Apr 2019 22:06:18 +0200
70
71 cpulimit (2.5-1) unstable; urgency=medium
72
73   * New upstream version 2.5.
74   * Update years of packaging copyright.
75   * debian/copyright: use HTTPS for Copyright-Format URL. Thanks to duck.
76   * Declare compliance with Debian Policy 4.0.0.
77
78  -- gregor herrmann <gregoa@debian.org>  Fri, 23 Jun 2017 17:14:51 +0200
79
80 cpulimit (2.4-1) unstable; urgency=medium
81
82   * New upstream release.
83     Fixes feature request "cpulimit doesn't support --include-children".
84     (Closes: #843890)
85   * Update years of upstream copyright.
86   * Bump debhelper compatibility level to 10.
87
88  -- gregor herrmann <gregoa@debian.org>  Sun, 27 Nov 2016 20:03:46 +0100
89
90 cpulimit (2.3-1) unstable; urgency=medium
91
92   * New upstream release.
93     Fixes feature request "foreground option". (Closes: #836027)
94   * Drop manpage-hypen-minus.patch patch, merged upstream.
95   * Update years of packaging copyright.
96   * Use https for Source URL in debian/copyright.
97     Thanks to duck.
98   * debian/copyright: update GPL-2 stanza.
99     It's called "GNU _General_ Public license".
100     Thanks to lintian.
101   * debian/rules: build with all hardening flags enabled.
102     Thanks to lintian.
103   * Add lintian override for insecure Vcs-* URLs.
104     The host doesn't support https yet.
105   * Declare compliance with Debian Policy 3.9.8.
106
107  -- gregor herrmann <gregoa@debian.org>  Tue, 30 Aug 2016 19:02:24 +0200
108
109 cpulimit (2.2-1) unstable; urgency=medium
110
111   * New upstream release:
112     - Added --quiet (-q) flag to make cpulimit run silently.
113     - Added --signal (-s) flag. Allows the user to specify an alternative
114       signal to send a watched process when cpulimit terminates.
115   * Add a patch to fix a hyphen-used-as-minus-sign problem in the manpage.
116
117  -- gregor herrmann <gregoa@debian.org>  Sun, 25 May 2014 20:20:31 +0200
118
119 cpulimit (2.0-1) unstable; urgency=medium
120
121   * New upstream release:
122     - Added the -- flag to make sure child processes run with command line
123       flags would not confuse cpulimit.
124     Closes: #733117
125     Thanks to Paul Wise for the bug report.
126   * Update years of upstream and packaging copyright.
127   * Declare compliance with Debian Policy 3.9.5.
128
129  -- gregor herrmann <gregoa@debian.org>  Mon, 13 Jan 2014 18:56:06 +0100
130
131 cpulimit (1.9-2) unstable; urgency=low
132
133   * Upload to unstable.
134
135  -- gregor herrmann <gregoa@debian.org>  Sat, 15 Jun 2013 20:22:17 +0200
136
137 cpulimit (1.9-1) experimental; urgency=low
138
139   * debian/rules: drop `make tests' again. The target is meant for
140     developers and doesn't do anything during interactive builds.
141
142   * New upstream release:
143       Added --kill (-k) and --restore (-r) flags to allow target processes to
144       be killed and restored rather than simply throttled.
145   * Update years of upstream and packaging copyright.
146   * Set Standards-Version to 3.9.4 (no further changes).
147
148  -- gregor herrmann <gregoa@debian.org>  Thu, 13 Jun 2013 18:12:08 +0200
149
150 cpulimit (1.8-1) experimental; urgency=low
151
152   * New upstream release. Notable change:
153     - properly handle multi-threaded processes on multi-core machines where
154       the requested limit is more than 100%.
155   * Drop hardening.patch, applied upstream.
156   * debian/rules: activate the new test.
157
158  -- gregor herrmann <gregoa@debian.org>  Sun, 16 Sep 2012 15:21:12 +0200
159
160 cpulimit (1.7-1) unstable; urgency=low
161
162   * New upstream release; includes, among other changes:
163     - programs can be launched as cpulimit command line arguments
164     - (overridable) auto-detection of number of CPU cores
165   * Install new TODO file.
166   * Add patch use $(CPPFLAGS) and $(LDFLAGS) in Makefile.
167
168  -- gregor herrmann <gregoa@debian.org>  Thu, 07 Jun 2012 01:31:12 +0200
169
170 cpulimit (1.6-1) unstable; urgency=low
171
172   * New upstream release.
173   * Update years of upstream copyright.
174   * debian/copyright: update to Copyright-Format 1.0.
175   * Bump Standards-Version to 3.9.3 (no changes).
176
177  -- gregor herrmann <gregoa@debian.org>  Wed, 02 May 2012 18:34:12 +0200
178
179 cpulimit (1.5-1) unstable; urgency=low
180
181   * New upstream release:
182     - improve documentation on usage with multi-core CPUs
183       Thanks to Markus Waldeck for the proposal.
184     - add example of shell usage to documentation
185       Thanks to Leen Besselink for the bug report.
186       Closes: #653149
187   * Update Vcs-* headers.
188   * Update years of packaging copyright.
189   * Install upstream README, which contains examples.
190   * Switch to debhelper compatibility level 9 to get more *FLAGS.
191
192  -- gregor herrmann <gregoa@debian.org>  Tue, 21 Feb 2012 19:58:50 +0100
193
194 cpulimit (1.4-1) unstable; urgency=low
195
196   * New upstream release:
197     - now accepts limits of 100% or higher, useful for multi-core systems
198       (LP: #822292)
199   * Remove debian/cpulimit.dirs, the upstream Makefile now creates the
200     directories.
201
202  -- gregor herrmann <gregoa@debian.org>  Sat, 13 Aug 2011 17:40:56 +0200
203
204 cpulimit (1.3-1) unstable; urgency=low
205
206   * New upstream release (LP: #200115).
207   * New upstream maintainer and location:
208     - debian/watch: update URL
209     - debian/control: update Homepage
210     - debian/copyright: update upstream copyright and license
211     - remove all patches (applied upstream), remove quilt framework
212     - remove manpage from debian/ directory, shipped upstream
213   * Set Standards-Version to 3.9.2 (no changes).
214   * Bump debhelper compatibility level to 8.
215   * debian/copyright: update formatting and packaging copyright years.
216   * Switch to source format 3.0 (quilt).
217   * Set PREFIX in debian/rules and create necessary directories.
218
219  -- gregor herrmann <gregoa@debian.org>  Sun, 08 May 2011 15:24:27 +0200
220
221 cpulimit (1.1-13) unstable; urgency=low
222
223   * Add patch 04_opendir_leak.patch: cpulimit was leaking opendir() handles.
224     Thanks to Johan Walles for the bug report and the patch (closes: #564517).
225   * debian/copyright: update formatting, fix reference to common-licenses, and
226     add stanza for debian/*.
227
228  -- gregor herrmann <gregoa@debian.org>  Wed, 13 Jan 2010 18:57:37 +0100
229
230 cpulimit (1.1-12) unstable; urgency=low
231
232   * Add 03_Makefile.patch: allows to set CFLAGS; use CFLAGS in
233     debian/rules; thanks again to Cesare Tirabassi!
234   * debian/watch: back to the redirector at qa.debian.org.
235   * Capitalize 'CPU' in short and long description, thanks to Filipus Klutiero
236     for the bug report (closes: #542868).
237   * Switch to debhelper 7.
238   * Set Standards-Version to 3.8.3 (no changes).
239   * debian/control: make short description a noun phrase.
240   * Update manpage with a note about cpulimit breaking interactive shells;
241     thanks to Jakub Wilk for the bug report (closes: #558763).
242
243  -- gregor herrmann <gregoa@debian.org>  Mon, 07 Dec 2009 20:46:11 +0100
244
245 cpulimit (1.1-11) unstable; urgency=low
246
247   * debian/rules:
248     - general cleanup
249     - create install-stamp target in debian/rules and re-arrange dependencies
250     - remove configure and configure-stamp targets
251   * Drop debian/dirs, install binary with dh_install from debian/rules.
252   * debian/control:
253     - Move upstream URL from the description to the new Homepage field
254     - change XS-Vcs-* fields to Vcs-*
255     - change my email address
256   * Switch patch system from dpatch to quilt.
257   * Add patch 02_segfault_longoptions.patch; fixes segfault with long
258     options (closes: #487233, LP: #241538). Thanks to Daniel van
259     Eeden for reporting the problem and to Cesare Tirabassi for the patch.
260   * Set Standards-Version to 3.8.0; add debian/README.source to document quilt
261     usage.
262   * Change debian/copyright to the new machine-readable format.
263   * Set debhelper compatibility level to 6.
264   * debian/watch: use sourceforge URL directly instead of the redirector at
265     qa.debian.org.
266
267  -- gregor herrmann <gregoa@debian.org>  Fri, 20 Jun 2008 15:41:58 +0200
268
269 cpulimit (1.1-10) unstable; urgency=low
270
271   * Add patch to fix 'cpulimit drops priority, then can't get back up. Fix
272     included'. Thanks to Ariel for providing the patch. (Closes: #412421)
273
274  -- gregor herrmann <gregor+debian@comodo.priv.at>  Sat,  3 Mar 2007 21:59:06 +0100
275
276 cpulimit (1.1-9) unstable; urgency=low
277
278   * Change watch file, update Homepage: field in debian/control, and mention
279     new download URL in debian/copyright (also closes: #410505).
280
281  -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun, 11 Feb 2007 14:09:13 +0100
282
283 cpulimit (1.1-8) unstable; urgency=low
284
285   * Move the cpulimit binary from /usr/sbin to /usr/bin in accordance with the
286     FHS (closes: #400842).
287
288  -- gregor herrmann <gregor+debian@comodo.priv.at>  Thu, 30 Nov 2006 19:45:36 +0100
289
290 cpulimit (1.1-7) unstable; urgency=low
291
292   * Change homepage in debian/control.
293
294  -- gregor herrmann <gregor+debian@comodo.priv.at>  Sat, 19 Aug 2006 03:55:18 +0200
295
296 cpulimit (1.1-6) unstable; urgency=low
297
298   * Add Tony Mancill to Uploaders.
299   * Add examples to manpage (closes: #374838).
300
301  -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun,  2 Jul 2006 13:16:54 +0200
302
303 cpulimit (1.1-5) unstable; urgency=low
304
305   * Update to Standards-Version: 3.7.2 (no changes required).
306   * Move cpulimit from /usr/bin to /usr/sbin.
307   * Fix clean target in debian/rules.
308   * Move manpage from section 1 to 8.
309   * Initial upload to the Debian archive (closes: #367028).
310
311  -- gregor herrmann <gregor+debian@comodo.priv.at>  Sat, 13 May 2006 00:02:39 +0200
312
313 cpulimit (1.1-4) unstable; urgency=low
314
315   * Update to Standards-Version: 3.7.0 (no changes required).
316
317  -- gregor herrmann <gregor+debian@comodo.priv.at>  Mon,  1 May 2006 14:30:09 +0200
318
319 cpulimit (1.1-3) unstable; urgency=low
320
321   * Fixed reference to copyright file in debian/copyright.
322
323  -- gregor herrmann <gregor+debian@comodo.priv.at>  Thu, 20 Apr 2006 18:21:27 +0200
324
325 cpulimit (1.1-2) unstable; urgency=low
326
327   * Fixed watch file.
328
329  -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun, 16 Apr 2006 14:14:59 +0200
330
331 cpulimit (1.1-1) unstable; urgency=low
332
333   * Initial release.
334
335  -- gregor herrmann <gregor+debian@comodo.priv.at>  Mon,  3 Apr 2006 21:51:36 +0200