Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 06A9CA582D for ; Sat, 14 Mar 2015 08:17:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AC24E14A4EF; Sat, 14 Mar 2015 08:17:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F4DB14A3E5 for ; Sat, 14 Mar 2015 08:17:36 +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 JvsEaSGoZ0Pq for ; Sat, 14 Mar 2015 08:17:35 +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 40B6114A492 for ; Sat, 14 Mar 2015 08:17:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3E76398; Sat, 14 Mar 2015 08:17:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 14 Mar 2015 08:17:35 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/math/pear-Numbers_Words To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20150314081735.3E76398@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sat Mar 14 08:17:35 UTC 2015 Modified Files: pkgsrc/math/pear-Numbers_Words: Makefile distinfo Log Message: Update pear-Numbers_Words to 0.18.0. 0.18.0 Release date: 2014-10-24 17:28 UTC Release state: beta Changelog: * Fixed bug #19453: Incorrect spelling of Hungarian numbers [kouber] * Fixed bug #19543: Better handling of decimal mark and thousands separators [kouber] * Fixed bug #19855: Do not emit E_NOTICE when calling toWords() statically [cweiske] * Fixed pl unicode [Jakub Roszkiewicz] * Fixed ru_RU currency codes [Vital Leshchyk] * Fixed tr_TR unicode [Shahriyar Imanov] * Added en_IN - Indian English [Abhinav Nayak] * Added lv - Latvian [Andrius] * Added ro_RO - Romanian [Bogdan Stancescu] * Added ua - Ukrainian [Vital Leshchyk] * Unify locale loading code [cweiske] * Use PEAR class-to-filename convention [cweiske] This release changes class names and locations of locale files. This is a backwards compatibility break. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/pear-Numbers_Words/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/pear-Numbers_Words/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.