File: changelog

package info (click to toggle)
btrfsmaintenance 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 388 kB
  • sloc: sh: 855; python: 50; makefile: 18
file content (193 lines) | stat: -rw-r--r-- 8,454 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
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
btrfsmaintenance (0.5.2-1) unstable; urgency=medium

  * Upload to unstable.

 -- Nicholas D Steeves <sten@debian.org>  Tue, 06 Aug 2024 12:59:48 -0400

btrfsmaintenance (0.5.2-1~exp1) experimental; urgency=medium

  * New upstream release.
  * Rebase quilt series onto this release:
    - Drop 0003-btrfsmaintenance-refresh-cron.sh-reset-OnCalendar-fo.patch
    (merged upstream).
    - Drop 0005-Fix-refresh.service-Description.patch (merged upstream).
  * Update Vcs links to no longer use the Salsa redirector.
  * Move aliased files from / to /usr (DEP17), and use the
    "dh-sequence-movetousr" method because it is likely that bookworm users
    will request a backport of this package (Closes: #1073779).

 -- Nicholas D Steeves <sten@debian.org>  Thu, 04 Jul 2024 15:36:53 -0400

btrfsmaintenance (0.5-5) unstable; urgency=medium

  * Drop erroneous information in README.Debian;
    it is no longer possible to enable btrfsmaintenance-refresh.service to
    apply configuration at boot (Closes: #1035414).
  * Simplify README.Debian.
  * Add 0005-Fix-refresh.service-Description.patch.

 -- Nicholas D Steeves <sten@debian.org>  Tue, 15 Aug 2023 16:46:28 -0400

btrfsmaintenance (0.5-4) unstable; urgency=medium

  * Acknowledge buggy NMU.  Debian/NEWS refers to changelog entry 0.4-1~exp1,
    which was removed by the "rebuild with debhelper 13.10".  The purpose of
    this NMU appears to have been to unilaterally push changelog trimming.
  * Drop NEWS, and recommend against periodic balancing in README.Debian.
  * Import 0003-btrfsmaintenance-refresh-cron.sh-reset-OnCalendar-fo.patch
    from upstream (Closes: #1027846).  Thanks to Andrew Bezella for reporting
    this bug as well as testing the fix.
  * Add 0004-disable-periodic-balance-by-default.patch.
  * Update my copyright years.
  * Declare Standards-Version: 4.6.2. (No additional changes needed)
  * Update lintian override for "spare-manual-page".

 -- Nicholas D Steeves <sten@debian.org>  Thu, 02 Mar 2023 20:11:16 -0500

btrfsmaintenance (0.5-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * No source change upload to rebuild with debhelper 13.10.

 -- Michael Biebl <biebl@debian.org>  Sat, 15 Oct 2022 11:55:57 +0200

btrfsmaintenance (0.5-3) unstable; urgency=medium

  [ Vagrant Cascadian ]
  * debian/create-man-page.sh: Use UTC timezone and a locale-idependent date
    string.  Without this, the locale may output a translated month, or
    building in a different timezone may result in a different day or month.
    (Closes: #1007185)

 -- Nicholas D Steeves <sten@debian.org>  Sun, 13 Mar 2022 20:00:44 -0400

btrfsmaintenance (0.5-2) unstable; urgency=medium

  * Update my email address in control, copyright, and patches.
  * Rename use-default-not-sysconfig.patch
      -> 0001-use-default-not-sysconfig.patch
  * 0001-use-default-not-sysconfig.patch:
    + Fix each remaining instance of /etc/sysconfig.
    + Also remove instructions that are not pertinent to the Debian package
      and that may confuse users.
  * Build man page from README.md.
  * Update 0002-Add-doc-key-to-btrfsmaintenance-refresh.service.patch to
    use the new man page as documentation.
  * Update and document lintian override for script-not-executable, and add
    override for spare-manual-page.
  * Declare Standards-Version: 4.6.0. (No additional changes needed)

 -- Nicholas D Steeves <sten@debian.org>  Sat, 12 Mar 2022 08:20:00 -0500

btrfsmaintenance (0.5-1) unstable; urgency=medium

  * New upstream release. (Closes: #970732)
    - /etc/default/btrfsmaintenance now optionally supports more granular
      systemd time and date specification.
    - balance, scrub, and trim are finally serialised as mutually exclusive
      operations.
    - Default filters for btrfs balance are now "5 10" for data (from "1 5 10
      20 30 40 50"), and "5" for metadata (from "1 5 10 20 30"); this means
      that less data is rewritten, and that less free space is recovered;
      this change mitigates some of the longstanding negative effects on
      system responsiveness during a balance operation because the work
      completes more quickly.
  * Drop leading white space from NEWS.Debian, and rename the file as "NEWS".
  * README.Debian: Note that btrfsmaintenance is not yet aware of a system's
    power state (on AC, battery, UPS), plus minor edits for polish.
  * README.Debian: Add Qu Wenruo's position against balancing, with
    citation.
  * Switch to debhelper-compat 13.
  * Override dh_installdeb to add missing executable bit to BASH scripts.
  * Set Rules-Requires-Root: no.
  * Add 0002-Add-doc-key-to-btrfsmaintenance-refresh.service.patch to address
    lintian complaint systemd-service-file-missing-documentation-key.
  * Update description to address new blk-mq default scheduler.
    (Closes: #970731)
  * Declare Standards-Version: 4.5.0. (No additional changes needed)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Fri, 02 Oct 2020 21:47:48 -0400

btrfsmaintenance (0.4.2-1) unstable; urgency=medium

  * New upstream version.
  * README.Debian: Make various grammar and clarity fixes, add the
    reasoning behind the default policy, and also some essential tips that
    are not yet general knowledge.
  * Drop patches which were merged upstream:
    - 0002-Import-patch-provided-by-SUSE-to-fix-CVE-2018-14722.patch
    - 0003-btrfs-defrag.sh-add-functions-library-to-fix-missing.patch

 -- Nicholas D Steeves <nsteeves@gmail.com>  Mon, 01 Oct 2018 21:38:04 -0400

btrfsmaintenance (0.4.1-3) unstable; urgency=medium

  * Import 0003-btrfs-defrag.sh-add-functions-library-to-fix-missing.patch
    from upstream pull request, to address failure of scheduled
    defragmentation in btrfs-defrag.sh due to missing 'is_btrfs' function.
  * Declare Standards-Version: 4.2.1. (No additional changes needed)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sat, 01 Sep 2018 14:35:13 -0400

btrfsmaintenance (0.4.1-2) unstable; urgency=high

  * Import patch provided by SUSE to fix CVE-2018-14722. (Closes: #906131)
    - 0002-Import-patch-provided-by-SUSE-to-fix-CVE-2018-14722.patch
  * Declare Standards-Version: 4.2.0. (No additional changes needed)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Wed, 15 Aug 2018 00:32:20 -0400

btrfsmaintenance (0.4.1-1) unstable; urgency=medium

  * New upstream version.
  * Fix lintian I: vcs-field-not-canonical.
  * Drop DH_VERBOSE =1 and delete unneeded commented-out lines.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Fri, 16 Mar 2018 18:51:11 -0400

btrfsmaintenance (0.4-1) unstable; urgency=medium

  * Release to unstable. (Closes: #826868)
  * Fix E:debian-rules-is-dh_make-template.
  * Relax debhelper dependency to 11~ to allow backporting.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sat, 03 Mar 2018 15:51:38 -0500

btrfsmaintenance (0.4-1~exp1) experimental; urgency=medium

  * New upstream version.
  * Install new systemd service that detects changes to config.
  * Install all services, timers, and watch units in a deactivated state.
  * Declare compat level 11.
  * Switch to debhelper 11.
  * debian/rules: Drop --with systemd, because dh 11 uses
    dh_installsystemd, and use dh_installsystemd to install units.
  * Change Depends to systemd | cron (was cron).
  * Cleanup any enabled maintenance systemd units during postrm.
  * debian/rules: Add a commented-out stanza to in preparation for
    the next upstream version, which will provide an upstream
    changelog that debhelper might not detect.
  * Update README.Debian to be more clear and informative.
  * Patch watch file to watch /etc/default instead of /etc/sysconfig.
  * Cleanup /etc/systemd/system/btrfs-operation.timer.d in postrm
  * Switch Vcs from alioth to salsa.
  * Add NEWS.Debian to inform all users about new systemd support.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Tue, 27 Feb 2018 22:09:12 -0500

btrfsmaintenance (0.3.1-17-gf7d61e3-1~exp1) experimental; urgency=medium

  * Add postrm script to clean up broken symlinks.
  * Fix Vcs-Git URL.
  * Install new systemd services and timers.
  * Uncapitalise short description.
  * Condense long description.
  * Declare Standards-Version: 4.1.3. (No additional changes needed)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Fri, 05 Jan 2018 18:55:21 -0500

btrfsmaintenance (0.3.1-1~exp1) experimental; urgency=medium

  * Initial release. (Closes: #813901)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sun, 01 Oct 2017 12:22:24 -0400