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" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9B14FA585B for ; Wed, 11 Jun 2014 13:50:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4DD3814A28A; Wed, 11 Jun 2014 13:50:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 259C914A28B for ; Wed, 11 Jun 2014 13:50:20 +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 eCr-OLcrbGNR for ; Wed, 11 Jun 2014 13:50: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 8F56D14A28A for ; Wed, 11 Jun 2014 13:50:19 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 892A596; Wed, 11 Jun 2014 13:50:19 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 11 Jun 2014 13:50:19 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/devel/libbson To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20140611135019.892A596@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Wed Jun 11 13:50:19 UTC 2014 Modified Files: pkgsrc/devel/libbson: Makefile PLIST buildlink3.mk distinfo Log Message: Update libbson to 0.8.2. Changes in 0.8.2 ---------------- * A fix for BCON when used from C++. * Change bson_next_power_of_two() to accept size_t. This should not be an ABI break since it is static inline. Changes in 0.8.0 ---------------- This cycle includes much, much more documentation for your perusing. There is much more cross-referencing and structure for your navigation pleasure. We've improved support for Libbson on a few more exotic platforms. SPARC support is looking pretty good these days. You'll also find some new examples in this release to help you get started a bit faster. If there is something you'd like to see, just ask! There are a few ABI breaks this cycle, as we are well on the road to a 1.0 and would like things as clean as possible. I anticipate a few more during the next couple of cycles, but we will try to keep them to a minimum. With that said, you *WILL* need to recompile your application against 0.8.0. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libbson/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libbson/PLIST \ pkgsrc/devel/libbson/buildlink3.mk pkgsrc/devel/libbson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.