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
|
ifupdown-scripts-zg2 (0.6-1) unstable; urgency=low
* add IPv6 support for addresses and routes
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 28 Jun 2012 21:40:16 +0200
ifupdown-scripts-zg2 (0.4-1) unstable; urgency=low
* ACK Didier's NMU
* use /bin/bash for init script as well
* remove inappropriate variables from link script
* adapt README.Debian (Closes: 639109)
* use dh instead of cdbs
* fix debian/NEWS version number
* Standards-Version: 3.9.3 (no changes necessary)
* add Vcs-Links to debian/control. Package is now in collab-maint
* Source format 3.0 (quilt)
* use --oneline in ip link call
* vlan: check whether interface with MAC found is actually the Master
(Closes: 654815)
* fix alphabetical sorting, fix date
* new label option to fix DHCP issues
-- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 27 Jun 2012 20:52:27 +0200
ifupdown-scripts-zg2 (0.3-4.1) unstable; urgency=low
* Non-maintainer upload.
* Use bash for ifupdown-scripts-zg2.d/vlan too. Thanks to Joerg Friedrich.
Closes: #605232
-- Didier Raboud <didier@raboud.com> Mon, 29 Nov 2010 11:33:31 +0100
ifupdown-scripts-zg2 (0.3-4) unstable; urgency=low
* remove debian/ifupdown-scripts-zg2.dirs which still created
/var/lib/ifupown-scripts-zg2. Thanks to Mika Prokop. Closes: #530640
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 31 May 2009 09:02:44 +0200
ifupdown-scripts-zg2 (0.3-3) unstable; urgency=low
* fix bug in migration code: make sure that
/etc/network/run/ifupdown-scripts-zg2 aktually exists before we move
files there. Thanks to Andras Barth. Closes: #529887
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 22 May 2009 20:26:32 +0200
ifupdown-scripts-zg2 (0.3-2) unstable; urgency=low
* move statedir check from postinst to avoid ifupdown pre-depends.
Thanks to Mika Prokop.
* do statedir check without /usr.
* add vlan to Suggests:
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 25 Apr 2009 08:12:50 +0200
ifupdown-scripts-zg2 (0.3-1) unstable; urgency=low
* move ATM support to examples, I do not use ATM any more and cannot
test.
* acknowledge udev: We don't rename physical interfaces any more.
Instead, we just refuse to take them up if the MAC address doesn't
fit. Local admins need to establish their interface names via udev.
* Pull set_bool_value from redirects to common-functions. Add proxy-arp
script. Thanks to Hilko Bengen. Closes: #300755
* move /var/lib/ifupdown-scripts-zg2 to /etc/network/run/ifupdown-scripts-zg2
* rely on ifupdown to handle this directory properly
* depend on ifupdown 0.6.7 or later
* Closes: #367076
* Take more care to not take down an active VLAN master interface
* Check to take down master interface if last VLAN is taken down
* Set master interface up before creating the VLAN.
Thanks to Vincent Bernat. Closes: #514907
* Factor out link up/down handling into a dedicated script
* Handle bonding interfaces (code mostly untested).
Thanks to Vincent Bernat. Closes: #514829
* conditionally source /lib/lsb/init-functions
* run only with PATH=/sbin:/bin
* only use binaries from /bin and /sbin.
Thanks to Kristine Daniels. Closes: #389495
* replace `foo` constructs with $(foo)
* run with set -u
* eliminate == bashisms
* modify package description to mention that other packages might
offer similar features.
* get rid of the TMPFILE stuff in common-functions, use sed -i
instead.
* try loading 8021q module befoe checking whether we have VLAN support
* remove dh_installinit compatibility hack, we do not need to be
backported to woody any more.
* Apply patch from Hilko Bengen. Closes: #300752
* use set -e in maintainer scripts instead of bash -e
* run autoreconf with current autotools
* add automake to Build-Depends
* new FSF postal address
* move init script to runlevel S
* LSBize init script
* Required-Start: checkroot, to be consistent with ifupdown
* Document this in NEWS
* Add example interfaces file. Thanks to Vincent Bernat. Closes: #514822
* ACK Petter's NMU. Closes: #467491
* Move Build-Depends-Indep to Build-Depends.
* Add Homepage: field
* Add ${misc:Depends} to binary deps
* Standards-Version: 3.8.1 (no changes necessary)
* debhelper compat level 7
-- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 22 Apr 2009 18:03:40 +0200
ifupdown-scripts-zg2 (0.2-2.1) unstable; urgency=low
* Non-maintainer upload to solve release goal.
* Add LSB dependency header to init.d scripts (Closes: #467491).
-- Petter Reinholdtsen <pere@debian.org> Sat, 5 Apr 2008 22:33:50 +0200
ifupdown-scripts-zg2 (0.2-2) unstable; urgency=low
* upload to unstable after pulling wrong version from CVS. Duh.
-- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 13 Sep 2004 19:32:27 +0000
ifupdown-scripts-zg2 (0.2-1) experimental; urgency=low
* 0.2-1 has suffered multiple rename origes and will not cleanly
upgrade from any 0.1 version. It is recommended to purge old
versions before installing 0.2.
* rename if.d directory to ifupdown-scripts-zg2.d.
* fix copyright.
* don't zap link dirs, only remove symlinks pointing to
ifupdown-scripts-zg2.d. Sorry for this bad goof. Closes: #270237.
* Only handle symlinks in subdirectories of /etc/network.
* Choose names for symlinks that clearly show that this is our symlink.
* Force symlink creation.
* Add "no upstream" clause to debian/control.
* add debugging hooks to maintainer scripts
* change wrong if-pre-down to if-post-down.
* don't link 00README files.
* remove debian/conffiles.
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 12 Sep 2004 19:15:05 +0000
ifupdown-scripts-zg2 (0.1-2) experimental; urgency=low
* move manpages from .8 to .1 to make lintian happy.
* First public release
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 27 Jun 2004 17:58:23 +0000
ifupdown-scripts-zg2 (0.1-1) experimental; urgency=low
* Rename from -tpl to -zg2 since I do no longer work for tpl.
* Docs.
* Adapt from "scripted" to "manual".
* Proper depends clauses to work with official ifupdown.
* Major cleanup of the scripts.
* Move accounting script to examples.
* Include the scripts themselves with the package instead of pulling
them from CVS on build time. The scripts in CVS aren't compatible
any more anyway.
* Major re-work of the symlink handling mechanism. Ship
/e/n/if.d-symlink.conf as conffile and scripts to interface
conffile with the actual symlink farm.
* Architecture: all
* Standards-Version: 3.6.1
* First version in CVS
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 27 Jun 2004 17:28:16 +0000
ifupdown-scripts-tpl (0.1.20021217-0tpl0) unstable; urgency=low
* fix bug regarding interface labels on atm interfaces with multiple
atm entries
-- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 17 Dec 2002 11:08:14 +0000
ifupdown-scripts-tpl (0.1.20021126-0tpl0) unstable; urgency=low
* use scripts version that allows dumping routes into other tables
-- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 26 Nov 2002 16:40:45 +0000
ifupdown-scripts-tpl (0.1.20021111-0tpl0) unstable; urgency=low
* use bug-fixed scripts version
-- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 11 Nov 2002 13:50:26 +0000
ifupdown-scripts-tpl (0.1.20021108-0tpl0) unstable; urgency=low
* new scripts version for more flexible handling of static routes
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 8 Nov 2002 14:15:29 +0000
ifupdown-scripts-tpl (0.1.20021009-0tpl0) unstable; urgency=low
* new scripts version for ulog-based accounting
-- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 9 Oct 2002 09:17:30 +0000
ifupdown-scripts-tpl (0.1.20020829-0tpl0) unstable; urgency=low
* added clean script
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 29 Aug 2002 13:32:05 +0000
ifupdown-scripts-tpl (0.1.20020823-0tpl0) unstable; urgency=low
* Initial Version.
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 23 Aug 2002 14:36:25 +0000
|