<br><br><div class="gmail_quote">On Fri, Mar 22, 2013 at 6:02 AM, Simon Kelley <span dir="ltr"><<a href="mailto:simon@thekelleys.org.uk" target="_blank">simon@thekelleys.org.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<a href="http://www.thekelleys.org.uk/dnsmasq/release-candidates/dnsmasq-2.66rc1.tar.gz" target="_blank">http://www.thekelleys.org.uk/<u></u>dnsmasq/release-candidates/<u></u>dnsmasq-2.66rc1.tar.gz</a><br>
<br>
For IPv4 users, there are not many changes, but IPv6, and specifically DHCPv6, has seen much development. I'd like as many people as possible to check out that I've not broken your DHCPv6 installations.<br>
<br>
Other change of note is the authoritative-DNS facility. This is all new and is in need of users. There's a whole section in the man page describing how to configure it.<br>
<br>
Translators: now is the time to do your stuff.<br>
<br>
Cheers,<br>
<br>
Simon.<br>
<br></blockquote><div><br></div><div>I do not like translations. Make us having lots of problem while traveling :-( </div><div>did someone ever try to configure a chinese computer ?</div><div> </div><div>For the nationalist :</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
Complete changelog:<br>
<br>
Add the ability to act as an authoritative DNS<br>
server. Dnsmasq can now answer queries from the wider 'net<br>
with local data, as long as the correct NS records are set<br>
up. Only local data is provided, to avoid creating an open<br>
DNS relay. Zone transfer is supported, to allow secondary<br>
servers to be configured.<br></blockquote><div><br></div><div><br></div><div>Dnsmasq peut maintenant agir comme un serveur primaire. Si le champ NS est correctement configuré,</div><div>Dnsmasq répondra aux requêtes externe avec les données locales. Seule les donnés local sont renvoyées</div>
<div>pour éviter que le serveur soit utiliser comme proxy ou relaie.</div><div>[<a href="http://fr.wikipedia.org/wiki/Transfert_de_zone_DNS">http://fr.wikipedia.org/wiki/Transfert_de_zone_DNS</a>] est maintenant actif et permet de configurer un serveur</div>
<div>secondaire.</div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Add "constructed DHCP ranges" for DHCPv6. This is intended<br>
for IPv6 routers which get prefixes dynamically via prefix<br>
delegation. With suitable configuration, stateful DHCPv6<br>
and RA can happen automatically as prefixes are delegated<br>
and then deprecated, without having to re-write the<br>
dnsmasq configuration file or restart the daemon. Thanks to<br>
Steven Barth for extensive testing and development work on<br>
this idea.<br></blockquote><div><br></div><div>Pour les routeur IPv6 avec un préfixe choisi dynamiquement via nomination (delegation),</div><div>ajout de plages DHCP construite. Le DHCPv6 à mémoire d'état et RA peut automatiquement ajouter</div>
<div>des préfixes et les enlevés lorsqu'il devienne obsolète si la configuration est correct. Ceci est possible dans modifier </div><div>la configuration Démon et sans le relancer. </div><div><br></div><div>Merci à Steven Barth pour les nombreux tests et le travail de développement fourni sur cette idée.</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Fix crash on startup on Solaris 11. Regression probably<br>
introduced in 2.61. Thanks to Geoff Johnstone for the<br>
patch.<br></blockquote><div><br></div><div>Résolution d'un plantage sur Solaris 11 probablement présent depuis 2.61.</div><div>Merci à Geoff Johnstone pour le correctif.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Add code to make behaviour for TCP DNS requests that same<br>
as for UDP requests, when a request arrives for an allowed<br>
address, but via a banned interface. This change is only<br>
active on Linux, since the relevant API is missing (AFAIK)<br>
on other platforms. Many thanks to Tomas Hozza for<br>
spotting the problem, and doing invaluable discovery of<br>
the obscure and undocumented API required for the solution.<br>
<br></blockquote><div><br></div><div>Ajout de la logique pour que les requêtes en TCP et UDP soient gérées de la même façon</div><div>dans le cas où, sur une interface interdite, une requête avec une adresse autorisé soit reçu.</div>
<div>Comme le client DNS en TCP n'est disponible que sur Linux(AFAIK),</div><div>la Modification n'est active que sur cette plate forme.</div><div>Mille merci à Tomas Hozza qui a précisé le problème et fourni un travail sans commune mesure</div>
<div>pour trouver et faire fonctionner l'obscure et non documenté API.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Don't send the default DHCP option advertising dnsmasq as<br>
the local DNS server if dnsmasq is configured to not act<br>
as DNS server, or it's configured to a non-standard port.<br>
<br></blockquote><div><br></div><div>Si Dnsmasq n'est pas configuré pour etre DNS l'option DHCP n'est pas envoyée</div><div>aux clients.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Add DNSMASQ_CIRCUIT_ID, DNSMASQ_SUBCRIBER_ID,<br>
DNSMASQ_REMOTE_ID variables to the environment of the<br>
lease-change script (and the corresonding Lua). These hold<br>
information inserted into the DHCP request by a DHCP relay<br>
agent. Thanks to Lakefield Communications for providing a<br>
bounty for this addition.<br></blockquote><div><br></div><div>Les variables DNSMASQ_CIRCUIT_ID, DNSMASQ_SUBCRIBER_ID,<br>DNSMASQ_REMOTE_ID ont été ajouté au script de changement de bail DHCP (ainsi que en LUA).</div>
<div>Ces variables contiennent les informations insérées par un proxy DHCP (relay) dans les requêtes.</div><div>Merci à Lakefield Communications pour avoir financer cette modification.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Fixed crash, introduced in 2.64, whilst handling DHCPv6<br>
information-requests with some common configurations.<br>
Thanks to Robert M. Albrecht for the bug report and<br>
chasing the problem.<br>
<br></blockquote><div><br></div><div>Résolution d'un plantage introduit en 2.64. gérant des informations DHCPv6 obsolètes</div><div>dans certaines configurations.</div><div>Merci Robert M. Albrecht pour le rapport de bug et la recherche pour cibler l'origine du problème. </div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Add --ipset option. Thanks to Jason A. Donenfeld for the<br>
patch.<br></blockquote><div><br></div><div>Ajout de l'option --ipset. Merci à A. Donenfeld pour le correctif.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Don't erroneously reject some option names in --dhcp-match<br>
options. Thanks to Benedikt Hochstrasser for the bug report.<br></blockquote><div><br></div><div>Les options --dhcp-match valide rejetées ne le seront plus.</div><div>Benedikt Hochstrasser, merci d'avoir décrit le problème.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Allow a trailing '*' wildcard in all interface-name<br>
configurations. Thanks to Christian Parpart for the patch.<br>
<br></blockquote><div><br></div><div>La configuration des interfaces gère maintenant le méta-charactère * grâce à </div><div>Christian Parpart . Merci. </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
______________________________<u></u>_________________<br>
Dnsmasq-discuss mailing list<br>
<a href="mailto:Dnsmasq-discuss@lists.thekelleys.org.uk" target="_blank">Dnsmasq-discuss@lists.<u></u>thekelleys.org.uk</a><br>
<a href="http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss" target="_blank">http://lists.thekelleys.org.<u></u>uk/mailman/listinfo/dnsmasq-<u></u>discuss</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div>---------------------------------------------------------------------------------------------------------------------<br>() ascii ribbon campaign - against html e-mail <br>
/\ </div>