File: changelog

package info (click to toggle)
di-netboot-assistant 0.78~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 312 kB
  • sloc: sh: 1,511; makefile: 2
file content (639 lines) | stat: -rw-r--r-- 24,313 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
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
di-netboot-assistant (0.78~deb12u1) bookworm; urgency=medium

  * Fixes for bookworm live iso image inclusion.
  * Update/add/fix preseed examples.  Thanks to Holger Wansing.

 -- Andreas B. Mundt <andi@debian.org>  Sun, 18 Jun 2023 09:11:47 +0200

di-netboot-assistant (0.76) unstable; urgency=medium

  * Fix typo in preseeding example.
  * Fix salsa CI package version check.
  * Update preseeding example for bookworm.

 -- Andreas B. Mundt <andi@debian.org>  Thu, 16 Mar 2023 17:05:12 +0100

di-netboot-assistant (0.75) unstable; urgency=medium

  * Bump Standards-Version to 4.6.2 (no changes needed).
  * Suggest kea DHCP server.
  * Prepare source list entries for Trixie and Forky.

 -- Andreas B. Mundt <andi@debian.org>  Wed, 21 Dec 2022 20:49:44 +0100

di-netboot-assistant (0.74) unstable; urgency=medium

  * Add more examples to boot menus and break long lines.
  * Add dependency to provide '/usr/bin/strings'.
  * Bump Standards-Version to 4.6.1 (no changes needed).

 -- Andreas B. Mundt <andi@debian.org>  Fri, 24 Jun 2022 11:27:42 +0200

di-netboot-assistant (0.73) unstable; urgency=medium

  * Start configuring salsa CI.
  * First implementation of an iPXE menu.
  * Updates and fixes in README and copyright file.
  * Fix misleading error message from tar execution.

 -- Andreas B. Mundt <andi@debian.org>  Fri, 25 Feb 2022 11:28:50 +0100

di-netboot-assistant (0.72) unstable; urgency=medium

  * Add ARM64 and link EFI and grub files from the latest image installed.
  * Update sources, supported releases and architectures.
  * Update dependencies for autopkgtests.
  * Remove 'shellcheck' from autopkgtests (closes: #999751).
  * Remove conditional configuration for ancient package versions.
  * Update copyright information, minor fixes and improvements.

 -- Andreas B. Mundt <andi@debian.org>  Thu, 18 Nov 2021 16:27:29 +0100

di-netboot-assistant (0.71) unstable; urgency=medium

  [ Paul Gevers ]
  * autopkgtest: limit to amd64, arm64 and i386 and fix for arm64 and i386

  [ Andreas B. Mundt ]
  * Fix typo.  Thanks to Alexey Vazhnov <vazhnov@boot-keys.org>.
  * Keep original file names to make the use of shim and grub clear.
  * Take account of Debian Live ISO images in the man page.
  * Remove experimental examples meant for testing secure boot.
  * Preseeding example: Skip ansible if no playbook is set.
  * Bump Standards-Version to 4.6.0 (no changes needed).
  * Replace 'which' by 'command -v'.

 -- Andreas B. Mundt <andi@debian.org>  Sat, 16 Oct 2021 11:31:59 +0200

di-netboot-assistant (0.70) unstable; urgency=medium

  * Run shellcheck on maintainer scripts.
  * Add generated hostname example.
  * Add future bookworm release.

 -- Andreas B. Mundt <andi@debian.org>  Wed, 23 Dec 2020 12:30:55 +0100

di-netboot-assistant (0.69) unstable; urgency=medium

  [ ullli ]
  * Update 'di-sources.list': Add Ubuntu 20.04 and 18.04.
    Move unsupported Ubuntu versions to lower part.

  [ Andreas B. Mundt ]
  * Add progress bar (Debian-Live images) and optional password.
  * Implement shellcheck test.
  * Fix syntax in 'di-sources.list'.
  * Fix problem with 'tftpd-hpa --secure': Use relative links.
  * Bump Standards-Version to 4.5.1 (no changes needed).

 -- Andreas B. Mundt <andi@debian.org>  Fri, 20 Nov 2020 19:59:19 +0100

di-netboot-assistant (0.68) unstable; urgency=medium

  * Remove iPXE script explicitly if package is purged.
  * Document latest features.
  * Add locale preseeding to examples.
  * Preseed question about non-EFI installations.
  * Add background image to grub.
  * Implement the provision of Debian Live ISO images.
  * Bump dh compat level to 13.  No changes needed.

 -- Andreas B. Mundt <andi@debian.org>  Mon, 21 Sep 2020 15:53:36 +0200

di-netboot-assistant (0.67) unstable; urgency=medium

  * Switch to debhelper-compat.
  * Add 'Rules-Requires-Root' field.
  * Keep only needed dirs in 'debian/dirs'.
  * Add iPXE example/script (closes: #949655). Thanks to
    Yvan Masson <yvan@masson-informatique.fr>.
  * Add example how to set hostname manually.
  * Bump Standards-Version to 4.5.0 (no changes needed).

 -- Andreas B. Mundt <andi@debian.org>  Wed, 29 Jan 2020 12:16:12 +0100

di-netboot-assistant (0.66) unstable; urgency=medium

  * Mention secure boot support in package description.
  * Fix autopkgtest for backports version string.
  * Add LVM recipe to preseed example, improvements and more examples.
  * Fix handling of empty --arch= option.  Script clean-up and improved
    repository detection.  Minor man page fixes.
  * Add bash-completion script.
  * Bump Standards-Version to 4.4.1 (no changes needed).

 -- Andreas B. Mundt <andi@debian.org>  Sat, 09 Nov 2019 14:19:46 +0100

di-netboot-assistant (0.65) unstable; urgency=medium

  * Implement secure boot support with signed EFI executables.
  * Follow redirects when using curl for downloading.
  * Add ca-certificates to Depends, needed for secure downloads.
  * Remove ancient function and call from postinst.
  * Fix postrm, remove ancient unused code.

 -- Andreas B. Mundt <andi@debian.org>  Mon, 12 Aug 2019 13:30:59 +0200

di-netboot-assistant (0.64) unstable; urgency=medium

  * Fix autopkgtest, /dev/tty is not available everywhere.

 -- Andreas B. Mundt <andi@debian.org>  Wed, 07 Aug 2019 12:26:17 +0200

di-netboot-assistant (0.63) unstable; urgency=medium

  [ Andreas B. Mundt ]
  * Automatically generate list of images to be purged (autopkgtest).
  * Add autopkgtest to ensure version strings in package and script are
    identical (closes: #926832).
  * Add example 'installbox' and update examples for buster.
  * Fix keyboard keymap preseeding, ansible-pull and improve README.
  * Fix testing with qemu/kvm command, BIOS and/or UEFI.
  * Use boot parameter to define playbook, add example.
  * Move variables only relevant for the installation before '---'.
  * Add instructions for u-boot (armhf).
  * Prepare for salsa-ci.
  * Bump Standards-Version to 4.4.0 (no changes needed).

  [ Cyril Brulebois ]
  * Remove Christian Perrier from Uploaders, with many thanks for all
    his contributions over the years! (Closes: #927510)

 -- Andreas B. Mundt <andi@debian.org>  Tue, 06 Aug 2019 15:50:22 +0200

di-netboot-assistant (0.62) unstable; urgency=medium

   * Revert bump in dh compat level for buster.
   * Purge stretch in autopkgtest.

 -- Andreas B. Mundt <andi@debian.org>  Sun, 24 Mar 2019 19:57:26 +0300

di-netboot-assistant (0.61) unstable; urgency=medium

  * Fix typo in manual page.
  * Bump dh compat level to 12.  No changes needed.
  * Remove jessie and wheezy from the list of supported releases, they
    have been archived. Adapt autopkgtest accordingly (closes: #925368).

 -- Andreas B. Mundt <andi@debian.org>  Sun, 24 Mar 2019 09:54:31 +0300

di-netboot-assistant (0.60) unstable; urgency=medium

  * Add option to overwrite TFTP_ROOT variable (closes: #537656, #923460).
  * Bump Standards-Version to 4.3.0 (no changes needed).

 -- Andreas B. Mundt <andi@debian.org>  Fri, 01 Mar 2019 18:50:34 +0300

di-netboot-assistant (0.59) unstable; urgency=medium

  * Allow old and recent installer archives:  Automatically detect
    installer archive structure.

 -- Andreas B. Mundt <andi@debian.org>  Sat, 15 Dec 2018 18:31:15 +0300

di-netboot-assistant (0.58) unstable; urgency=medium

  * Signature check:  Allow for signatures with missing public keys if
    there are good signatures from available keys.  Fixes autopkgtests.

 -- Andreas B. Mundt <andi@debian.org>  Sun, 11 Nov 2018 13:02:27 +0300

di-netboot-assistant (0.57) unstable; urgency=medium

  * Handle an updated/overwritten initrd.gz when managing firmware.
  * Implement functionality to manage firmware also for packaged
    installer images.
  * Add packaged debian-installer images to autopkgtests.
  * Bump Standards-Version to 4.2.1 (no changes needed).

 -- Andreas B. Mundt <andi@debian.org>  Sun, 16 Sep 2018 16:37:21 +0300

di-netboot-assistant (0.56) unstable; urgency=medium

  * Include images from available debian-installer packages in u-boot.
  * Implement option to add non-free firmware to the installer.
  * Bump Standards-Version to 4.1.5 (no changes needed).

 -- Andreas B. Mundt <andi@debian.org>  Sat, 28 Jul 2018 09:55:21 +0200

di-netboot-assistant (0.55) unstable; urgency=medium

  * Switch installer sources to secure http.
  * Add armhf to supported installer images.
  * Add u-boot pxe menu for arm systems.

 -- Andreas B. Mundt <andi@debian.org>  Tue, 19 Jun 2018 15:45:33 +0300

di-netboot-assistant (0.54) unstable; urgency=medium

  * Fix menu entries for EFI boot in generated 'grub.cfg'.
  * Make mirror selection in preseeding example more robust.

 -- Andreas B. Mundt <andi@debian.org>  Sat, 09 Jun 2018 09:24:37 +0300

di-netboot-assistant (0.53) unstable; urgency=medium

  [ Cyril Brulebois ]
  * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).

  [ Andreas B. Mundt ]
  * Add autopkgtest for '--ignore-sig' option.
  * Add CUPS to preseeding example.
  * Bump Standards-Version to 4.1.4 (no changes needed).

 -- Andreas B. Mundt <andi@debian.org>  Sat, 02 Jun 2018 09:43:42 +0300

di-netboot-assistant (0.52) unstable; urgency=medium

  * Fix di-netboot-assistant when '$HOME' is not set (closes: #892800).
  * Replace REGEX by correct URLs in the 'di-sources.list' file.
    (Closes: #789247).
  * Add option to ignore image signature check failures.
    (Closes: #892803).
  * Take new syntax for 'menu.c32' into account.
  * Bump dh compat level to 11 (no changes needed).

 -- Andreas B. Mundt <andi@debian.org>  Sun, 18 Mar 2018 18:17:54 +0300

di-netboot-assistant (0.51) unstable; urgency=medium

  * DEP-5 copyright.
  * Use secure URI in homepage field.
  * Bump Standards-Version to 4.1.3 (no changes needed).
  * Use 'd-i/n-a' within the TFTP root from now on.

 -- Andreas B. Mundt <andi@debian.org>  Fri, 29 Dec 2017 14:20:34 +0300

di-netboot-assistant (0.50) unstable; urgency=medium

  * Remove 'Testsuite: autopkgtest' field from 'debian/control' as
    'debian/tests/control' exists and is sufficient.
  * Examples: Fix tasksel preseeding and use 'stable' by default.
    Document how to use 'ansible-pull' to configure the system during
    installation.
  * Handle obsolete conffile properly (closes: #876947). Thanks to Paul
    Wise <pabs@debian.org> for reporting.
  * Bump Standards-Version to 4.1.1 and dh compat level to 10 (no changes
    needed).

 -- Andreas B. Mundt <andi@debian.org>  Fri, 29 Sep 2017 22:34:11 +0300

di-netboot-assistant (0.49) unstable; urgency=medium

  * Switch 'Priority' to 'optional' as recommended by policy.
  * Announce commands run in autopkgtest.
  * Remove long deprecated support for ia64 (elilo).
  * Updates, typos and cosmetics on manual page, README and 'debian/control'.
  * Add menu entry  to 'grub.cfg': Boot from local disk.
  * Add documentation and example: How to preseed (automatic) installations.

 -- Andreas B. Mundt <andi@debian.org>  Thu, 21 Sep 2017 20:30:24 +0300

di-netboot-assistant (0.48) unstable; urgency=medium

  * Run 'find' in directory only if it exists (fix autopkgtest failure).
  * Update some parts of README.

 -- Andreas B. Mundt <andi@debian.org>  Fri, 15 Sep 2017 22:10:14 +0300

di-netboot-assistant (0.47) unstable; urgency=medium

  * Rework autopkgtest.  Use script instead of commands.
  * If available, use splash screen from stable netboot image.
  * Document the 'rebuild-grub' command in the manual page.

 -- Andreas B. Mundt <andi@debian.org>  Fri, 15 Sep 2017 17:27:08 +0300

di-netboot-assistant (0.46) unstable; urgency=medium

  * Add download date and time to PXE-menu entries (closes: #576858).
  * Update PXE-menu (closes: #584989).
  * Implement EFI boot with grub EFI image.  Update DHCP-server
    configuration examples accordingly.
  * Make gpgv output independent of language settings, to display result
    of signature check in any case.

 -- Andreas B. Mundt <andi@debian.org>  Wed, 13 Sep 2017 17:39:08 +0300

di-netboot-assistant (0.45) unstable; urgency=medium

  * Switch Debian repositories to 'deb.debian.org' (closes: #789247).
  * Fix bad quoting in for-loop.  Thanks to KiBi for spotting it.
  * Fix autopkgtest and test more options.

 -- Andreas B. Mundt <andi@debian.org>  Fri, 08 Sep 2017 09:55:04 +0300

di-netboot-assistant (0.44) unstable; urgency=medium

  * Do not try to continue if checksum file is unavailable.
  * Disable outdated releases (LP: #1590753).
  * Fix some return value propagation, cleanup.
  * Fix installing several images in one run.
  * Send error messages to stderr.
  * Implement simple autopkgtest.

 -- Andreas B. Mundt <andi@debian.org>  Thu, 07 Sep 2017 15:33:09 +0300

di-netboot-assistant (0.43) unstable; urgency=medium

  * Implement signature verification for images (closes: #775904).
  * Give basic information even if not in verbose mode.
  * Suggest 'isc-dhcp-server' instead of 'dhcp3-server' (closes: #799006).
  * Cleanup and minor fixes, update source list of images.
  * Bump Standards-Version to 4.0.1 (no changes needed).

 -- Andreas B. Mundt <andi@debian.org>  Wed, 06 Sep 2017 19:18:39 +0300

di-netboot-assistant (0.42) unstable; urgency=medium

  [ Andreas B. Mundt ]
  * Fix 'rebuild-menu' if only packaged installers are available.

 -- Christian Perrier <bubulle@debian.org>  Wed, 28 Jun 2017 07:28:49 +0200

di-netboot-assistant (0.41) unstable; urgency=medium

  [ Colin Watson ]
  * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.

 -- Christian Perrier <bubulle@debian.org>  Sat, 13 Feb 2016 15:04:47 +0100

di-netboot-assistant (0.40) unstable; urgency=medium

  [ Cyril Brulebois ]
  * Switch d-i.debian.org URIs from http to https.

 -- Christian Perrier <bubulle@debian.org>  Mon, 04 Jan 2016 06:58:31 +0100

di-netboot-assistant (0.39) unstable; urgency=medium

  * Run wrap-and-sort, white space changes, unify indents.
  * Bump Standards-Version to 3.9.6 and add myself to Uploaders.
  * Update 'di-sources.list' (closes: #788292).  Thanks to Matt
    Taggart <taggart@debian.org>.
  * Remove some outdated content from the README.  Simplify the example
    dhcpd.conf.simple and fix a typo (closes: #776670).  Thanks to Martin
    F Krafft <madduck@debian.org>.
  * Implement the inclusion of debian-installer packages.  Add
    instructions to the README and a warning when installing insecurely.

 -- Andreas B. Mundt <andi@debian.org>  Fri, 14 Aug 2015 15:59:41 +0200

di-netboot-assistant (0.38a+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix package for jessie.  The patch has been mostly provided by Jonas
    Smedegaard and should fix all issues related to new syslinux:
    - Lookup pxelinux.0 in /usr/lib/PXELINUX (not only
      /usr/lib/syslinux).
    - Lookup only BIOS binaries (not accidentally include EFI binaries).
    - Install core modules in tftpd debian-installer dir.
    - Keep vesamenu and menu modules in sync with PXELINUX.
    - Enable jessie releases.
    For details, see the discussion in the bugs closed.  Thanks to Jonas
    Smedegaard and Martin F Krafft.  (Closes: #759424, closes: #776565)

 -- Andreas B. Mundt <andi@debian.org>  Mon, 02 Feb 2015 19:46:08 +0100

di-netboot-assistant (0.38a) unstable; urgency=low

  [ Frank Lin PIAT ]
  * This minor release merely update the changelog of 0.38

 -- Christian Perrier <bubulle@debian.org>  Tue, 16 Jul 2013 07:17:24 +0200

di-netboot-assistant (0.38) unstable; urgency=low

  [ Dmitrijs Ledkovs ]
  * Set debian source format to '3.0 (native)'.
  * Bump debhelper compat level to 9.
  * Set Vcs-* to canonical format.

  [ Frank Lin PIAT ]
  * Update di-sources.list for current Debian and Ubuntu distributions
    (Closes:#714397, also Closes:#505738, Thanks to Matt Taggart)
  * Use vim-addon-manager for di-sources.list syntax highlighting (thanks
    Stig Sandbeck Mathisen)
  * Early support running on non .DEB distributions (i.e distro that don't
    have "dpkg --compare-versions").
  * Detect current architecture on rpm based distributions.
  * Convert Debian packaging to dh (debhelper 7)
  * Bump standards to 3.9.4
  * fix copyright-with-old-dh-make-debian-copyright
  * fix binary-control-field-duplicates-source
  * fix debian-news-entry-uses-asterisk
  * fix hyphen-used-as-minus-sign
  * fix spelling-error-in-manpage
  * fix vim-addon-within-vim-runtime-path
  * Fix hardcoded path used by uninstall (Closes:#700186)
  * fix bug validating --alias parameter
  * Rewrite default arch handling.
  * Simplify debug output of install_repo_for_arch
  * Factorise code to function install_repo_for_arch
  * Factorise code for declared_arch_for_repo

 -- Christian Perrier <bubulle@debian.org>  Sat, 13 Jul 2013 13:23:13 +0200

di-netboot-assistant (0.37) unstable; urgency=low

  [ Frank Lin PIAT ]
  * DHCP option 210 (pathprefix="/") isn't needed anymore.
    (Closes:#498206)
  * add options di-args and target-args for boot parameters.
  * Improve command line argument parsing.
  * Implement "--alias" option.
  * Improve comments in di-sources.list
  * Improve di-netboot-assistant manpage.
  * allow running by a non-privileged user (Closes:#503359, Thanks
    to Daniel Kahn Gillmor for the patch)
  * Change umask to allow group writables files.
  * Use dpkg --print-architecture to query arch.
  * Display failed URL without requiring --verbose (Closes:#493418,
    Thanks to Chris Lamb)
  * Don't re-download files if checksum match (Closes:#493666,
    Thanks to Chris Lamb)
  * Output status messages to STDOUT, not STDERR (Closes:#493426,
    Thanks to Chris Lamb)
  * Default PROMPT to 0 in pxelinux.HEAD (Closes:#493548, Thanks to
    Chris Lamb)
  * TFTP: recommend tftpd-hpa|atftpd, since package tftpd isn't
    suitable for netboot (Closes:#537649, Thanks to Daniel Baumann).
  * Downgrade elilo, syslinux dependency to suggest: fetch bootloader
    installed images.
  * Fetch daily images from d-i.debian.org. Closes: #576856

  [ Colin Watson ]
  * Add wheezy to diSourcesDistrKeyword.
  * Update Ubuntu distributions in diSourcesDistrKeyword: remove EOLed edgy,
    feisty, gutsy, intrepid, and jaunty, and add karmic, lucid, maverick,
    and natty.

  [ Hector Oron ]
  * disources.vim: add armhf architecture support
  * README: add armhf architecture support

  [ Joey Hess ]
  * Update i386 daily build location.

  [ Christian Perrier ]
  * Add myself to Uplaoders and make the package team-maintained
  * Bump standards to 3.9.3

 -- Christian Perrier <bubulle@debian.org>  Sun, 05 Aug 2012 12:24:41 +0200

di-netboot-assistant (0.36d) unstable; urgency=low

  * Simplify the file structure in the source and let debhelper do the
    heavy lifting to move things into place. No functional changes.

 -- Frans Pop <fjp@debian.org>  Fri, 05 Jun 2009 13:36:01 +0200

di-netboot-assistant (0.36c) unstable; urgency=low

  * Add Ubuntu Intrepid in di-sources.list (Thanks to Asheesh Laroia,
    Closes:#505738)
  * Warn if configuration file version number is incorrect.
  * New homepage
  * Fix typo in di-source.list. Closes: #493451, Thanks to Chris Lamb
  * Avoid garbage error message on 1st run.
  * Avoid "Upgrading pxelinux.0" false positive messages.

 -- Frank Lin PIAT <fpiat@klabs.be>  Sat, 01 Nov 2008 17:07:11 +0100

di-netboot-assistant (0.36b) unstable; urgency=low

  * New SVN repository.

 -- Frank Lin PIAT <fpiat@klabs.be>  Sat, 01 Nov 2008 15:07:11 +0100

di-netboot-assistant (0.36a) unstable; urgency=low

  * fix incorrect location of elilo.conf top menu, when
    an alternate extract location is specified.
  * Invoke curl with "--fail" to actually detect errors. Closes: #493664,
    Thanks to Chris Lamb for the patch.
  * Upgrade pxelinux.0 when the installed image has a newer one
    (Fix bug reported by Frans Pop).

  * fix lintian errors (debian-watch-file-in-native-package and
    debian-copyright-line-too-long).
  * Remove duplicate "MENU TITLE" in pxelinux.HEAD. Closes: #493549,
    Thanks to Chris Lamb for the patch.
  * Correct strange "( release , arch )" spacing in menu. Closes: #493544,
    Thanks to Chris Lamb for the patch.
  * Correct typo in "missing checksum" output message. Closes: #493428,
    Thanks to Chris Lamb.
  * Correct title of manpage. Closes: #493412,
    Thanks to Chris Lamb.
  * Document --rebuild-menu option, implemented in 0.36.
  * Change maintainer email fpiat@bigfoot.com -> fpiat@klabs.be

 -- Frank Lin PIAT <fpiat@klabs.be>  Wed, 23 Jul 2008 08:20:13 +0200

di-netboot-assistant (0.36) unstable; urgency=low

  * Implement the command rebuild-menu.
  * Add dnsmasq as alternate dhcp and tftpd dependency (as suggested
    by Pietro Abate).
  * Document how to use dnsmasq.
  * Document that pxelinux.pathprefix="/" and that passing some
    DHCP options are mandatory (bug reported by Frans Pop).
  * Clarify error message when syslinux/elilo aren't installed.
  * Add IA64 overview menu in examples/dhcpd.conf.multiarch
  * Add example dhcpd.conf.simple.

  * Upload sponsored by Petter Reinholdtsen.

 -- Franklin Piat <fpiat@bigfoot.com>  Sun, 13 Jul 2008 19:32:50 +0200

di-netboot-assistant (0.35) unstable; urgency=low

  * Implement MD5SUMS checkum checking (requested by Joey Hess).
  * Change the way unreachable mirrors are handled.
  * Fix path in pxelinux.HEAD

  * Upload sponsored by Petter Reinholdtsen.

 -- Franklin Piat <fpiat@bigfoot.com>  Fri, 11 Jul 2008 00:26:10 +0200

di-netboot-assistant (0.34) unstable; urgency=low

  * Add an option to choose the mirror (actually, rewrite canonical URL).
  * Add etch-gtk, lenny-gtk entries, etc..
  * Use the mirror ftp.de.debian.org by default (it has all archs !).
  * Fix location of images in di-sources.list (drop /debian prefix)
  * Re-add curl as alternate dependency to wget (was removed by mistake)
  * Add elilo as recommend dependency.

 -- Franklin Piat <fpiat@bigfoot.com>  Tue, 08 Jul 2008 09:51:35 +0200

di-netboot-assistant (0.33) unstable; urgency=low

  * Fix location of sparc images in di-sources.list
  * Multiple improvements in the documenations, manpage,
    examples (thanks to Joey Hess).
  * Don't load french keymap (thanks to Joey Hess).
  * Don't use french mirrors in di-sources.list by default.
  * Add some wishlist from Joey Hess to the TODO list.

 -- Franklin Piat <fpiat@bigfoot.com>  Tue, 08 Jul 2008 08:10:42 +0200

di-netboot-assistant (0.32) unstable; urgency=low

  * Policy version 3.8.0 (bumped in previous release): no changes required.
  * ITP (closes: #489812).

 -- Franklin Piat <fpiat@bigfoot.com>  Tue, 08 Jul 2008 00:22:45 +0200

di-netboot-assistant (0.31) unstable; urgency=low

  * Policy version 3.7.3: no changes required.
  * Add Homepage: header to source package.
  * Update manpage and README.Debian.

 -- Franklin Piat <fpiat@bigfoot.com>  Mon, 09 Jun 2008 23:47:59 +0200

di-netboot-assistant (0.30) unstable; urgency=low

  * No upgrade from pre 0.30 : purge, then install.
  * Support downloading/unpacking alpha, ia64, hppa and sparc.
  * Support IA64's elilo (update file path in elilo.conf).
  * Improve dhcpd.conf example file.
  * Add vim syntax file for di-sources.list (disources.vim).
  * Dependency changed to [wget|curl].
  * Invoking "purge" without repository lists currently installed.
  * Don't build empty pxelinux.menu file (for ia64...)
  * Renamed pxelinux.cfg files renamed pxelinux.cfg/default
  * Renamed configuration file pxelinux.cfg.HEAD as pxelinux.HEAD

 -- Franklin Piat <fpiat@bigfoot.com>  Tue, 03 Jun 2008 01:18:00 +0200

di-netboot-assistant (0.21) unstable; urgency=low

  * Add package description.
  * Remove dummy prerm.
  * Fix debian/control's Maintainer name case.
  * Improve README.
  * cleanup /etc/di-netboot-assistant/pxelinux.cfg.HEAD

 -- Franklin Piat <fpiat@bigfoot.com>  Mon, 02 Jun 2008 23:51:56 +0200

di-netboot-assistant (0.20) unstable; urgency=low

  * Save information about downloaded repositories.

 -- Franklin Piat <fpiat@bigfoot.com>  Fri, 16 May 2008 08:04:22 +0200

di-netboot-assistant (0.19) unstable; urgency=low

  * Package rename.
  * Print warning if no argument is passed.
  * Add dhcpd.conf example (untested!)

 -- Franklin PIAT <fpiat@bigfoot.com>  Mon, 05 May 2008 02:14:20 +0200

dibas (0.18) unstable; urgency=low

  * Initial Public Release.

 -- Franklin PIAT <fpiat@bigfoot.com>  Sun, 04 May 2008 12:42:15 +0200