Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 0802C63BC6B for ; Wed, 2 Nov 2011 01:13:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DAF0B14A3A6; Wed, 2 Nov 2011 01:13:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE64214A3A3 for ; Wed, 2 Nov 2011 01:13:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wldVrX8lJAzg for ; Wed, 2 Nov 2011 01:13:19 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 00BAF14A36E for ; Wed, 2 Nov 2011 01:13:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E6083175DD; Wed, 2 Nov 2011 01:13:18 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 2 Nov 2011 01:13:18 +0000 From: "Hubert Feyrer" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: hubertf@netbsd.org X-Mailer: log_accum Message-Id: <20111102011318.E6083175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: hubertf Date: Wed Nov 2 01:13:18 UTC 2011 Modified Files: pkgsrc/doc: CHANGES-2011 Log Message: Update ucarp to 1.5.2. Changes: * Version 1.5.2: - Avoid adverts that might be twice what they should be on some Linux systems (Steve Kehlet). * Version 1.5.1: - A new option has been added to try using broadcast advertisements instead of multicast ones. * Version 1.5: - Breakage introducted with version 1.4 should finally be fixed, thanks to Petr Kohts, Greg Walton and Steve Kehlet. - A new option has been added to ignore unplugged network cable detection, useful when nodes are connected with a crossover cable, not with a switch. * Version 1.4: - This version should finally fix every issue people had with gratuitous ARP announcements. - Nodes configured with the same intervals shouln't flip-flop any more. * Version 1.3: - Gratuitous ARP packets should now properly be sent, regardless of the architecture. - New option: -m (-xparam=...) in order to add arbitrary arguments to up/down scripts. - New option: -o (--passfile=...) in order to read the secret key from a file. - A delayed ARP request is sent after the first one when switching to MASTER, in order to deal with some layer-3 switches. - Bug fixes. * Version 1.2: - Neutral mode (--neutral). - NetBSD compatibility. - Minor bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.2743 -r1.2744 pkgsrc/doc/CHANGES-2011 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.