File: changelog

package info (click to toggle)
di-netboot-assistant 0.38a%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 224 kB
  • ctags: 32
  • sloc: sh: 1,050; makefile: 2
file content (258 lines) | stat: -rw-r--r-- 9,873 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
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