pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/mdds1.2 Updated mdds1.2 to 1.2.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a8475ca77e0
branches:  trunk
changeset: 349120:3a8475ca77e0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 30 17:39:44 2016 +0000

description:
Updated mdds1.2 to 1.2.1.

mdds 1.2.1

* multi_type_vector

  * added size() method to the element block type, which returns the
    actual size of the element block, instead of the cached size value
    stored in the parent structure that stores the element block.

  * fixed a double-deletion bug in the swap() method which would
    triggered when used with a managed element block.

* mtv::collection

  * fixed collection iterator's get() method to properly return values
    from the boolean element block.

diffstat:

 devel/mdds1.2/Makefile |   4 ++--
 devel/mdds1.2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 4b2fd2ce5525 -r 3a8475ca77e0 devel/mdds1.2/Makefile
--- a/devel/mdds1.2/Makefile    Thu Jun 30 17:39:02 2016 +0000
+++ b/devel/mdds1.2/Makefile    Thu Jun 30 17:39:44 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/05/18 11:48:45 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/30 17:39:44 wiz Exp $
 
-DISTNAME=      mdds-1.2.0
+DISTNAME=      mdds-1.2.1
 PKGNAME=       ${DISTNAME:S/mdds/mdds1.2/}
 CATEGORIES=    devel
 MASTER_SITES=  http://kohei.us/files/mdds/src/
diff -r 4b2fd2ce5525 -r 3a8475ca77e0 devel/mdds1.2/distinfo
--- a/devel/mdds1.2/distinfo    Thu Jun 30 17:39:02 2016 +0000
+++ b/devel/mdds1.2/distinfo    Thu Jun 30 17:39:44 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/05/18 11:48:45 wiz Exp $
+$NetBSD: distinfo,v 1.2 2016/06/30 17:39:44 wiz Exp $
 
-SHA1 (mdds-1.2.0.tar.bz2) = 9d1539ee26e32569d23b24f58a6064fd30405c82
-RMD160 (mdds-1.2.0.tar.bz2) = f99b525b61d0c072cec8c0c0e1510d933b21844d
-SHA512 (mdds-1.2.0.tar.bz2) = 433787dcb406cdce9025f32b93d8a9bec6cacf84292d05aaa32df0cb06926cf1b804a19a42c133e152e64688b4f0bff0b20818ca6571de6a5cdee0d2d0055bdd
-Size (mdds-1.2.0.tar.bz2) = 284962 bytes
+SHA1 (mdds-1.2.1.tar.bz2) = cecb959f58b1ecc93630ff14b019d44e01f041a9
+RMD160 (mdds-1.2.1.tar.bz2) = 70ce95e16ef56782a067bec89e246a7b6fc0e179
+SHA512 (mdds-1.2.1.tar.bz2) = c865e1f6f55ce2d7a590dee55d374f252606f2c10dcb966b21249f20e248d87c22cd72b652548ce88ac9e5562d249c531a7f2a44c37ee17cc84ec2708c89591b
+Size (mdds-1.2.1.tar.bz2) = 285426 bytes



Home | Main Index | Thread Index | Old Index