Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id ACC2363B8C3 for ; Sat, 21 Feb 2009 13:52:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 6006563B21C; Sat, 21 Feb 2009 13:52:39 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 7BCF263B10B for ; Sat, 21 Feb 2009 13:52:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6D45F175D0; Sat, 21 Feb 2009 13:52:38 +0000 (UTC) From: Thomas Klausner Subject: CVS commit: pkgsrc/devel/libidn To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org Message-Id: <20090221135238.6D45F175D0@cvs.netbsd.org> Date: Sat, 21 Feb 2009 13:52:38 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Sat Feb 21 13:52:38 UTC 2009 Modified Files: pkgsrc/devel/libidn: Makefile distinfo Log Message: Update to 1.12: * Version 1.12 (released 2009-01-23) ** idn: New parameter --no-tld to deprecate the old parameter --tld. The new parameter --no-tld disable TLD checking of the input string. The --tld parameter was broken; it behaved opposite to its documented behaviour. To avoid confusion over what --tld means, we decided to deprecate it. Now --tld is not printed in the idn --help output, but will continue to work as before. ** doc: Modernize doxygen configuration. ** doc: Change license on the manual to GFDLv1.3+. ** doc: Improve JavaDoc output. ** Update gnulib files and translations. ** Build with more warnings. To generate a diff of this commit: cvs rdiff -r1.60 -r1.61 pkgsrc/devel/libidn/Makefile cvs rdiff -r1.39 -r1.40 pkgsrc/devel/libidn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.