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