You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1107 lines
38 KiB
1107 lines
38 KiB
netcfg (0.64) UNRELEASED; urgency=low
|
|
|
|
* Joshua Kwan
|
|
- Split out all functions into static.c, dhcp.c, wireless.c.
|
|
- Port wireless fixes back to netcfg-static and netcfg-dhcp, which
|
|
have been rather neglected lately.
|
|
- Write loopback all the time, even when you abort network config.
|
|
(Closes: #248636)
|
|
- Redesign DHCP strategy with a new template that uses a select,
|
|
allowing the user to clearly alternate to static network config
|
|
(Closes: #244901, #227722)
|
|
- Display a brief note when DHCP lease gets acquired. (Closes: #247751)
|
|
- Now we can ask for a DHCP hostname to add. (Closes: #236533, #239591)
|
|
- If we didn't use one, see if the server is offering us one and seed
|
|
netcfg/get_hostname with it. (Closes: #237395, #240701)
|
|
- For idempotency reasons, down all interfaces after finding each
|
|
one so that we can start from a clean slate.
|
|
- Silently load af_packet. (Closes: #244441)
|
|
- Add some code hunks from mii-diag to determine code path on link
|
|
connection. (Closes: #247178)
|
|
- Add some ifconfig_up and ifconfig_down functions.
|
|
- Fix a long standing bug in devnames retrieval that did not strip
|
|
newlines from the devnames input and caused cdebconf to screw
|
|
up on subsequent questions.
|
|
- Bump the DHCP wait to 15 seconds. The magic number seems to be just
|
|
over 10 for me. (Closes: #244819)
|
|
- Template cleanups: netcfg/static-title, netcfg/dhcp-title,
|
|
netcfg/internal-pcmcia
|
|
- Add dhcp3-client support.
|
|
- Remove a lot of calls to /sbin/this and /sbin/that in response to Joey's
|
|
rant on debian-boot.
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Sat, 8 May 2004 18:17:05 -0700
|
|
|
|
netcfg (0.63) unstable; urgency=low
|
|
|
|
* Per Olofsson
|
|
- Map 127.0.0.1 to localhost in /etc/hosts, make the hostname
|
|
an alias instead.
|
|
* Joey Hess
|
|
- Corrected innaccuracy in the description of ad-hoc networks.
|
|
* Matt Kraai
|
|
- Do not overwrite the resolv.conf created by the DHCP client.
|
|
* Joshua Kwan
|
|
- Remove debugging code that was not intended for 0.62.
|
|
- Disambiguate wireless_wep template that was confusing if the card
|
|
had associated successfully without previous user intervention by
|
|
pointing out that ${device} is a wireless device.
|
|
|
|
-- Matt Kraai <kraai@debian.org> Thu, 15 Apr 2004 20:41:59 -0700
|
|
|
|
netcfg (0.62) unstable; urgency=low
|
|
|
|
* Joshua Kwan
|
|
- Switch to new debhelper udeb support.
|
|
- Stick /sbin back. It was module-init-tools' fault.
|
|
- Re-UTF8ize changelog.
|
|
- Add a progress bar that waits 3 seconds for us to associate with an
|
|
AP. If after 3 seconds there is no association, then bail out, and
|
|
have the user type in the ESSID. From here it's possible to return
|
|
to automatic configuration, if, say, the user moves closer to the AP
|
|
and it can associate.
|
|
- Pull udhcpc.default.script because udhcpc-udeb isn't available
|
|
anymore.
|
|
- Blank gateway is now accepted. (Closes: #241509, #238809)
|
|
- Put own hostname in 127.0.0.1 hosts entry. (Closes: #238305, #237779)
|
|
- Add some missing newlines for wireless devices to netcfg_write_dhcp.
|
|
- Prune unused #defines.
|
|
- Nuke unused netcfg/title template.
|
|
- Clarify nameserver question by adding an introductory sentence.
|
|
(Closes: #243251)
|
|
- Touch resolv.conf when using DHCP, to fix problems with pppoeconf
|
|
(at least for now. Closes: #241075)
|
|
* Per Olofsson
|
|
- Check for hotpluggable (PCMCIA) network interfaces in
|
|
/etc/network/devhotplug and don't generate auto entries for them.
|
|
Also put them in a "mapping hotplug" stanza. Closes: #239284.
|
|
* Updated translations:
|
|
- Czech (cs.po) by Miroslav Kure
|
|
- Danish (da.po) by Claus Hindsgaul
|
|
- Basque (eu.po) by Piarres Beobide Egaña
|
|
- French (fr.po) by Philippe Batailler
|
|
- Gallegan (gl.po) by , Héctor Fernández López
|
|
- Hebrew (he.po) by Lior Kaplan
|
|
- Hungarian (hu.po) by VERÓK István
|
|
- Indonesian (id.po) by Parlin Imanuel Toh
|
|
- Japanese (ja.po) by Kenshi Muto
|
|
- Korean (ko.po) by Changwoo Ryu
|
|
- Lithuanian (lt.po) by Kęstutis Biliūnas
|
|
- Polish (pl.po) by Bartosz Fenski
|
|
- Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
|
|
- Portuguese (pt.po) by Miguel Figueiredo
|
|
- Romanian (ro.po) by Eddy Petrisor
|
|
- Slovenian (sl.po) by Jure Čuhalev
|
|
- Albanian (sq.po) by Elian Myftiu
|
|
- Swedish (sv.po) by André Dahlqvist
|
|
- Turkish (tr.po) by Osman Yüksel
|
|
- Ukrainian (uk.po) by Eugeniy Meshcheryakov
|
|
- Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu
|
|
- Traditional Chinese (zh_TW.po) by Tetralet
|
|
- Albanian (sq.po) by Elian Myftiu
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Sun, 11 Apr 2004 22:55:40 -0700
|
|
|
|
netcfg (0.61) unstable; urgency=high
|
|
|
|
* Kenshi Muto
|
|
- modprobe in busybox won't load af_packet. This causes DHCP
|
|
configuration fail.
|
|
This can be avoid by running modprobe without '/sbin/'.
|
|
* Updated translations:
|
|
- Welsh (cy.po) by Dafydd Harries
|
|
- German (de.po) by Alwin Meschede
|
|
- Polish (pl.po) by Bartosz Fenski
|
|
- Russian (ru.po) by Nikolai Prokoschenko
|
|
- Slovenian (sl.po) by Jure Äuhalev
|
|
- Albanian (sq.po) by Elian Myftiu
|
|
|
|
-- Joey Hess <joeyh@debian.org> Thu, 1 Apr 2004 20:26:33 -0500
|
|
|
|
netcfg (0.60) unstable; urgency=low
|
|
|
|
* Updated translations:
|
|
- Greek, Modern (1453-) (el.po) by Konstantinos Margaritis
|
|
- Hebrew (he.po) by Lior Kaplan
|
|
- Indonesian (id.po) by Parlin Imanuel Toh
|
|
- Korean (ko.po) by Changwoo Ryu
|
|
- Albanian (sq.po) by Elian Myftiu
|
|
- Swedish (sv.po) by André Dahlqvist
|
|
- Turkish (tr.po) by Osman Yüksel
|
|
- Ukrainian (uk.po) by Eugeniy Meshcheryakov
|
|
- Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu
|
|
- Traditional Chinese (zh_TW.po) by Tetralet
|
|
|
|
-- Joey Hess <joeyh@debian.org> Tue, 30 Mar 2004 14:32:01 -0500
|
|
|
|
netcfg (0.59) unstable; urgency=low
|
|
|
|
* Joey Hess
|
|
- Fix endian problem in gateway calculation.
|
|
* Updated translations:
|
|
- Bosnian (bs.po) by Safir Å eÄeroviÄ
|
|
- Catalan (ca.po) by Jordi Mallach
|
|
- Czech (cs.po) by Miroslav Kure
|
|
- Danish (da.po) by Claus Hindsgaul
|
|
- Spanish (Castilian) (es.po) by Javier Fernandez-Sanguino Peña
|
|
- French (fr.po) by Philippe Batailler
|
|
- Hungarian (hu.po) by VERÃK István
|
|
- Indonesian (id.po) by Parlin Imanuel Toh
|
|
- Italian (it.po) by Giuseppe Sacco
|
|
- Japanese (ja.po) by Kenshi Muto
|
|
- Lithuanian (lt.po) by KÄstutis BiliÅ«nas
|
|
- Dutch (nl.po) by Bart Cornelis
|
|
- Portuguese (pt.po) by Miguel Figueiredo
|
|
- Portuguese (Brazil) (pt_BR.po) by André LuÃs Lopes
|
|
- Slovak (sk.po) by Peter KLFMANiK Mann
|
|
- Ukrainian (uk.po) by Eugeniy Meshcheryakov
|
|
- Albanian (sq.po) by Elian Myftiu
|
|
|
|
-- Joey Hess <joeyh@debian.org> Thu, 25 Mar 2004 14:19:18 -0500
|
|
|
|
netcfg (0.58) unstable; urgency=low
|
|
|
|
* Joey Hess
|
|
- Convert netcfg/get_method, a select list, to netcfg/use_dhcp, a boolean.
|
|
This will make it easier to override at the boot prompt.
|
|
* Updated translations:
|
|
- Czech (cs.po) by Miroslav Kure
|
|
- Danish (da.po) by Claus Hindsgaul
|
|
- French (fr.po) by Philippe Batailler
|
|
- Hungarian (hu.po) by VERÃK István
|
|
- Italian (it.po) by Giuseppe Sacco
|
|
- Japanese (ja.po) by Kenshi Muto
|
|
- Korean (ko.po) by Changwoo Ryu
|
|
- Lithuanian (lt.po) by KÄstutis BiliÅ«nas
|
|
- Dutch (nl.po) by Bart Cornelis
|
|
- Polish (pl.po) by Bartosz Fenski
|
|
- Portuguese (pt.po) by Miguel Figueiredo
|
|
- Portuguese (Brazil) (pt_BR.po) by André LuÃs Lopes
|
|
- Slovak (sk.po) by Peter KLFMANiK Mann
|
|
- Albanian (sq.po) by Elian Myftiu
|
|
- Swedish (sv.po) by André Dahlqvist
|
|
- Turkish (tr.po) by Osman Yüksel
|
|
- Ukrainian (uk.po) by Eugeniy Meshcheryakov
|
|
|
|
-- Joey Hess <joeyh@debian.org> Mon, 22 Mar 2004 15:49:59 -0500
|
|
|
|
netcfg (0.57) unstable; urgency=low
|
|
|
|
* Bastian Blank
|
|
- Use inet_pton and inet_ntop. Why must people always write their own
|
|
instead of using well tested standard functions?
|
|
- Only recalculate gateway if ipaddress or netmask is changed.
|
|
- Never recalculate nameserver.
|
|
* Joshua Kwan
|
|
- Make the question about adhoc/managed actually do something,
|
|
add a template for its question. Note: needs translation.
|
|
- Make interfaces honor the decision made in the adhoc/managed question.
|
|
- Make sure the WEP question, priority high, always gets asked.
|
|
- No gateway, no point-to-point address is OK. (Closes: #238653)
|
|
- If netcfg/get_hostname returns a FQDN, seed netcfg/get_domain with it
|
|
and do not ask that question a second time. Only ask it if FQDN was
|
|
_not_ passed. (Closes: #174360)
|
|
- Write out some informative text to INTERFACES_FILE.
|
|
* Updated translations:
|
|
- Danish (da.po) by Claus Hindsgaul
|
|
- French (fr.po) by Philippe Batailler
|
|
- Hungarian (hu.po) by VERÃK István
|
|
- Japanese (ja.po) by Kenshi Muto
|
|
- Korean (ko.po) by Changwoo Ryu
|
|
- Lithuanian (lt.po) by KÄstutis BiliÅ«nas
|
|
- Dutch (nl.po) by Bart Cornelis
|
|
- Polish (pl.po) by Bartosz Fenski
|
|
- Portuguese (Brazil) (pt_BR.po) by André LuÃs Lopes
|
|
- Portuguese (pt.po) by Miguel Figueiredo
|
|
- Albanian (sq.po) by Elian Myftiu
|
|
- Swedish (sv.po) by André Dahlqvist
|
|
- Turkish (tr.po) by Osman Yüksel
|
|
- Ukrainian (uk.po) by Eugeniy Meshcheryakov
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Fri, 19 Mar 2004 18:30:38 -0800
|
|
|
|
netcfg (0.56) unstable; urgency=low
|
|
|
|
* Petter Reinholdtsen
|
|
- Undo code changes done by Bastian Blank. They need more testing
|
|
so we only include the translations for beta3.
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Sun, 14 Mar 2004 19:50:33 +0100
|
|
|
|
netcfg (0.55) unstable; urgency=low
|
|
|
|
* Bastian Blank
|
|
- Use inet_pton and inet_ntop. Why must people always write its own
|
|
instead of using well tested default functions?
|
|
- Only recalculate gateway if ipaddress or netmask is changed.
|
|
- Never recalculate nameserver.
|
|
* Translations:
|
|
- KÄstutis BiliÅ«nas: Updated Lithuanian translation (lt.po)
|
|
- Jordi Mallach: Updated Catalan translation (ca.po)
|
|
- Giuseppe Sacco: Updated italian translation (it.po)
|
|
- Nikolai Prokoschenko: Russian updates (ru.po)
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Sun, 14 Mar 2004 19:22:30 +0100
|
|
|
|
netcfg (0.54) unstable; urgency=low
|
|
|
|
* Strip the binaries again.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Tue, 9 Mar 2004 15:38:56 -0500
|
|
|
|
netcfg (0.53) unstable; urgency=low
|
|
|
|
* Fix dhcp killer to not segfault if the pid is < 1000 or > 9999.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Tue, 9 Mar 2004 15:01:06 -0500
|
|
|
|
netcfg (0.52) unstable; urgency=low
|
|
|
|
* Joey Hess
|
|
- Fix "search (null)" in /etc/resolv.conf, again, sigh.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Mon, 8 Mar 2004 19:19:30 -0500
|
|
|
|
netcfg (0.51) unstable; urgency=low
|
|
|
|
* Joey Hess
|
|
- Clarify the DHCP retry message to make better sense if you don't know
|
|
what DHCP is.
|
|
- Kill dhcp client before beginning static network config, to keep the
|
|
memory footprint as low as possible.
|
|
* Updated translations:
|
|
- Bulgarian (bg.po) by Ognyan Kulev
|
|
- Czech (cs.po) by Miroslav Kure
|
|
- Danish (da.po) by Claus Hindsgaul
|
|
- German (de.po) by Alwin Meschede
|
|
- Greek, Modern (1453-) (el.po) by Konstantinos Margaritis
|
|
- Spanish (Castilian) (es.po) by Javier Fernandez-Sanguino Peña
|
|
- Finnish (fi.po) by Tapio Lehtonen
|
|
- French (fr.po) by Philippe Batailler
|
|
- Hungarian (hu.po) by VERÃK István
|
|
- Italian (it.po) by Giuseppe Sacco
|
|
- Japanese (ja.po) by Kenshi Muto
|
|
- Korean (ko.po) by Changwoo Ryu
|
|
- Lithuanian (lt.po) by KÄstutis BiliÅ«nas
|
|
- Bokmal, Norwegian (nb.po) by Axel Bojer
|
|
- Dutch (nl.po) by Bart Cornelis
|
|
- Norwegian Nynorsk (nn.po) by HÃ¥vard Korsvoll
|
|
- Portuguese (pt.po) by Miguel Figueiredo
|
|
- Portuguese (Brazil) (pt_BR.po) by André LuÃs Lopes
|
|
- Albanian (sq.po) by Elian Myftiu
|
|
- Swedish (sv.po) by André Dahlqvist
|
|
- Ukrainian (uk.po) by Eugeniy Meshcheryakov
|
|
- Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu
|
|
|
|
-- Joey Hess <joeyh@debian.org> Mon, 8 Mar 2004 18:08:59 -0500
|
|
|
|
netcfg (0.50) unstable; urgency=low
|
|
|
|
* Joshua Kwan:
|
|
- netcfg-{dhcp,static} Depends: libiw27-udeb.
|
|
* Translations:
|
|
- HÃ¥vard Korsvoll
|
|
- Updated Norwegian, bokmål translation, (nb.po). From Axel Bojer
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Tue, 2 Mar 2004 10:33:14 -0800
|
|
|
|
netcfg (0.49) unstable; urgency=low
|
|
|
|
* Joshua Kwan:
|
|
- Make netcfg read /etc/network/devnames (generated by ethdetect and
|
|
hw-detect) to show names of ethernet devices in the interface
|
|
selection menu. Will _not_ work for PCMCIA devices ... yet.
|
|
(Closes: #224662, #234311, #234395)
|
|
* Translations:
|
|
- Javier Fernandez-Sanguino Pe~na
|
|
- Updated Spanish translation
|
|
- Ming Hua
|
|
- Initial Traditional Chinese translation (zh_TW.po), by Tetralet
|
|
- Updated Traditional Chinese translation (zh_TW.po), by Tetralet
|
|
- Jure Cuhalev
|
|
- Updated Slovenian translation (sl.po)
|
|
- Giuseppe Sacco
|
|
- Updated italian translation (it.po)
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Fri, 27 Feb 2004 01:08:46 -0800
|
|
|
|
netcfg (0.48) unstable; urgency=low
|
|
|
|
* Joshua Kwan:
|
|
- libiw27-udeb exists, yay! We can go back to relinking with libiw
|
|
dynamically.
|
|
- Remove redundant configure{,-stamp} target in rules.
|
|
* Translations :
|
|
- Bartosz Fenski
|
|
- Updated Polish translation (pl.po)
|
|
- Carlos Z.F. Liu
|
|
- Updated Simplified Chinese translation (zh_CN.po)
|
|
- Peter Mann
|
|
- Updated Slovak translation (sk.po)
|
|
- Eugeniy Meshcheryakov
|
|
- Updated Ukrainian translation (uk.po)
|
|
- Jordi Mallach
|
|
- Updated Catalan translation (ca.po)
|
|
- Alwin Meschede
|
|
- Updated German translation (de.po)
|
|
- Miroslav Kure
|
|
- Updated Czech translation (cs.po)
|
|
- HÃ¥vard Korsvoll
|
|
- Updated Norwegian nynorsk translation (nn.po)
|
|
- Konstantinos Margaritis
|
|
- Updated Greek translation (el.po)
|
|
- Kenshi Muto
|
|
- Updated Japanese translation (ja.po)
|
|
- Bart Cornelis
|
|
- Updated Dutch translation (nl.po)
|
|
- Thorsten Sauter
|
|
- Fix german translation (de.po)
|
|
- Changwoo Ryu
|
|
- Updated Korean translation (ko.po)
|
|
- Claus Hindsgaul
|
|
- Updated Danish translation (da.po)
|
|
|
|
-- Joey Hess <joeyh@debian.org> Thu, 26 Feb 2004 21:08:11 -0500
|
|
|
|
netcfg (0.47) unstable; urgency=low
|
|
|
|
* Joey Hess
|
|
- Use three dots in ellipses for consistency.
|
|
- Link libiw statically. This is temporary, until there is a libiw-udeb.
|
|
* Joshua Kwan
|
|
- Brown paper bag: Fix egregiously broken is_valid_ip() tests.
|
|
(In more ways than one...)
|
|
* Translations :
|
|
- Philippe Batailler
|
|
- Updated French translation (fr.po)
|
|
- André LuÃs Lopes
|
|
- Updated Brazilian Portuguese translation (pt_BR.po)
|
|
- KÄstutis BiliÅ«nas
|
|
- Updated Lithuanian translation (lt.po)
|
|
- KEnshi Muto
|
|
- Updated Japanese translation (ja.po)
|
|
- Giuseppe Sacco
|
|
- Updated italian translation (it.po)
|
|
- Konstantinos Margaritis
|
|
- Updated Greek translation (el.po)
|
|
- Carlos Z.F. Liu
|
|
- Updated Simplified Chinese translation (zh_CN.po)
|
|
- Jordi Mallach
|
|
- Updated Catalan translation (ca.po)
|
|
- Eugeniy Meshcheryakov
|
|
- Updated Ukrainian translation (uk.po)
|
|
- Elian Myftiu
|
|
- Updated Albanian translation (sq.po)
|
|
- HÃ¥vard Korsvoll
|
|
- Updated Norwegian, nynorsk (nn.po) translation.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Wed, 25 Feb 2004 00:44:43 -0500
|
|
|
|
netcfg (0.46) unstable; urgency=low
|
|
|
|
* Joshua Kwan
|
|
- Added wireless configuration support for ESSIDs and WEP keys
|
|
using libiw. (Closes: #225512, #214491)
|
|
- Made default text for nameserver match gateway when in static
|
|
configuration. (Closes: #231106)
|
|
- Bump netcfg/get_domain to priority high. (Closes: #231107)
|
|
using libiw.
|
|
- Check entered IP addresses for gateway, netmask (special case allowing
|
|
'0' entries), IP address, and PPP endpoint. (Closes: #224912)
|
|
* Joey Hess
|
|
- First round of template polishing on new templates.
|
|
* Translations:
|
|
- Miroslav Kure
|
|
- Updated Czech translation
|
|
- Elian Myftiu
|
|
- Updated Albanian translation (sq.po)
|
|
- Carlos Z.F. Liu
|
|
- Updated Simplified Chinese translation (zh_CN.po)
|
|
- Kenshi Muto
|
|
- Updated Japanese translation (ja.po)
|
|
- Eugeniy Meshcheryakov
|
|
- Updated Ukrainian translation (uk.po)
|
|
- André LuÃs Lopes
|
|
- Updated Brazilian Portuguese translation (pt_BR.po)
|
|
- Jordi Mallach
|
|
- Updated Catalan translation (ca.po)
|
|
* Claus Hindsgaul
|
|
- Updated Danish translation (da.po)
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Mon, 23 Feb 2004 09:32:27 -0800
|
|
|
|
netcfg (0.45) unstable; urgency=low
|
|
|
|
* Joey Hess
|
|
- Use just one prebaseconfig script for all three netcfg programs.
|
|
This is to simplify the necessary progress templates.
|
|
- Add a prebaseconfig progress template.
|
|
* Translations :
|
|
- André LuÃs Lopes
|
|
- Updated Brazilian Portuguese translations (pt_BR.po)
|
|
- Kenshi Muto
|
|
- Updated Japanese translation (ja.po)
|
|
- Changwoo Ryu
|
|
- Added Korean translation (ko.po)
|
|
* Claus Hindsgaul
|
|
- Updated Danish translation (da.po)
|
|
- Eugeniy Meshcheryakov
|
|
- Updated Ukrainian translation (uk.po)
|
|
- KÄstutis BiliÅ«nas
|
|
- Updated Lithuanian translation (lt.po)
|
|
- Carlos Z.F. Liu
|
|
- Updated Simplified Chinese translation (zh_CN.po)
|
|
- Konstantinos Margaritis
|
|
- Updated Greek translation (el.po)
|
|
|
|
-- Joey Hess <joeyh@debian.org> Sat, 21 Feb 2004 14:57:37 -0500
|
|
|
|
netcfg (0.44) unstable; urgency=low
|
|
|
|
* Translators:
|
|
- Peter Mann: Update Slovak translation
|
|
- Miguel Figueiredo : Updated pt.po
|
|
- Carlos Z.F. Liu
|
|
- fix some serious errors in Simplified Chinese translation.
|
|
- h3li0s: added albanian translation sq.po
|
|
- Jordi Mallach: Update Catalan translation (ca.po).
|
|
* Eugen Meshcheryakov : added Ukrainian translation (uk.po)
|
|
|
|
-- Christian Perrier <bubulle@debian.org> Sun, 8 Feb 2004 20:26:40 +0100
|
|
|
|
netcfg (0.43) unstable; urgency=low
|
|
|
|
* Steinar H. Gunderson
|
|
- The state machine in netcfg-dhcp was broken and never really
|
|
activated DHCP; fixed.
|
|
|
|
-- Steinar H. Gunderson <sesse@debian.org> Sun, 25 Jan 2004 19:23:42 +0100
|
|
|
|
netcfg (0.42) unstable; urgency=low
|
|
|
|
* Bartosz Fenski
|
|
- Updated Polish (pl) translation.
|
|
* Giuseppe Sacco
|
|
- Update italian translation (it.po)
|
|
* Matt Kraai
|
|
- Remove an extra space from the netcfg/get_hostname template.
|
|
* Christian Perrier
|
|
- Run debconf-updatepo after the above change
|
|
- Unfuzzied translations after the above change
|
|
* Andre Dahlqvist
|
|
- Updated Swedish translation (sv.po)
|
|
* Joey Hess
|
|
- Reworded the interface selection question.
|
|
* Christian Perrier
|
|
- Run debconf-updatepo
|
|
* Kenshi Muto
|
|
- Update Japanese translation (ja.po)
|
|
* Bart Cornelis
|
|
- Updated Dutch (nl.po) translation
|
|
* André LuÃs Lopes
|
|
- Updated Brazilian Portuguese (pt_BR) translation.
|
|
* Konstantinos Margaritis
|
|
- Updated Greek translation (el.po)
|
|
* Anmar Oueja
|
|
- created and translated to Arabic (ar.po)
|
|
* Philippe Batailler
|
|
- Updated French translation (fr.po)
|
|
* Miroslav Kure
|
|
- Updated Czech translation
|
|
* Peter Mann
|
|
- Updated Slovak translation
|
|
* Teófilo Ruiz Suárez
|
|
- Updated Spanish translation (po/es.po)
|
|
* Nikolai Prokoschenko
|
|
- updated russian translation (ru.po)
|
|
* Anmar Oueja
|
|
- Update Arabic translation (ar.po)
|
|
* Claus Hindsgaul
|
|
- Updated Danish translation.
|
|
* Alwin Meschede
|
|
- Updated German translation (de.po)
|
|
* KÄstutis BiliÅ«nas
|
|
- Updated Lithuanian translation (lt.po).
|
|
* Ming Hua
|
|
- Updated Simplified Chinese translation (zh_CN.po)
|
|
* Andre Dahlqvist
|
|
- Update Swedish translation (sv.po)
|
|
* Safir Secerovic
|
|
- Update Bosnian translation (bs.po).
|
|
* Joey Hess
|
|
- Only prompt for a hostname after dhcp has succeeded, to avoid
|
|
double prompt on failed dhcp followed by static config.
|
|
Closes: #227897
|
|
- Add back button to the dhcp retry dialog. Closes half of #225861
|
|
The other half will be fixed in cdebconf.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Thu, 22 Jan 2004 20:02:45 -0500
|
|
|
|
netcfg (0.41) unstable; urgency=low
|
|
|
|
* Change priority of the hostname question to high.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Thu, 1 Jan 2004 22:21:28 -0500
|
|
|
|
netcfg (0.40) unstable; urgency=low
|
|
|
|
* Ming Hua
|
|
- Initial Simplified Chinese translation (zh_CN.po)
|
|
* Bart Cornelis
|
|
- Merged Norwegian Nynorsk (nn.po) translation from skolelinux-cvs
|
|
* Thiemo Seufer
|
|
- Code cleanup and whitespace police, run through the testmill
|
|
this time.
|
|
* Andre Dahlqvist
|
|
- Initial Swedish translation (sv.po).
|
|
* Matt Kraai
|
|
- Do not overwrite /etc/resolv.conf if using DHCP.
|
|
- Do not set the domain if it is the empty string.
|
|
* Joey Hess
|
|
- Only copy /etc/resolv.conf to /target in static config.
|
|
- Do not write badly formatted /etc/mailname. Instead, set the hostname
|
|
in /proc and let the MTA postinst do the rest.
|
|
Closes: #212143, #222631
|
|
- If the domain is left blank, do not add a search line to
|
|
/etc/resolv.conf
|
|
- Write hostname to /etc/hostname and copy to target in prebaseconfig,
|
|
to avoid the localhost effect from 50config-target-network in
|
|
prebaseconfig. Closes: #224644
|
|
|
|
-- Joey Hess <joeyh@debian.org> Tue, 30 Dec 2003 19:54:27 -0500
|
|
|
|
netcfg (0.39) unstable; urgency=high
|
|
|
|
* Reverted Thiemo Seufer's "code cleanup", which broke the state machine
|
|
and made netcfg hang after getting a dhcp lease. Test before committing,
|
|
people!
|
|
|
|
-- Joey Hess <joeyh@debian.org> Fri, 26 Dec 2003 13:35:58 -0500
|
|
|
|
netcfg (0.38) unstable; urgency=low
|
|
|
|
* Peter Mann
|
|
- Initial Slovak translation
|
|
* André Dahlqvist
|
|
- Added Swedish translation
|
|
* Giuseppe Sacco
|
|
- Updated italian translation
|
|
|
|
-- Joey Hess <joeyh@debian.org> Thu, 25 Dec 2003 19:31:07 -0500
|
|
|
|
netcfg (0.37) unstable; urgency=low
|
|
|
|
* Thiemo Seufer
|
|
- Code cleanup.
|
|
* Gaudenz Steinlin
|
|
- prefer udhcpc to pump (Closes: #224663)
|
|
- copy hostname to /target/etc/mailname (Closes: #212143)
|
|
* Bart Cornelis
|
|
- Merged Norwegian Bokmael (nb.po) translation from skolelinux-cvs
|
|
* Jure Cuhalev
|
|
- Added/updated slovenian translation (sl.po).
|
|
|
|
-- Joey Hess <joeyh@debian.org> Tue, 23 Dec 2003 21:47:33 -0500
|
|
|
|
netcfg (0.36) unstable; urgency=low
|
|
|
|
* Bartosz Fenski
|
|
- Updated Polish (pl) translation.
|
|
* Steinar H. Gunderson
|
|
- Updated Norwegian translation (nb.po).
|
|
* Philippe Batailler
|
|
- French translation improvements.
|
|
* Christian Perrier
|
|
- Corrected typo in templates (s/If must/It must) and updated
|
|
all translations
|
|
* Thiemo Seufer
|
|
- Fix function prototypes. Improve Makefile.
|
|
* Ognyan Kulev
|
|
- Added/updated bulgarian translation (bg.po).
|
|
* KÄstutis BiliÅ«nas
|
|
- Updated Lithuanian translation (lt.po).
|
|
* Petter Reinholdtsen
|
|
- Update Norwegian Nynorsk (nn.po), thanks to Gaute Hvoslef Kvalnes.
|
|
* Bart Cornelis
|
|
- Updated Dutch translation (nl.po)
|
|
* Daniel Costa
|
|
- Updated Portuguese translation (pt.po)
|
|
* Teófilo Ruiz Suárez
|
|
- (Very) updated Spanish translation (es.po)
|
|
- Switched to UTF-8
|
|
|
|
-- Joey Hess <joeyh@debian.org> Mon, 22 Dec 2003 14:26:37 -0500
|
|
|
|
netcfg (0.35) unstable; urgency=low
|
|
|
|
* André LuÃs Lopes
|
|
- Update pt_BR (Brazilian Portuguese) translation.
|
|
* KÄstutis BiliÅ«nas
|
|
- Updated Lithuanian translation
|
|
* Christian Perrier
|
|
- Debconf templates polishing (Closes: #223762)
|
|
* Joey Hess
|
|
- English fixes.
|
|
* Kenshi Muto
|
|
- Update Japanese translation (ja.po)
|
|
* Oliver Elphick
|
|
- More template polishing.
|
|
* Verok Istvan
|
|
- Updated Hungarian translation
|
|
* Claus Hindsgaul
|
|
- Updated Danish translation.
|
|
* Konstantinos Margaritis
|
|
- Updated Greek translation (el.po)
|
|
* Giuseppe Sacco
|
|
- add italian translation by Filippo Giunchedi
|
|
* Gaudenz Steinlin
|
|
- write to prebaseconfig.d/40netcfg in netcfg
|
|
* Alwin Meschede
|
|
- Updated German translation (de.po)
|
|
* Miroslav Kure
|
|
- Updated Czech translation (cs.po)
|
|
* Philippe Batailler
|
|
- Updated French translation (fr.po)
|
|
|
|
-- Gaudenz Steinlin <gaudenz@soziologie.ch> Wed, 17 Dec 2003 01:11:31 +0100
|
|
|
|
netcfg (0.34) unstable; urgency=low
|
|
|
|
* Kenshi Muto
|
|
- Update Japanese translation (ja.po)
|
|
* André LuÃs Lopes
|
|
- Update pt_BR (Brazilian Portuguese) translation.
|
|
* Verok Istvan
|
|
- Initial Hungarian translation
|
|
* Denis Barbier
|
|
- Unfuzzy French translation
|
|
* Gaudenz Steinlin
|
|
- add new combined dhcp and static netcfg
|
|
(udeb netcfg)
|
|
- implement joey's dhcp idea
|
|
(wait 10s and then ask if we should try
|
|
longer)
|
|
- move common code to netcfg-common.c
|
|
- improve state machines
|
|
|
|
-- Gaudenz Steinlin <gaudenz@soziologie.ch> Thu, 11 Dec 2003 12:08:48 +0100
|
|
|
|
netcfg (0.33) unstable; urgency=low
|
|
|
|
* André LuÃs Lopes
|
|
- Update pt_BR (Brazilian Portuguese) translation.
|
|
* Miroslav Kure
|
|
- Update Czech translation.
|
|
* Steinar H. Gunderson
|
|
- Update nb.po.
|
|
* Konstantinos Margaritis
|
|
- Initial Greek translation (el.po)
|
|
* Christian Perrier
|
|
- Refined and standardized templates. Closes: #219633
|
|
* Claus Hindsgaul
|
|
- Update da (Danish) translation.
|
|
* Axel Noetzold
|
|
- Remove spurious space from the netcfg/no_interfaces template.
|
|
Closes: #221203
|
|
* Safir Å eÄeroviÄ
|
|
- Update Bosnian translation (bs.po)
|
|
* Bastian Blank
|
|
- remove dependency against different dhcp clients.
|
|
* Jordi Mallach
|
|
- Add Catalan translation (ca.po).
|
|
* Kenshi Muto
|
|
- Update Japanese translation (ja.po)
|
|
* Ilgiz Kalmetev
|
|
- Update Russian translation. Closes: #221824.
|
|
* Joey Hess
|
|
- Fix tense in netcfg/error template.
|
|
* Thiemo Seufer
|
|
- Add CLFAGS -W.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Tue, 9 Dec 2003 15:52:11 -0500
|
|
|
|
netcfg (0.32) unstable; urgency=low
|
|
|
|
* Denis Barbier
|
|
- Run debconf-updatepo to update PO files
|
|
* Philippe Batailler
|
|
- Update French translation.
|
|
* Kenshi Muto
|
|
- Update Japanese translation (ja.po)
|
|
* Petter Reinholdtsen
|
|
- Updated nb.po.
|
|
* Claus Hindsgaul
|
|
- Update da (Danish) translation.
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Fri, 14 Nov 2003 15:26:00 +0100
|
|
|
|
netcfg (0.31) unstable; urgency=low
|
|
|
|
* Gaudenz Steinlin
|
|
- remove useless and confusing dhcp
|
|
confirm question
|
|
- apply debconf templates polishing
|
|
(Thanks to Christian Perrier and
|
|
Chris Tillman) (Closes: #219633)
|
|
- reworked state machine in netcfg-static to
|
|
show iface, ipaddr, p2p, netmask, gateway,
|
|
nameservers, hostname, domain, confirm
|
|
(Closes: #220182)
|
|
- set nameserver question to high
|
|
- depend on ethernet-card-detection
|
|
(Closes: #219309)
|
|
|
|
-- Gaudenz Steinlin <steinlin@sowipc4.unibe.ch> Thu, 13 Nov 2003 22:44:23 +0100
|
|
|
|
netcfg (0.30) unstable; urgency=low
|
|
|
|
* Kenshi Muto
|
|
- Update Japanese translation (ja.po)
|
|
* Bart Cornelis
|
|
- Udate Dutch translation (nl.po)
|
|
* Steinar H. Gunderson
|
|
- Fix so that netcfg asks debconf for the description for
|
|
"netcfg/internal-eth" instead of (e.g.) "netcfg/internal-eth0".
|
|
- Make multiple network cards work properly, by stripping off the
|
|
trailing ", " from the choices list sent to cdebconf.
|
|
* Alastair McKinstry
|
|
- Enable <goback> button to work. Closes: #212771.
|
|
* Claus Hindsgaul
|
|
- Update da (Danish) translation.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Mon, 10 Nov 2003 13:46:20 -0500
|
|
|
|
netcfg (0.29) unstable; urgency=low
|
|
|
|
* Joey Hess
|
|
- Temporary fix to refer to correct menu item title for ethdetect.
|
|
- Add myself to uploaders.
|
|
* Matt Kraai
|
|
- Pass -e to dhclient so that it exits unsuccessfully if it is unable
|
|
to obtain a lease (closes: #219392).
|
|
* Philippe Batailler
|
|
- Update French translation.
|
|
* Christian Perrier
|
|
- Fix Turkish PO file (closes: #219396).
|
|
* André LuÃs Lopes
|
|
- Update pt_BR (Brazilian Portuguese) translation.
|
|
* Miroslav Kure
|
|
- Update Czech translation.
|
|
* Tommi Vainikainen
|
|
- Update Finnish translation.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Fri, 7 Nov 2003 13:19:11 -0500
|
|
|
|
netcfg (0.28) unstable; urgency=low
|
|
|
|
* André LuÃs Lopes
|
|
- Updated pt_BR (Brazilian Portuguese) translation.
|
|
* Kenshi Muto
|
|
- Update Japanese translation (ja.po)
|
|
* Bart Cornelis
|
|
- Updated dutch translation (nl.po)
|
|
- added lituanian (lt.po) translation from Kestutis Biliunas
|
|
* Tommi Vainikainen
|
|
- Add Finnish (fi.po) translation
|
|
* Miroslav Kure
|
|
- Update Czech translation (cs.po).
|
|
* Petter Reinholdtsen
|
|
- Updated nb.po.
|
|
* Claus Hindsgaul
|
|
- Update da (Danish) translation.
|
|
* Philippe Batailler
|
|
- Update French translation.
|
|
* Joey Hess
|
|
- Change Installer-Menu-Items from 11 to 18 and 20 as part of the
|
|
10-30 renumbering.
|
|
* Safir Secerovic, Amila Akagic
|
|
- Add Bosnian translation (bs.po).
|
|
|
|
-- Joey Hess <joeyh@debian.org> Sun, 2 Nov 2003 13:13:34 -0500
|
|
|
|
netcfg (0.27) unstable; urgency=low
|
|
|
|
* Step dhcp progress display to 100% before clearing it.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Fri, 17 Oct 2003 17:22:24 -0400
|
|
|
|
netcfg (0.26) unstable; urgency=low
|
|
|
|
* Claus Hindsgaul
|
|
- Update da (Danish) translation.
|
|
* Alastair McKinstry
|
|
- Move to new cdebconf macros.
|
|
- Added versioned depends on libdebconfclient-dev to ensure we get
|
|
working debonf_* macros
|
|
* Joey Hess
|
|
- Fixed the libdebconfclient0-dev package name.
|
|
- Run a progress bar with dhcp, just so something will be on the screen
|
|
then.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Fri, 17 Oct 2003 15:23:52 -0400
|
|
|
|
netcfg (0.25) unstable; urgency=low
|
|
|
|
* Alastair McKinstry
|
|
- Change references to "Configure network hardware" to "Detect hardware"
|
|
- remove unnecessary menutest scripts
|
|
- Move changelog to UTF-8
|
|
- Moved to Standards-Version: 3.6.1
|
|
* ANdré LuÃs Lopes
|
|
- Update Brazilian Portuguese (pt_BR) debconf template translations.
|
|
* Martin Sjögren
|
|
- Fix hostname corruption bug.
|
|
- Remove empty netcfg-ppp package.
|
|
- Use SETTITLE instead of TITLE for i18n reasons.
|
|
- Use debconf templates for i18n.
|
|
* Pierre Machard
|
|
- Update French debconf template translation [Philippe Batailler]
|
|
* Javier Fernandez-Sanguino:
|
|
- Updated Spanish translation
|
|
* Kenshi Muto
|
|
- Added Japanese translation (ja.po)
|
|
* Steinar H. Gunderson
|
|
- Now includes directory /etc/network. (Closes: #211300)
|
|
* Chris Tillman
|
|
- Update English usage in message templates
|
|
* Bart Cornelis
|
|
- Update Dutch po-debconf translation, incorporated changes
|
|
suggested by newly started review process of debian-l10n-dutch
|
|
team
|
|
* Kenshi Muto
|
|
- Update ja.po
|
|
* Petter Reinholdtsen
|
|
- Make menu entries translatable.
|
|
- Improve text of the missing interface template.
|
|
- Use the error template type on error templates.
|
|
- Update dependency from libdebian-installer3-dev to
|
|
libdebian-installer4-dev, patch from Goswin von Brederlow.
|
|
* Denis Barbier
|
|
- Add comments in templates files to tell which strings are titles
|
|
and menu entries. These comments are removed by po2debconf.
|
|
* Miroslav Kure
|
|
- Added Czech translation.
|
|
|
|
-- Sebastian Ley <ley@debian.org> Thu, 9 Oct 2003 17:09:04 +0200
|
|
|
|
netcfg (0.24) unstable; urgency=low
|
|
|
|
* Thorsten Sauter
|
|
- Update de.po
|
|
* Christian Perrier
|
|
- Update fr.po
|
|
* Alastair McKinstry
|
|
- Replace libdebconf depends with libdebconfclient. Closes: #194438.
|
|
|
|
-- Alastair McKinstry <mckinstry@computer.org> Mon, 19 May 2003 22:20:12 +0200
|
|
|
|
netcfg (0.23) unstable; urgency=low
|
|
|
|
* Petter Reinholdtsen
|
|
- Updated nb.po recieved from Bjørn Steensrud.
|
|
- Added Norwegian Nynorsk (nn.po) translations recieved from
|
|
Gaute Hvoslef Kvalnes.
|
|
* André LuÃs Lopes
|
|
- Update Brazilian Portuguese (pt_BR) template translations.
|
|
* Alastair McKinstry
|
|
- netcfg.c: Add additional interfaces that we may use
|
|
* Bastian Blank
|
|
- add udhcpc script to support busybox-cvs
|
|
- don't build netcfg-dhcp for s390
|
|
* Javier Fernández-Sanguino
|
|
- Translated to Spanish the template
|
|
|
|
-- Bastian Blank <waldi@debian.org> Sun, 04 May 2003 14:49:29 +0200
|
|
|
|
netcfg (0.22) unstable; urgency=low
|
|
|
|
* Richard Hirst
|
|
- rename debconf_input() to my_debconf_input() to avoid clashes with
|
|
#defines in cdebconf/debconfclient.h
|
|
* Tollef Fog Heen
|
|
- Reinstate netcfg-dhcp.templates which got lost in a branch
|
|
* Matt Kraai
|
|
- Copy configuration to /target and make it work (closes: #177666)
|
|
* Petter Reinholdtsen
|
|
- Added Norwegian Bokmål (nb.po) translations recieved from
|
|
Bjørn Steensrud.
|
|
|
|
-- Matt Kraai <kraai@debian.org> Mon, 03 Feb 2003 20:28:31 -0800
|
|
|
|
netcfg (0.21) unstable; urgency=low
|
|
|
|
* Martin Sjögren
|
|
- Added sv.po (thanks to David Weinehall)
|
|
- Use libdebian-installer3
|
|
* Denis Barbier
|
|
- Add _ macro for future i18n
|
|
* Tolef Fog Heen
|
|
- Fix installer-menu-item
|
|
|
|
-- Tollef Fog Heen <tfheen@debian.org> Thu, 5 Dec 2002 01:32:10 +0100
|
|
|
|
netcfg (0.20) unstable; urgency=low
|
|
|
|
* Matt Kraai:
|
|
- modprobe af_packet before trying DHCP.
|
|
|
|
-- Tollef Fog Heen <tfheen@debian.org> Tue, 26 Nov 2002 04:12:21 +0100
|
|
|
|
netcfg (0.19) unstable; urgency=low
|
|
|
|
* Martin Sjögren
|
|
- Replace XBC with XB so our special control fields don't confuse the
|
|
changes files.
|
|
* André Lusà Lopes
|
|
- Set pt_BR.po control fields.
|
|
- Update pt_BR translation.
|
|
* Tollef Fog Heen:
|
|
- Fix menutest script
|
|
- Make -dhcp have higher priority than -static, since we presume more
|
|
people will be using that.
|
|
- Multiply installer-menu-item by ten.
|
|
|
|
-- Tollef Fog Heen <tfheen@debian.org> Thu, 14 Nov 2002 01:55:02 +0100
|
|
|
|
netcfg (0.18) unstable; urgency=low
|
|
|
|
* Make netcfg-dchp not ask about name servers and such -- those should
|
|
be gotten from the dhcp server.
|
|
* Make netcfg-static be a bit smarter about default gw and subnet masks.
|
|
|
|
-- Tollef Fog Heen <tfheen@debian.org> Fri, 8 Nov 2002 04:19:47 +0100
|
|
|
|
netcfg (0.17) unstable; urgency=low
|
|
|
|
* added libdebian-installer2-dev to Build-Depends, because it is needed by
|
|
other packages and it conflicts with libdebian-installer1-dev which was at
|
|
Build-Depends before.
|
|
|
|
-- Tollef Fog Heen <tfheen@debian.org> Wed, 6 Nov 2002 02:05:55 +0100
|
|
|
|
netcfg (0.16) unstable; urgency=low
|
|
|
|
* Build-dep on libdebian-installer1-dev, not libdebian-installer-dev.
|
|
Thanks to Thomas Poindessous for fixing this.
|
|
* kraai: canonicalize ethdetect description capitalization
|
|
* waldi: add s390 network types
|
|
* kraai: fix handling of empty DHCP hostname
|
|
* Convert to po-debconf, set Build-Depends: debhelper (>= 4.1.13)
|
|
to ensure that generated templates are right, and set output encoding
|
|
to UTF-8. Update debian/rules to call po2debconf instead of
|
|
debconf-mergetemplate.
|
|
|
|
-- Tollef Fog Heen <tfheen@debian.org> Thu, 24 Oct 2002 12:47:31 +0200
|
|
|
|
netcfg (0.15) unstable; urgency=low
|
|
|
|
* remove util.[ch] (functions now in libdebian-installer)
|
|
* check hostname for rfc 1123 compliance
|
|
* increase netcfg-* priority to force it after ddetect
|
|
|
|
-- Tollef Fog Heen <tfheen@debian.org> Mon, 16 Sep 2002 17:52:49 +0200
|
|
|
|
netcfg (0.14) unstable; urgency=low
|
|
|
|
* Rebuild for new cdebconf
|
|
* Danish templates thanks to Claus Hindsgaul
|
|
|
|
-- Tollef Fog Heen <tfheen@debian.org> Wed, 21 Aug 2002 19:06:16 +0200
|
|
|
|
netcfg (0.13) unstable; urgency=low
|
|
|
|
* French templates thanks to
|
|
Philippe Batailler <pbatailler@teaser.fr> (closes: #138073)
|
|
* some build cleanup
|
|
* tfheen: Use libdebian-installer, thanks to thomas poindessous
|
|
* tfheen: Add libdebian-installer-dev to build-depends.
|
|
* tfheen: Change cdebconf-dev to libcdebconf-dev.
|
|
* tfheen: Change maintainer to debian-boot, add David Kimdon and Tollef
|
|
Fog Heen to Uploaders.
|
|
* tfheen: Fix rules file to not munge the templates.
|
|
* tfheen: get rid of emacs changelog variables
|
|
* cjwatson: Correct dpkg-gencontrol call so it picks up ${shlibs:Depends}.
|
|
|
|
-- Tollef Fog Heen <tfheen@debian.org> Tue, 23 Jul 2002 22:22:03 +0200
|
|
|
|
netcfg (0.12) unstable; urgency=low
|
|
|
|
* Make netcfg-static actually work by calling num2dot at most once per
|
|
sprintf, since num2dot uses a static buffer.
|
|
|
|
-- Tollef Fog Heen <tfheen@debian.org> Tue, 29 Jan 2002 21:12:31 +0100
|
|
|
|
netcfg (0.11) unstable; urgency=low
|
|
|
|
* use new dpkg features so build is less cludgy
|
|
* dhcp and static templates thanks to
|
|
ilgiz kalmetev <i.kalmetev@bis.bashtelecom.ru>
|
|
(closes: #114843, #114844, #114845)
|
|
|
|
-- David Kimdon <dwhedon@debian.org> Mon, 7 May 2001 23:31:11 -0700
|
|
|
|
netcfg (0.10) unstable; urgency=low
|
|
|
|
* fix broken handling of nameservers, build with cdebconf-dev.
|
|
|
|
-- David Whedon <dwhedon@debian.org> Wed, 14 Feb 2001 20:33:40 -0800
|
|
|
|
netcfg (0.09) unstable; urgency=low
|
|
|
|
* make necessary dirs at build time rather than runtime
|
|
* call it dhclient rather than dhclient-2.2.x
|
|
|
|
-- David Whedon <dwhedon@debian.org> Tue, 6 Feb 2001 21:41:50 -0800
|
|
|
|
netcfg (0.08) unstable; urgency=low
|
|
|
|
* route is now in /sbin
|
|
|
|
-- David Whedon <dwhedon@debian.org> Wed, 31 Jan 2001 09:58:18 -0800
|
|
|
|
netcfg (0.07) unstable; urgency=low
|
|
|
|
* if a gateway is specified, netcfg-static needs to add a default route
|
|
|
|
-- David Whedon <dwhedon@debian.org> Tue, 30 Jan 2001 23:30:18 -0800
|
|
|
|
netcfg (0.06) unstable; urgency=low
|
|
|
|
* added German translations from Michael Bramer <grisu@debian.org>
|
|
(Closes: #83153, #83159)
|
|
* automatically choose between dhcp-client or pump
|
|
|
|
-- David Whedon <dwhedon@debian.org> Tue, 23 Jan 2001 20:20:00 -0800
|
|
|
|
netcfg (0.05) unstable; urgency=low
|
|
|
|
* added support for dhclient and pump.
|
|
* removed support for dhcpcd.
|
|
* split things up more cleanly b/w dhcp and static.
|
|
|
|
-- David Whedon <dwhedon@debian.org> Sun, 21 Jan 2001 22:07:15 -0800
|
|
|
|
netcfg (0.04) unstable; urgency=low
|
|
|
|
* fixed a segfault found by "Randolph Chung" <randolph@tausq.org>
|
|
|
|
-- David Whedon <dwhedon@gordian.com> Mon, 8 Jan 2001 19:19:17 -0800
|
|
|
|
netcfg (0.03) unstable; urgency=low
|
|
|
|
* cleaned up much, now it plays well with main-menu and
|
|
actually configures the network.
|
|
|
|
-- David Whedon <dwhedon@gordian.com> Sat, 30 Dec 2000 23:01:09 -0800
|
|
|
|
netcfg (0.02) unstable; urgency=low
|
|
|
|
* dhcp and static config now in two separate udebs
|
|
|
|
-- David Whedon <dwhedon@gordian.com> Tue, 26 Dec 2000 20:53:58 -0800
|
|
|
|
netcfg (0.01) unstable; urgency=low
|
|
|
|
* Initial Release.
|
|
|
|
-- David Whedon <dwhedon@gordian.com> Fri, 8 Dec 2000 22:19:20 -0800
|
|
|