File: Changes

package info (click to toggle)
boxer 1.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,236 kB
  • sloc: perl: 2,063; sh: 22; makefile: 5
file content (375 lines) | stat: -rw-r--r-- 11,434 bytes parent folder | download | duplicates (2)
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
Boxer
=====

Created:      2013-02-12
Home page:    <https://wiki.debian.org/Boxer>
Home page:    <https://metacpan.org/release/Boxer>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=Boxer>
Maintainer:   Jonas Smedegaard (JONASS) <jonass@cpan.org>

v1.4.3	2022-02-05

 [ Bug Fixes ]
 - fix use signature (not bypass it), to silence a warning

 [ Documentation ]
 - Fix mirror sketch
   Siri Reiter++
 - add projects.svg
 - fix typo in features.svg
 - group, improve identifiers, and add links in projects.svg
 - rename boxer.svg -> features.svg
 - update TODOs

 [ Test Suite ]
 - fix wordlist in author test pod-spell

 [ Other ]
 - check spelling of PODs with tidyall
 - use bullseye as default suite
 - work around tidyall string-encoding bug

v1.4.2	2020-04-24

 [ Bug Fixes ]
 - fix process empty class list or non-empty parameters in node data
 - have Boxer::Task::Classify: explicitly set datadir default as unset
   (this partly reverts git commit a4bea17)

 [ Test Suite ]
 - fix tighten World::Reclass test to not tolerate duplicates (this also
   reverts git commit f3e3009)
 - tighten World::Reclass test to cover node with custom parameters and no
   class

 [ Packaging ]
 - update perltidy config: consistently use long-options; use --converse
 - use List::MoreUtils

 [ Other ]
 - rephrase World::Reclass slightly to make peace between perltidy and
   Test::Tabs)
 - tighten World::Reclass to process only matching types, and skip
   duplicates is arrays

v1.4.1	2020-04-23

 [ Bug Fixes ]
 - Boxer::Task::Classify: reword trace messages
 - Boxer::World::Reclass: avoid constructor for attributes classdir nodedir

 [ Documentation ]
 - add Boxer synopsis

 [ Test Suite ]
 - add coverage of Boxer::World::Reclass; use Test::Deep
 - improve coverage of Boxer::Task::Classify
 - stop enumerate tests in 01_app_help.t
 - use subtest to isolate repetitions
 - use tempdir to ensure empty or non-existing dir

 [ Packaging ]
 - require perl 5.020

 [ Other ]
 - Boxer::Part::Reclass: tighten type for attribute suite
 - Boxer::Task::Classify: simplify attribute datadir to not be required nor
   have default explicitly unset
 - Boxer::World: add attribute data
 - Boxer::World::Reclass: add method list_parts
 - Boxer::World::Reclass: log (not croak) on error resolving parts from
   node
 - Boxer::World::Reclass: rename attribute flatten -> map
 - Boxer::World::Reclass: rename method get_node_by_id -> get_part, and
   distinguish empty world from missing part
 - handle Boxer::World::* as plugins, using Module::Find and
   Module::Load::Conditional
 - process YAML data internally, using Hash::Merge (not with reclass)
 - relax constraints and tests to be less specific to Reclass world
 - use feature signatures

v1.4.0	2019-04-01

 [ Bug Fixes ]
 - Fix avoid option --verbose overriding stronger verbosity set as
   environment variables.

 [ Documentation ]
 - Improve pod of Boxer::Task.
 - Mention Elbe commands and isar in SEE ALSO pod.
 - Mention Perl module Footprintless in Boxer pod section SEE ALSO.
 - Update TODOs.

 [ Other ]
 - Added: Fix implement boxer-compose/boxer-bootstrap option --verbose.
 - Added: Implement boxer-bootstrap option --mode.
 - Emit shell command notice via Log::Any to stderr (not explicitly to
   stdout).
 - Execute reclass in Boxer::World::Reclass (not Boxer::Task::Classify).
 - Improve logging.
 - Load Moo-related modules (base classes and roles) before other modules.
 - Stop use version: Unneeded.
 - Tidy coercion hints.
 - Tidy to consistently use qw() in module use.
 - Tighten author-test pod-spell to rely on english aspell disctionary
   being installed.

v1.3.0	2019-03-01

 [ Documentation ]
 - Add TODO about unit testing code coverage.
 - Reference inspirational projects and competing tools.
 - Rephrase Boxer::Reclass pod DESCRIPTION.
 - Update/fix references to upstream git.

 [ Test Suite ]
 - Avoid declaring test count where tests are optionally skipped.
 - Check path prefix handling in serialize.t.
 - Process node parl-greens (not lxp5) in serialize.t, to expose different
   features.
 - Update spelling test, adding a few more words.
 - Use Test::CleanNamespaces in testsuite.
 - Use Test::Fatal (replacing Test::Exception).

 [ Other ]
 - Added: Add subcommand bootstrap.
 - Added: Fix implement boxer-compose option --format.
 - Handle serialization details in Boxer::World::Flat (not
   Boxer::Task::Serialize).
 - Limit Type::Utils import: Apparently unneeded.
 - Pass variables when file template is processed (not when instantiated).
 - Treat namespace::autoclean as a pragma (one of its benefits over
   namespace::clean).
 - Use MooX::StrictConstructor.

v1.2.0	2019-02-27

 [ BACK COMPAT ]
 - Update skeleton files: Drop workaround unneeded since Jessie (see
   bug#751367).

 [ Bug Fixes ]
 - Fix compose option --help output to list current dir as default for
   --nodedir, to match boxer pod and actual logic since v1.1.4.

 [ Documentation ]
 - Update TODOs.

 [ Test Suite ]
 - Update spelling test, adding a few more words.

 [ Other ]
 - Added: Provide additional variables to skeleton templates, containing
   comma-separated lists: pkgs pkgs_avoid pkgs_auto.
 - Added: Provide additional variables to skeleton templates, containing
   plain and perl-escaped shell code: tweaks tweaks_perl.
 - Update skeleton files: Use apt (not apt-get) in shell script.
 - Updated: Use buster as default suite.

v1.1.11	2018-10-04

 [ Bug Fixes ]
 - Fix propagate nonfree flag to skeleton files.

v1.1.10	2018-09-27

 [ Documentation ]
 - Tidy changes to mark test-related entries as such.

 [ Test Suite ]
 - Add author-test pod-spell.
 - Fix author-test SYNOPSIS without needing MANIFEST.
 - Fix test miminum version without needing META.yml.

 [ Packaging ]
 - Fix explicitly depend on Class::XSAccessor: Optionally used by Moo, but
   without it accessors with hyphens are not supported.

v1.1.9	2018-09-27

 [ Bug Fixes ]
 - Fix resolve nonfree, auto-resolved, and to-be-avoided packages.

 [ Documentation ]
 - Update INSTALL file: Update git URL.

 [ Test Suite ]
 - Extend testsuite: Cover auto-resolved and to-be-avoided packages.

 [ Other ]
 - Tidy HEREDOC commands.

v1.1.8	2018-07-13

 [ Bug Fixes ]
 - Fix subcommand about choking on authority implemented but undefined.
 - Fix subcommand about listing authority: Use namespace::autoclean (not
   namespace::clean, and use recent version to avoid Moo inflation to
   Moose).
 - Fix subcommand aliases help text to use valid example, and tone down
   usage (only some not most subcommands have aliases).
 - Fix syntax error resolving nonfree packages in Boxer::World::Reclass.

 [ Documentation ]
 - Fix changelog entry part of release v1.1.5.
 - Fix typo in POD of module Boxer::World::Flat.

v1.1.7	2017-11-06

 [ Bug Fixes ]
 - Fix make option --skeldir optional.

v1.1.6	2017-11-05

 [ Test Suite ]
 - Fix testsuite to gracefully handle executable reclass unavailable.

 [ Packaging ]
 - Fix require Test::Exception and Test::File::Contents for testsuite.

v1.1.5	2017-01-24

 [ Bug Fixes ]
 - Fix chomp tweak lines.

 [ Documentation ]
 - Add some TODOs.
 - Fix usage description for compose subcommand.

 [ Test Suite ]
 - Run perlcritic with tidyall, and test both (not only perlcritic) in
   TEST_AUTHOR mode.

 [ Packaging ]
 - Use version with modern assignment. Extend copyright to current year.

 [ Other ]
 - Add Boxer::File::WithSkeleton class.
 - Add World and Part classes, with unit test.
 - Consistently use namespace::clean in modules. Order use by
   pragma/non-Moo/Moo/cleanup and (roughly) by specificity.
 - Drop unused code in Boxer::CLI.
 - Modernize to use perl v5.14, utf8, and strictures 2.
 - Removed: Stop handle __PKGAUTOLIST__ in data (deprecated since 0.004).
 - Stop skip undefined args in Task::Serialize (needed only for
   Task::Classify).
 - Stop use MooX::Types::MooseLike::Base.

v1.1.4	2016-05-02

 [ Bug Fixes ]
 - Fix have current dir be default nodedir (as originally intended and
   documented in boxer pod): Do XDG data_dirs lookup only on datadir,
   leaving datadir undefined by default).

v1.1.3	2016-05-02

 [ Bug Fixes ]
 - Fix use File::ShareDir.

v1.1.2	2016-04-30

 - Use File::ShareDir (not File::ShareDir::ProjectDistDir, strongly
   discouraged by author). Thanks to Karen Etheridge (RT#114079).

v1.1.1	2016-04-12

 - Use Log::Any::Adapter::Screen (not obsolete predecessor
   Log::Any::Adapter::ScreenColoredLevel).

v1.1.0	2015-11-29

 [ Bug Fixes ]
 - Fix unescape \n and ${ for shellscript.
 - Fix use apt-get (automated) or apt (interactive, on recent releases) in
   skeleton scripts and notes (aptitude is not always available).

 [ Documentation ]
 - Add TODO on resolving named suites from relative ones.
 - Extend copyright to cover current year.

 [ Other ]
 - Added: Pass node to skeleton files (and use in boilerplate, replacing
   bogus DebianParl boilerplate.
 - Added: Pass suite to skeleton files, and set as variable in shellscript
   and preseed file late_script.
 - Fix drop all hardcoded data from default skeleton files.
 - Tidy Boxer::Types.
 - Updated: Support empty packagelist.

v1.0.0	2015-11-21

 [ Bug Fixes ]
 - Fix avoid Boxer::Task::Serialize spewing garbage when warning about
   empty lists.
 - Fix suppress failure to mark package auto-installed.

 [ Documentation ]
 - Rewrite INSTALL to use Debian boxer package.

 [ Packaging ]
 - Release as stable, using semantic versioning.

 [ Other ]
 - Added: Implement --nonfree option for subcommand compose.
 - Croak (not die) on broken input.
 - Fixate suite in preseed file (resolved package list is suite-specific).
 - Improve coercion and error messages for input paths.
 - Sync example data with boxer-data.
 - Tidy whitespace.
 - Use MooX::Role::Logger (not MooX::Log::Any) and
   Log::Any::Adapter::ScreenColoredLevel.

0.004	2014-11-24

 [ Bug Fixes ]
 - Fix only warn (not die) on unresolved auto-markings, avoidance or
   tweaks.

 [ Documentation ]
 - Add some TODOs.
 - Adjust help output of Compose command to describe correct default
   locations.

 [ Other ]
 - Move initial shell code for tweaklist out to skeleton file.
 - Removed: Deprecate expansion of __PKGAUTOLIST__ in tweaklist.
 - Sort doc sections by explicit list (and alphabetically only as
   fallback).
 - Updated: Adjust example class set: Use reclass 1.4 ABI, and drop broken
   Printing class.
 - Use Template::Tiny.

0.003	2014-10-19

 [ Documentation ]
 - Update INSTALL file and pod synopsis slightly.

 [ Packaging ]
 - Fix copyright coverage to include current year.
 - Fix require MooX::Log::Any.
 - Require IPC::System::Simple.
 - Tighten Moo requirement to at least 1.001000 (older are untested with
   Type::Tiny).

 [ Other ]
 - Added: Add --suite option (and drop it as 2nd argument) in compose
   command, allowing multiple nodes instead.
 - Added: Handle nodes, classes and skeleton files with separate options in
   compose command.
 - Added: Include builting skeleton files, and ship with example classes
   and nodes.
 - Explicitly use IPC::System::Simple (already implicitly used via autodie
   + system() call).
 - Refactor to strip undefined args handed over internally - a.k.a. coerce
   Undef to default, to permit callers to sloppily pass App::Cmd options
   as-is.

0.002	2014-10-19

 [ Packaging ]
 - Fix all references to distribution name.
   Toby Inkster++
 - Fix time of initial release.

0.001	2014-10-18	Initial release.