|
|
|
netcfg (0.71) unstable; urgency=low
|
|
|
|
|
|
|
|
* Joshua Kwan
|
|
|
|
- Remove XSIisms in dhclient-script.
|
|
|
|
- Evaluate argv[0] after calling basename on it so that we can strcmp it
|
|
|
|
against "ptom". It somehow didn't happen in the internal dhclient-script
|
|
|
|
context, but appeared during testing in the shell.
|
|
|
|
- Add Thomas Hood to Uploaders.
|
|
|
|
- Re-enable broadcast stuff in dhclient-script, fixing a Sparc (at least)
|
|
|
|
regression.
|
|
|
|
- Remove kill_dhcp_client prototype from netcfg.h because it's now static.
|
|
|
|
- Change newline + a space to just a newline to end some disable_dhcp
|
|
|
|
woes.
|
|
|
|
- Warn if there's no default route available after getting a DHCP lease.
|
|
|
|
(Closes: #253543)
|
|
|
|
- Don't add 'auto' or hotplug mapping lines for 16-bit PCMCIA devices.
|
|
|
|
(Closes: #248071, #239284)
|
|
|
|
- Add a missing fclose in iface_is_hotpluggable.
|
|
|
|
* Christian Perrier
|
|
|
|
- netcfg-dhcp.templates
|
|
|
|
Some rewrite for being clearer, possibly. Run debconf-updatepo
|
|
|
|
* Thomas Hood
|
|
|
|
- Change interfaces options that use underscore to hyphens. No loss
|
|
|
|
of functionality. (Closes: #255185)
|
|
|
|
- *.c:
|
|
|
|
+ Test for NULL pointers before using empty_str()
|
|
|
|
- netcfg.c, netcfg-dhcp.c, netcfg-static.c
|
|
|
|
+ Handle the case where there are no interfaces. Just ask for a
|
|
|
|
hostname and write basic /etc/network/interfaces and /etc/hosts
|
|
|
|
files. (Closes: #243543)
|
|
|
|
- netcfg-common.c:
|
|
|
|
+ netcfg_get_interface(): Don't exit if there are no interfaces.
|
|
|
|
Instead just return with variables set to 0.
|
|
|
|
+ netcfg_write_common(): write basic /etc/network/interfaces and
|
|
|
|
/etc/hosts files even if the ipaddress is 0.
|
|
|
|
- static.c:
|
|
|
|
+ Add resolvconf support (Closes: #255187)
|
|
|
|
+ Add comments to /e/n/i about which packages implement which options
|
|
|
|
- dhcp.c
|
|
|
|
+ Add comments to /e/n/i about which packages implement which options
|
|
|
|
+ Fix race to dhcp_exit_status after dhcp_running set to 0.
|
|
|
|
+ Count iterations in the polling loop instead of checking the time()
|
|
|
|
+ Use waitpid(dhcp_pid,,) instead of wait() to get child status
|
|
|
|
since we don't want the status of, e.g., killall.sh
|
|
|
|
+ Eliminate use of dhcp_running and use (dhcp_pid>0) in its place
|
|
|
|
+ Eliminate some unnecessary calls to kill_dhcp_client()
|
|
|
|
+ Mark local variables with "static"
|
|
|
|
+ Eliminate use of quit_after_hostname by creating HOSTNAME_SANS_NETWORK
|
|
|
|
from HOSTNAME and DOMAIN_SANS_NETWORK from DOMAIN
|
|
|
|
+ Use DHCP hostname as the default hostname if no hostname is set
|
|
|
|
(Closes: #239591)
|
|
|
|
+ Write hostname provided to the DHCP client in order to get a lease
|
|
|
|
on the "hostname" option line for the interface in /e/n/i
|
|
|
|
+ If the user backs up from netcfg/get_hostname, go to retry question
|
|
|
|
+ Wait at least two seconds for DHCP client to exit (Closes: #255984)
|
|
|
|
+ Clean up code
|
|
|
|
. Always use spaces for indentation
|
|
|
|
. Improve comments
|
|
|
|
. Reorder state machine states
|
|
|
|
. Move some functions around
|
|
|
|
- netcfg-dhcp.templates:
|
|
|
|
+ More updates
|
|
|
|
+ Run debconf-updatepo again
|
|
|
|
* Updated translations:
|
|
|
|
- German (de.po) by Alwin Meschede
|
|
|
|
- Greek (el.po) by George Papamichelakis
|
|
|
|
- Basque (eu.po) by Piarres Beobide Egaña
|
|
|
|
- Hebrew (he.po) by Lior Kaplan
|
|
|
|
- Japanese (ja.po) by Kenshi Muto
|
|
|
|
- Dutch (nl.po) by Bart Cornelis
|
|
|
|
- Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
|
|
|
|
- Turkish (tr.po) by Osman Yüksel
|
|
|
|
- Ukrainian (uk.po) by Eugeniy Meshcheryakov
|
|
|
|
- Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu
|
|
|
|
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Tue, 29 Jun 2004 10:51:48 -0700
|
|
|
|
|
|
|
|
netcfg (0.70) unstable; urgency=medium
|
|
|
|
|
|
|
|
* Joshua Kwan
|
|
|
|
- Brown paper bag upload.
|
|
|
|
- Add the netcfg/disable_dhcp template, default to false.
|
|
|
|
- usleep(1500) actually sleeps for 1500 _micro_seconds, not milliseconds.
|
|
|
|
sleep(2) instead for simplicity.
|
|
|
|
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Tue, 15 Jun 2004 15:00:53 -0700
|
|
|
|
|
|
|
|
netcfg (0.69) unstable; urgency=medium
|
|
|
|
|
|
|
|
* Sylvain Ferriol
|
|
|
|
- fix error message during plip config. (Closes: #253361)
|
|
|
|
* Christian Perrier
|
|
|
|
- Remove trailing exclamation mark from netcfg/dhcp_success_note
|
|
|
|
- Run debconf-updatepo and unfuzzy templates for removed exclamation mark
|
|
|
|
* Joshua Kwan
|
|
|
|
- Corrected reference to the pppconfig package. (Closes: #253086)
|
|
|
|
- killall.sh: add grep -v grep (Closes: #253099)
|
|
|
|
- Allow netcfg/disable_dhcp option that governs what use_dhcp is
|
|
|
|
set to every time we start, instead of hardcoding true. Defaults
|
|
|
|
to true, so default behavior has not changed. (Closes: #248147)
|
|
|
|
- Fix /etc/hosts writing after much deliberation. (Closes: #247734)
|
|
|
|
- Use a static buffer for mii-diag call.
|
|
|
|
- Sleep for 1.5 seconds before mii-diag, because slow network cards
|
|
|
|
just take that long to answer. And for those that take more that's
|
|
|
|
just too bad.
|
|
|
|
* Bastian Blank
|
|
|
|
- Readd postinst files for netcfg-dhcp and netcfg-static.
|
|
|
|
* Updated translations:
|
|
|
|
- Bosnian (bs.po) by Safir Šećerović
|
|
|
|
- German (de.po) by Alwin Meschede
|
|
|
|
- Hebrew (he.po) by Lior Kaplan
|
|
|
|
- Polish (pl.po) by Bartosz Fenski
|
|
|
|
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Tue, 15 Jun 2004 14:34:25 -0700
|
|
|
|
|
|
|
|
netcfg (0.68) unstable; urgency=medium
|
|
|
|
|
|
|
|
* Severity medium for the static configuration fix.
|
|
|
|
* Joshua Kwan
|
|
|
|
- When we get a hostname from DHCP, seed the domain name with whatever
|
|
|
|
was received.
|
|
|
|
- Rework is_hotpluggable_iface a tad.
|
|
|
|
- Fix problem where broadcast address was being used twice.. only on
|
|
|
|
some architectures, due to code with unspecified behavior.
|
|
|
|
- Excise our dynamic prebaseconfig system and replace with a static one
|
|
|
|
that copies all available files into /target.
|
|
|
|
- For this, make sure we always start with a clean slate by removing
|
|
|
|
those files at startup.
|
|
|
|
- Move a bunch of static strings to the header file.
|
|
|
|
* Updated translations:
|
|
|
|
- Welsh (cy.po) by Dafydd Harries
|
|
|
|
- German (de.po) by Alwin Meschede
|
|
|
|
- Hebrew (he.po) by Lior Kaplan
|
|
|
|
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Fri, 28 May 2004 10:05:29 -0700
|
|
|
|
|
|
|
|
netcfg (0.67) unstable; urgency=high
|
|
|
|
|
|
|
|
* The "we love bugfixes that make new bugs" release.
|
|
|
|
* Per Olofsson
|
|
|
|
- Fixed segfault in find_in_devnames when a card was missing a devnames
|
|
|
|
entry.
|
|
|
|
* Joshua Kwan
|
|
|
|
- Add a NETCFG_VERSION thingy so it's easier to figure out who's using
|
|
|
|
what.
|
|
|
|
- Don't reset the hostname to 'debian' on a failed seed from DNS.
|
|
|
|
- Write resolv.conf and nothing else before preliminary activation
|
|
|
|
for static configuration. This fixes the overwriting of static-specific
|
|
|
|
interface entries with the common (lo) entry.
|
|
|
|
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Mon, 24 May 2004 16:27:06 -0700
|
|
|
|
|
|
|
|
netcfg (0.66) unstable; urgency=low
|
|
|
|
|
|
|
|
* Joshua Kwan
|
|
|
|
- Ask for a hostname and domain when user chooses not to configure the
|
|
|
|
network.
|
|
|
|
- Add useful canned IPv6 entries into the hosts file.
|
|
|
|
* Updated translations:
|
|
|
|
- Slovenian (sl.po) by Jure Čuhalev
|
|
|
|
- Traditional Chinese (zh_TW.po) by Tetralet
|
|
|
|
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Mon, 24 May 2004 08:11:57 -0700
|
|
|
|
|
|
|
|
netcfg (0.65) unstable; urgency=low
|
|
|
|
|
|
|
|
* Joshua Kwan
|
|
|
|
- Fix machine state in static configuration to call QUIT.
|
|
|
|
(Closes: #250074)
|
|
|
|
- Rewrite resolv.conf in static configuration once we acquire a
|
|
|
|
domain name.
|
|
|
|
- DHCP server is not required to supply a domain name. (Closes: #250021)
|
|
|
|
- Switch to using mii-diag-udeb instead of mii-lite.c, which doesn't
|
|
|
|
seem to work across the board. (also addresses #250074)
|
|
|
|
- In static configuration, if the IP address specified turns out to be
|
|
|
|
the same as what we suggest for the gateway, nuke the last part of
|
|
|
|
the dotted quad because gateway == IP makes no sense. (Closes: #241490)
|
|
|
|
- Turn off backup for error messages in static configuration.
|
|
|
|
- Bake all of the getif* functions into one big char**-returning jelly
|
|
|
|
roll, get_all_ifs().
|
|
|
|
* Bastian Blank
|
|
|
|
- Make it buildable again on s390.
|
|
|
|
* Updated translations:
|
|
|
|
- Bulgarian (bg.po) by Ognyan Kulev
|
|
|
|
- Catalan (ca.po) by Jordi Mallach
|
|
|
|
- German (de.po) by Alwin Meschede
|
|
|
|
- Spanish (es.po) by Javier Fernandez-Sanguino Peña
|
|
|
|
- Basque (eu.po) by Piarres Beobide Egaña
|
|
|
|
- Finnish (fi.po) by Tapio Lehtonen
|
|
|
|
- Gallegan (gl.po) by Héctor Fernández López
|
|
|
|
- Norwegian (nb.po) by Knut Yrvin
|
|
|
|
- Dutch (nl.po) by Bart Cornelis
|
|
|
|
- Norwegian (nn.po) by Håvard Korsvoll
|
|
|
|
- Polish (pl.po) by Bartosz Fenski
|
|
|
|
- Romanian (ro.po) by Eddy Petrisor
|
|
|
|
- Slovak (sk.po) by Peter KLFMANiK Mann
|
|
|
|
- Albanian (sq.po) by Elian Myftiu
|
|
|
|
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Sun, 23 May 2004 03:04:02 -0700
|
|
|
|
|
|
|
|
netcfg (0.64) unstable; urgency=medium
|
|
|
|
|
|
|
|
* Joshua Kwan
|
|
|
|
- Split out all functions into static.c, dhcp.c, wireless.c.
|
|
|
|
- Remove dep alternative to busybox-cvs-udeb etc., since udhcpc is no
|
|
|
|
longer available in any initrd. This causes businesscard and netinst
|
|
|
|
installs to fail because busybox is already provided and hence gets
|
|
|
|
used.
|
|
|
|
- Remove udhcpc support in dhcp.c.
|
|
|
|
- Port wireless fixes back to netcfg-static and netcfg-dhcp, which
|
|
|
|
have been rather neglected lately.
|
|
|
|
- Fix the GO_BACK interaction between WEP and ESSID configuration.
|
|
|
|
- Switch to using iproute for everything, a step towards removing
|
|
|
|
ifconfig and route applets from busybox.
|
|
|
|
- Add amd64 support. (Closes: #249363)
|
|
|
|
- Open one set of socket FDs and use them for the whole runtime.
|
|
|
|
- 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: #239121, #240701)
|
|
|
|
- Failing that, bring the interface up and try to reverse-resolve
|
|
|
|
the IP address into a hostname.
|
|
|
|
- For idempotency reasons, down all interfaces after finding each
|
|
|
|
one so that we can start from a clean slate. (Probably deals with
|
|
|
|
Bug#227722)
|
|
|
|
- Silently load af_packet. (Closes: #244441)
|
|
|
|
- Add some code hunks from mii-diag to determine code path on link
|
|
|
|
connection. (Closes: #247178)
|
|
|
|
- Add some interface_up and interface_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, netcfg/confirm_dhcp
|
|
|
|
- Add dhcp3-client support. Not that it actually gets used now that
|
|
|
|
we can get a DHCP-supplied hostname from dhcp-client.
|
|
|
|
- Remove a lot of calls to /sbin/this and /sbin/that in response to Joey's
|
|
|
|
rant on debian-boot.
|
|
|
|
* Bastian Blank
|
|
|
|
- Remove sleep.
|
|
|
|
* 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
|
|
|
|
- Basque (eu.po) by Piarres Beobide Egaña
|
|
|
|
- Finnish (fi.po) by Tapio Lehtonen
|
|
|
|
- French (fr.po) by Philippe Batailler
|
|
|
|
- Hebrew (he.po) by Lior Kaplan
|
|
|
|
- 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
|
|
|
|
- Korean (ko.po) by Changwoo Ryu
|
|
|
|
- Lithuanian (lt.po) by Kęstutis Biliūnas
|
|
|
|
- Bøkmal, Norwegian (nb.po) by Bjørn Steensrud
|
|
|
|
- Dutch (nl.po) by Bart Cornelis
|
|
|
|
- Norwegian Nynorsk (nn.po) by Håvard Korsvoll
|
|
|
|
- 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
|
|
|
|
- Russian (ru.po) by Yuri Kozlov
|
|
|
|
- Slovak (sk.po) by Peter KLFMANiK Mann
|
|
|
|
- Slovenian (sl.po) by Jure Čuhalev
|
|
|
|
- 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
|
|
|
|
|
|
|
|
-- Joshua Kwan <joshk@triplehelix.org> Sun, 16 May 2004 20:36:04 -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
|
|