pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/mdds



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct  2 17:27:02 UTC 2012

Modified Files:
        pkgsrc/devel/mdds: Makefile distinfo
Removed Files:
        pkgsrc/devel/mdds/patches:
            patch-include_mdds_mixed_type_matrix_storage.hpp

Log Message:
Update to 0.6.1:

This is purely a bug fix release, and contain no new functionality
since 0.6.0.

This release fixes a bug in the iterator implementation of
flat_segment_tree. Prior to this release, the iterator would treat
the position immediately before the end position to be the end
position, which would result in incorrectly skipping the last data
position during iteration. This release contains a fix for that
bug.

It also contains fixes for various build errors and compiler
warnings.

Many thanks to David Tardon, Stephan Bergmann, Tomáš Chvátal,
and Markus Mohrhard for having submitted patches since the release
of 0.6.0.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/mdds/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/mdds/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/mdds/patches/patch-include_mdds_mixed_type_matrix_storage.hpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index