Git init
[external/ifupdown.git] / _darcs / current / debian / changelog
1 ifupdown (0.6.7) unstable; urgency=low
2
3   * Don't use dirname/basename in ifupdown init script; they're in /usr/bin.
4     (Closes: Bug#304188)
5
6   * Check for free space on /dev/shm when working out where to link
7     /e/n/run. Thanks to Jose Manuel Delgado Mendinueta. (Closes:
8     Bug#303656)
9
10  -- Anthony Towns <ajt@debian.org>  Mon,  2 May 2005 23:57:25 +1000
11
12 ifupdown (0.6.6) unstable; urgency=low
13
14   * The "what does wine come in" release
15
16   * Fix brown paper bag bug where %iface% maps to the logical interface
17     name rather than the hardware one. Thanks to Paul Hampson for being
18     the first to spot it once the BTS was working again. Also add a test
19     case. (Closes: Bug#303148)
20
21   * Fix brown paper bag bug where "test -e" doesn't actually identify a
22     dangling /etc/network/run symlink on upgrade. (Closes: Bug#303225)
23
24   * Fix brown paper bag bug where we only consider pointing
25     /etc/network/run at /dev/shm if /dev/shm *isn't* in /proc/mounts. (No
26     bug filed yet, though...)
27
28  -- Anthony Towns <ajt@debian.org>  Tue,  5 Apr 2005 14:19:21 +1000
29
30 ifupdown (0.6.5) unstable; urgency=low
31
32   * The Gernot Heiser release -- aged like a fine South Australian wine.
33
34   * Switch to Debian-native versioning / source packaging for the time being.
35     (Closes: Bug#84697)
36   * Change Section: to base, to match overrides.
37
38   * Thanks to Michael Weber, Javier Fernandez-Sanguino Pena, Marc
39     Haber, and Thomas Hood for NMUs. (Closes: Bug#150773, Bug#151465,
40     Bug#152893, Bug#208726, Bug#209006, Bug#242314, Bug#263913,
41     Bug#266282, Bug#297762)
42
43   * debian/rules: Don't re-build unnecessarily. Thanks to Michael Banck
44     (Closes: Bug#296273)
45
46   * Add post-up, pre-down as aliases for "up" and "down". (Closes: Bug#62633)
47
48   * Deprecate (undocument) "--exclude" option.
49
50   * Add support for "allow-*" lines for systems such as hotplug or ifplugd.
51     Usage is "ifup --allow=hotplug <interfaces>"; only the allowed interfaces
52     whill actually be tried. (Closes: Bug#300937)
53
54   * Satiate the POSIX sh monkeys, makenwdep.sh now uses printf for \t's,
55     not echo -e. (Closes: Bug#294970)
56
57   * Switch to using "/etc/network/run/ifstate" instead of
58     "/etc/network/ifstate". Simplify all the complicated hackery dealing
59     with that. Use myreadlink function instead of /lib/init/readlink.
60     (Closes: Bug#302519)
61
62   * Make debian/rules test always succeed when cross-building. Thanks
63     to NIIBE Yutaka. (Closes: Bug#283649)
64
65   * Add VERBOSITY variable for scripts, invoke run-parts with --verbose.
66     Thanks to Michael Weber. (Closes: Bug#88946)
67   * Add LOGICAL variable for scripts. (Doesn't work for mapping scripts yet
68     though)
69   * Add PHASE variable for scripts, same as MODE but more detailed;
70     pre-up, post-down, etc. (Closes: Bug#286155)
71
72   * Document lack of support for end-of-line comments in interfaces(5).
73     (Closes: Bug#79683)
74
75   * Remove conflict with old, experimental-only version of dhcp-client.
76
77  -- Anthony Towns <ajt@debian.org>  Mon,  4 Apr 2005 23:41:06 +1000
78
79 ifupdown (0.6.4-4.12) unstable; urgency=low
80
81   * Non-maintainer upload
82   * Begin description synopsis with lower case letter
83   * postinst:
84     + Create run dir at the target of /etc/network/run if it is absent
85       (Closes: #297898)
86
87  -- Thomas Hood <jdthood@yahoo.co.uk>  Thu,  3 Mar 2005 19:05:05 +0100
88
89 ifupdown (0.6.4-4.11) unstable; urgency=low
90
91   * Non-maintainer upload
92   * postinst:
93     + Do not make /etc/network/run a symlink to /dev/shm/network/
94       if devfs is in use.  (Closes: #266479)
95   * /etc/init.d/ifupdown:
96     + Don't accept arguments to "start" method
97     + Fix initscript output
98   * ifup.8:
99     + Correct typo (Closes: #287172)
100   * interfaces.5:
101     + Correct description of what happens when user commands fail
102       (Closes: #286166)
103     + Remove reference to VERBOSE which isn't implemented in this
104       version  (Reported in #88946)
105   * Add it.po thanks to Luca Monducci  (Closes: #284123)
106
107  -- Thomas Hood <jdthood@yahoo.co.uk>  Sun, 12 Sep 2004 14:46:29 +0200
108
109 ifupdown (0.6.4-4.10) unstable; urgency=low
110
111   * Non-maintainer upload. Fix critical bugs.
112   * fix ifstate cleaning in init script. (Closes: #264134).
113   * fix /etc/network/run creation in postinst (Closes: #265165).
114
115  -- Marc Haber <mh+debian-packages@zugschlus.de>  Tue, 17 Aug 2004 06:38:16 +0200
116
117 ifupdown (0.6.4-4.9) unstable; urgency=low
118
119   * Non-maintainer upload: bug fixes and some improvements, unfortunately
120     they will not make it to sarge...
121    [Javier Fernandez-Sanguino]
122     - Added a generic --exclude option (modified ifupdown.nw and ifup.8)
123       This way other scripts (such as /e/i/networking in netbase)
124       can avoid bringing down 'lo' on shutdown doing: 'ifdown -e lo -a'
125       This will help close #254705, #256680 and #208700.
126     - Make it conflict with the dch-client version from experimental 
127       (Closes: #242537, #242527)
128     - Added usage examples provided by Thomas Hood (Closes: #247772)
129     - L10n:
130         + Updated catalan debconf templates provided by Aleix Badia i Bosch 
131         (Closes: #248717)
132         + Included Lithuanian translation of debconf templates provided
133         by Gintautas Miliauskas (Closes: #249233)
134     - /etc/init.d/ifupdown: Exit with error if called with unknown arguments
135     - ifupdown.nw: fix FTBFS with gcc-3.4 (Closes: #258965)
136     - ifup.8: ammended manpage describing how ifdown really works 
137       (Closes: #259609)
138     - Remove XSI:isms in several scripts (Closes: #255574)
139     - debian/po/POTFILES.in:  point to templates.master instead of templates
140    [Thomas Hood]
141     - debian/control:
142        + Build-Depend on version of debhelper with dh_installinit --name
143        + Put dhcp3-client before dhcp-client in disjunctive dependency
144          (Closes: #250713)
145      - Add /etc/default/ifupdown (currently not used, will be in the
146        future)
147      - /etc/init.d/ifupdown:
148         + Creates target of /etc/network/run if the latter is a dangling
149           symlink.  Thanks to AJT for good discussion.  (Closes: #242607)
150         + Delete ifstate on stop  (Closes: #245067)
151     - /etc/init.d/ifupdown-clean
152         + Delete ifstate on stop  (Closes: #245067)
153     - debian/rules:
154         + Now use dh_installdebconf to install debconf stuff
155         + Install new ifupdown-clean initscript.  It runs at S:S18.
156         + ifupdown initscript now runs at 0,6:S36 as well as S:S39.
157         Note: this will only apply to new installations (not to upgrades)
158      - examples/*
159         + Move the contributed scripts to contrib/
160         + Clean up and add comments
161      - examples/check-mac-address.sh:
162         + Fix argument check  (Closes: #254388)
163      - debian/postrm:
164         + Delete configuration files on purge  (Closes: #255228)
165      - ifup.8
166         + Clean up
167         + Add EXAMPLES section  (Closes #247772)
168      - interfaces.5
169         + Mention wireless(7)  (Closes: #255218)
170         + Reorder content and do some other minor changes.
171      - debian/postinst:
172         + Create /etc/network/run symlink to /dev/shm/network/ if 
173           it does not exist
174         + Warn if "auto lo" or "iface lo" stanza absent from /e/n/i
175         (Closes: #121755)
176         
177  -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Wed, 28 Jul 2004 17:04:19 +0200
178
179
180 ifupdown (0.6.4-4.8) unstable; urgency=low
181
182   * Fix configuration of interfaces with multiple address families.
183     (Closes: Bug#242867) 
184   * Add testcase 3 to check for such errors.
185
186  -- Anthony Towns <aj@azure.humbug.org.au>  Sat, 10 Apr 2004 16:47:57 +1000
187
188 ifupdown (0.6.4-4.7) unstable; urgency=low
189
190   * Non-maintainer upload. This is mostly a bug-fix release, no new
191     features have been added and the behaviour of ifupdown has only changed
192     slightly. Content has been reviewed by both the maintainer and several
193     other maintainers (who have NMUed this package previously)
194     - Ifupdown.dvi now depends on *eps files (Closes: #101204)
195     - Added missing Build-Dep to noweb since the Makefile calls makenwdep.sh
196       (and it calls 'noroots') on build.
197     - Remove the undocumented (and unused) -s option from the manpage and the
198       main.c code. (Closes: #231404)
199     - inet6.defn
200       + Make it possible to run an v4tunnel without an address (Closes: #96265)
201     - inet.defn
202       + Included different handling of dhclient3 versus dhclient.
203       + Avoids inconsistency in interface state if the command run
204        by ifup fails, also added -e option to dhclient in order to 
205        have it return an error if it cannot get an address. 
206        Notice that this is not yet done with dhclient3 (-1) since that would
207        mean not running dhclient3 as a daemon and renews not being done.
208        (Closes: #97782, #82339, #113338, #148666, #169194)
209       + An independent lease file is created per interface so that dhclient
210        can be used in more than one interface (Closes: #196366)
211       + If dhcp3-client is installed (the binary /sbin/dhclient3 is available)
212        then use the -r option instead of with a KILL signal, this enables
213        it to release the DHCP release an execute the hook script before
214        exiting. Also, the package now suggests 'dhcp-client | dhcp3-client'
215        (since dhcp3-client does not provide dhcp-client as pump does)
216        (Closes: #196865)
217       + Added a metric option for routes, notice, however, the dhclient's
218        -e (undocumented) option is not included from the provided patch.
219        (Closes: #235993)
220       + Use -r instead of -k when DHCP interfaces using pump are downed in 
221        order to avoid killing all interfaces (only release the one asked for)
222        (Closes: #198841)
223       + Properly implement the 'hw' option in interfaces by defining the 
224        hardware address before upping the interface. 
225        (Closes: #224468, #84602)
226       + Allow setting of the hw address in the dhcp method as suggested.
227        (Closes: #135502)
228     - examples:
229       + Added an example in the interfaces file on how to setup an interface
230        with multiple IP addresses. I've added a warning, though, since this
231        is expected not to work in some cases and might generate inconsistencies
232        between the real state and the one noted down in the interfaces state
233        file. It is worth documenting this option (with known caveats) rather
234        than have users figure it out for themselves.
235        (Closes: #172147)
236       + Added sample scripts ('ensureifup' and 'ifstate') to ensure that
237        interfaces are always up (might be useful for crappy ISP providers)
238        as provided by Yann Dirson (Closes: #86902)
239       + Provide a 'generate-interfaces.pl' script under the examples dir
240        in order to facilitate migration of network configuration in 
241        pre-woody systems. This script might also be useful to migrate other
242        Linux systems to Debian.
243        (Closes: #57830)
244       + Added a sample 'ifstate-complex' command. Since it is not documented
245         I'm adding it to the examples and not closing #153222 with it (yet)
246       + Fixed a syntax error in the 'check-mac-address.sh' script and added
247         both a little bit of comment code and proper usage.
248       + Provided an example on how to setup an interface without IP address
249         using the 'manual' method. This is suitable for some cases where we 
250         only want to have the interface to be up. This example can be used
251         to setup PPPOE interfaces or network IDS listening on a network. 
252         This might not be as good as providing a specific method but the
253         maintainer considers that this is the way it should be handled.
254         (Closes: #76142, #92993, #129003, #164823, #171981)
255       + Also, provided an example bridge configuration script that can
256         be setup in /e/n/if-{pre-up,down}.d/ in order to setup bridges.
257     - Interfaces(5).pre:
258       + Slight improvement in to better describe mapping and point to 
259        the examples available. (Closes: #232594)
260       + Minor changes in the manpage to avoid people being misled .
261         (Closes: #232347)
262       + Better description of mappings (Closes: #216716)
263       + Document IFACE=LIFACE syntax (Closes: #213068)
264       + Documented known bugs or limitations.
265       + Reference the location of the network examples.
266       + Reference also the "Debian Reference" manual since it is more
267         verbose in how /e/n/interfaces and ifupdown works.
268     - Ifup(8):
269       + Document that the -a option will take down all interfaces.
270        (Closes: #208607)
271       + Also describe in which order are interfaces started/stopped when
272         using -a which might avoid confusion, see  #208700 for example.
273       + Changed manpage name to ifup (instead of ifupdown).
274        (Closes: #81150)
275       + Document known bugs in the manpage: state maintained is sometimes
276        lost, the ifstate needs to be writable and there is a known deadlock
277        issue.
278       + Document known "limitations" and refer readers to alternatives to
279         monitor interface changes such as ifupd and hotplug.
280       + Minor formatting changes and rewrites for better comprehension.
281     - Translations:
282       + Added Spanish debconf translation provided by Carlos Valdivia.
283        (Closes: #207727)
284       + Added Japanese debconf translation provided by Kenshi Muto.
285        (Closes: #210436)
286       + Added Dutch debconf translation provided by Tim Dijkstra.
287        (Closes: #213723)
288       + Added Greek debconf translation provided by Konstantinos Margaritis.
289        (Closes: #229503, #229527)
290       + Added simplified Chinese debconf translation provided by Hiei Xu.
291        (Closes: #231910)
292       + Added Czech debconf translation provided by Miroslav Kure.
293        (Closes: #231995)
294       + Added Turkish debconf translation provided by Recai Oktas.
295        (Closes: #239142)
296       + Added Danish debconf translation provided by Morten Brix Pedersen.
297        (Closes: #241248)
298
299  -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Mon,  5 Apr 2004 21:12:05 +0200
300
301 ifupdown (0.6.4-4.6) unstable; urgency=low
302
303   * Non-maintainer upload
304   * reinstate code creating non-existent /etc/network in preinst. Moving
305     that code to postinst is currently problematic since other packages
306     pre-depend on ifupdown and dpkg doesn't guarantee that pre-depended
307     packages are configured before unpacking the depending package.
308                                                              (Closes: #208811)
309   * don't call dpkg --compare-version on initial install in postinst
310
311  -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat,  6 Sep 2003 10:49:48 +0000
312
313 ifupdown (0.6.4-4.5) unstable; urgency=low
314
315   * Non-maintainer upload
316   * ifupdown.nw:
317     + Clarify description of --all option                    (Closes: #180000)
318     + Add manual interface method                            (Closes:  #88948)
319     + Document order of precedence of DHCP clients           (Closes: #156789)
320   * debian/prepostinstrm:
321     + Use "set -e" consistently
322   * debian/rules, debian/postinst, debian/preinst
323     + Add /etc/network/if*.d/ directories to the package     (Closes: #178226)
324     + Use dh_installinit with --no-start option
325   * debian/config: fix compare-versions so that debconf question
326     is asked when updating from < 0.6                        (Closes: #122422)
327   * debian/rules:
328     + documented {clobber,distclean} targets                 (Closes: #154517)
329     + removed obsolete call of dh_suidregister
330   * added Danish convert-interfaces template.  Thanks to morten@wtk.dk
331     for translation.                                         (Closes: #174764)
332   * Switch to gettext-based debconf templates and update French
333     translation. Thanks to Christian Perrier for this work.  (Closes: #200786)
334   * use Colin Watson's backporting helper for po-debconf'ed packages.
335   * interfaces(5):
336     + Format improvements
337     + Describe how mapping works                             (Closes: #86895)
338                                                              (Closes: #138694)
339                                                              (Closes: #175679)
340                                                              (Closes: #204468)
341     + Document order of processing of auto ifaces            (Closes: #112012)
342     + Say that "auto" takes physical interface names as arguments
343                                                              (Closes: #138403)
344     + Document function of /etc/network/if-*.d/ directories  (Closes: #141634)
345                                                              (Closes: #157698)
346     + There are more than three universal options            (Closes: #160918)
347                                                              (Closes: #186316)
348     + Mention extended options                               (Closes: #203636)
349   * ifup(8)
350     + Indicate in synopsis that -i option takes an argument       
351     + minor phrasing changes aiming at greater clarity  
352     + formatting corrections                   
353   * examples/*: fix typos                                    (Closes: #173101)
354   * debian/control:
355     + Suggest dhcp-client and ppp                            (Closes: #178630)
356     + Standards-Version: 3.6.1
357     + Priority: important to agree with override file
358     + Clarify wording of long description
359   * debian/copyright:
360     + Clean up and make lintian happy
361   * Thanks to Thomas Hood and Michael Weber for helping to prepare
362     these patches and the NMU.
363
364  -- Marc Haber <mh+debian-packages@zugschlus.de>  Wed, 27 Aug 2003 14:00:59 +0000
365
366 ifupdown (0.6.4-4.4) unstable; urgency=low
367
368   * Non-maintainer upload
369   * adjustment to changed md5sum output format (as of dpkg 1.10)
370     (Closes: Bug#152853)
371
372  -- Michael Weber <michaelw@debian.org>  Sun, 14 Jul 2002 02:12:15 +0200
373
374 ifupdown (0.6.4-4.3) unstable; urgency=low
375
376   * Non-maintainer upload
377   * flush stream buffers before forking and after writing the
378     statefile
379     (Closes: Bug#151932)
380           
381  -- Michael Weber <michaelw@debian.org>  Thu,  4 Jul 2002 21:02:10 +0200
382
383 ifupdown (0.6.4-4.2) unstable; urgency=low
384
385   * Non-maintainer upload
386   * added locking support, parallel executions of if{up,down} will be
387     serialized (modified patch from bod@debian.org).
388     (Closes: Bug#108876, Bug#108857)
389
390  -- Michael Weber <michaelw@debian.org>  Mon, 24 Jun 2002 21:42:50 +0200
391
392 ifupdown (0.6.4-4.1) unstable; urgency=low
393
394   * Non-maintainer upload
395   * added convert-interfaces template for:
396     + de (Closes: Bug#83542)
397     + fr (Closes: Bug#83804)
398     + pt_BR (Closes: Bug#98448, Bug#110198)
399     + pl (Closes: Bug#107701)
400     + ru (Closes: Bug#112652)
401     + sv (Closes: Bug#83496)
402     (thanks to all translators)
403   * fixed some typos in source documentation
404   * pass METHOD and ADDRFAM environment variables to if.d scripts
405     and {pre-,}{up,down} lines
406     (Closes: Bug#88947)
407   * upgrade-from-0.5.x.pl emits auto statements only once
408     (patch from weasel@debian.org)
409     (Closes: Bug#105342)
410   * added "mtu" option to inet and inet6 static stanzas
411     (Closes: Bug#57731)
412   * added options "local" and "ttl" to inet6 static stanza
413     (Closes: Bug#67743)
414   * added and documented option "media" to specify the medium type
415     (Closed: Bug#79999)
416   * added and documented option hwaddress
417     (Closes: Bug#82604)
418   * reject options with empty values
419     (Closes: #86410)
420   * added more documentation to the IPX stanza
421   * improved usenet2man conversion (handles punctuation 
422     before/after //,**
423   * added support for udhcpc (slightly modified patch from kraai@debian.org)
424     (Closes: Bug#113620)
425   * added support for multiple executions of dhclient (uses
426     /var/run/dhclient.%iface%.pid now)
427     (Closes: Bug#94656)
428   * man page update [pump works for kernels (> 2.2.x)]
429     (Closes: Bug#114429)
430   * configurable user/group for install (0/0 as default, since
431     NetBSD uses group "wheel" instead of "root")
432   * examples/{check,get}-mac-address.sh:
433     + mapping script now compares given MAC addresses case-insensitive.
434     + added LANG=C to make ifupdown output reliably parseable
435       (thanks to blade@debian.org)
436
437  -- Michael Weber <michaelw@debian.org>  Sun, 23 Jun 2002 11:56:25 +0200
438
439 ifupdown (0.6.4-4) unstable; urgency=low
440
441   * Don't delete /etc/network/ifstate every boot, just empty the file. This
442     way people can symlink it to /var/run/ifstate if they so desire (ie, if
443     /var is local and /etc is read-only). (Closes: Bug#103868, Bug#85206)
444   * Explicitly set PATH in the environment, because pdksh is broken, broken
445     I say. (Closes: Bug#83557, Bug#99444)
446
447  -- Anthony Towns <aj@azure.humbug.org.au>  Tue, 19 Jun 2001 00:04:30 +1000
448
449 ifupdown (0.6.4-3) unstable; urgency=low
450
451   * Add some test cases to hopefully catch miscompiles on silly
452     architectures like alpha. Weirdly, I can't duplicate this bug on
453     lully anymore, so I didn't add a -O0 workaround at this time. We'll
454     see what happens. (Closes: Bug#81143)
455
456   * Correct old /e/n/i check from -2 so it might even work. (Closes:
457     Bug#81611)
458
459  -- Anthony Towns <aj@azure.humbug.org.au>  Tue,  9 Jan 2001 10:48:18 +1000
460
461 ifupdown (0.6.4-2) unstable; urgency=low
462
463   * Check for old /etc/network/interfaces conffile (all comments, same
464     md5, same size), and replace it with new conffile so as not to mislead
465     people into forgetting the "auto" lines. (Closes: Bug#79822) 
466
467   * Added wvdial support, theoretically. If it doesn't work, someone'll have
468     to file a new bug and tell me. (Closes: Bug#76985)
469
470  -- Anthony Towns <ajt@debian.org>  Thu, 28 Dec 2000 21:28:47 +1000
471
472 ifupdown (0.6.4-1) unstable; urgency=low
473
474   * New upstream release. Removes a bashism from the makefile, and uses
475     ferror() correctly (hopefully) (Closes: Bug#75279, Bug#76086)
476
477   * Add example that checks a MAC address is what it should be. (Closes:
478     Bug#76198)
479
480  -- Anthony Towns <ajt@debian.org>  Sun, 19 Nov 2000 15:33:22 +1000
481
482 ifupdown (0.6.3-1) unstable; urgency=low
483
484   * New upstream release. Debian patches incorporated upstream, and a
485     big fix wrt memory allocation.
486
487  -- Anthony Towns <ajt@debian.org>  Fri, 20 Oct 2000 18:38:10 -0700
488
489 ifupdown (0.6.2pr-7) unstable; urgency=low
490
491   * Rename to ifupdown. Let's see what breaks.
492
493   * Add pointopoint option for static inet interfaces. (Closes: Bug#74563)
494
495   * Updating to 0.6.x fixes some problems:
496         --scheme no longer exists (Closes: Bug#54814)
497         line numbers are reported (Closes: Bug#62542)
498         you can use $IFACE in /e/n/interfaces (Closes: Bug#71779)
499
500  -- Anthony Towns <ajt@debian.org>  Mon, 16 Oct 2000 19:30:54 -0700
501
502 ifupdown0.6 (0.6.2pr-6) unstable; urgency=low
503
504   * Cleanup /etc/network/ifstate when booting (it will be wrong
505     if the system crashed).
506
507   * This should be enough for ifupdown.deb to be updated, hopefully.
508
509  -- Anthony Towns <ajt@debian.org>  Fri, 13 Oct 2000 19:41:34 -0700
510
511 ifupdown0.6 (0.6.2pr-5) unstable; urgency=low
512
513   * The previous few uploads should've fixed most of the bugs
514     described in 72872. (Closes: Bug#72872)
515
516   * Add .sh suffixes to the example mapping scripts.
517   * Fix a typo in postinst (interface *file* not files)
518   * Add a "press enter to continue" if the /e/n/i update fails. 
519
520   * Moved /var/run/ifupdown.state to /etc/network/ifstate. Gross.
521     (Closes: Bug#74312)
522
523  -- Anthony Towns <ajt@debian.org>  Sat,  7 Oct 2000 23:52:02 -0700
524
525 ifupdown0.6 (0.6.2pr-4) unstable; urgency=low
526
527   * Automatically update /etc/network/interfaces, hopefully. 
528
529  -- Anthony Towns <ajt@debian.org>  Sat,  7 Oct 2000 21:53:21 -0700
530
531 ifupdown0.6 (0.6.2pr-3) unstable; urgency=low
532
533   * Started work on automatically converting from 0.5.x config format to
534     0.6.x.
535   * Move the example from /usr/share/doc/ifupdown to ifupdown0.6.
536   * Add some example mapping scripts. 
537
538  -- Anthony Towns <ajt@debian.org>  Sat,  7 Oct 2000 18:15:10 -0700
539
540 ifupdown0.6 (0.6.2pr-2) unstable; urgency=low
541
542   * Note that dhcpcd works with any kernel, not just 2.0 and 2.2.
543   * Remove the "noauto" keyword from the manpage. Ooopsy.
544   * Create /etc/network/if-*.d directories in preinst.
545   * Update the example-etc-network-interfaces to use the auto keyword.
546
547  -- Anthony Towns <ajt@debian.org>  Sun, 24 Sep 2000 17:05:21 -0700
548
549 ifupdown0.6 (0.6.2pr-1) unstable; urgency=low
550
551   * New upstream release.
552   * Forward port some fixes from the last .deb that I hadn't put in the
553     upstream source. Whoops.
554
555   * This is a beta package that doesn't upgrade cleanly from ifupdown. It's
556     for testing purposes only.
557
558  -- Anthony Towns <ajt@debian.org>  Sun, 24 Sep 2000 16:05:25 -0700
559
560 ifupdown (0.5.5pr-3) unstable; urgency=low
561
562   * debian/rules: Adjusted to *always* build from scratch if noweb is
563     installed, to ensure that the various .c and .defn files are updated
564     wherever possible. This should fix the problem where the updated
565     inet6.defn wasn't being included, even after -2, amongst others.
566
567  -- Anthony Towns <ajt@debian.org>  Mon, 28 Aug 2000 12:40:28 +1000
568
569 ifupdown (0.5.5pr-2) unstable; urgency=low
570
571   * debian/rules: chmod +x any scripts that are created when the diff is
572     applied. (Closes: Bug#70030)
573
574   * ifupdown.nw: Forward port lost changes from netbase 3.18-4.
575     (Closes: Bug#69723)
576   * ifupdown.nw: Specify interface explicitly when adding default routes,
577     and explicitly remove the route when deconfiguring an interface.
578     (Closes: Bug#63071, Bug#67796)
579
580   * debian/control: Add dependency on net-tools.
581
582  -- Anthony Towns <ajt@debian.org>  Sun, 27 Aug 2000 17:47:01 +1000
583
584 ifupdown (0.5.5pr-1) unstable; urgency=low
585
586   * Thought through and removed build-dependency on noweb. This involves
587     changing what I put in the .orig.tar.gz. (Closes: Bug#68869)
588
589  -- Anthony Towns <ajt@debian.org>  Sat, 19 Aug 2000 18:09:09 +1000
590
591 ifupdown (0.5.5-1) unstable; urgency=low
592
593   * Split from netbase.
594
595  -- Anthony Towns <ajt@debian.org>  Mon, 17 Jul 2000 08:24:56 +1000
596