Package Release Info

mdds-1_2-1.3.1-bp151.1.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

mdds-1_2-devel

Change Logs

* Wed Nov 29 2017 tchvatal@suse.com
- Version update to 1.3.1:
  * No api change bump this time
  * Various multi vector fixes
* Mon Sep 04 2017 fstrba@suse.com
- Version update to 1.2.3:
  * flat_segment_tree: add segment iterator and functions
* Wed Feb 01 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Sun Sep 11 2016 tchvatal@suse.com
- Version update to 1.2.2:
  * fix to handle out-of-range insertions on flat_segment_tree
* Fri Aug 19 2016 tchvatal@suse.com
- Version update to 1.2.1:
  * Few small bugfixes
* Tue May 17 2016 tchvatal@suse.com
- Version update to 1.2.0:
  * Another api version -> rename to mdds-1_2
* Thu Mar 24 2016 tchvatal@suse.com
- Add requires to the devel subpkg as would be correct
* Thu Feb 11 2016 tchvatal@suse.com
- Version update to 1.1.0:
  * Fixes in various functions to provide correct return types
  * Rewrite to automake
* Thu Dec 17 2015 tchvatal@suse.com
- Rename to mdds-%api as coinstallation will be required from now on
- Version update to 1.0.0:
  * Change of api compared to 0.x series
  * Various bugfixes
* Wed Jun 24 2015 tchvatal@suse.com
- Version bump to 0.12.1:
  * Various small fixes on 0.12 series
* Tue Mar 24 2015 tchvatal@suse.com
- Just move define up and comment why we redefine docdir
* Mon Mar 16 2015 fstrba@suse.com
- Version bump to 0.12.0
  * more types are possible in segment_tree data structures
    (previously only pointers were possible)
* Fri Dec 19 2014 tchvatal@suse.com
- Version bump to 0.11.2:
  * Small fixes
* Thu Nov 13 2014 tchvatal@suse.com
- Version bump to 0.11.1:
  * Small bugfixes along 0.11 series
* Mon Sep 29 2014 tchvatal@suse.com
- Version bump to 0.11.0:
  * added sorted_string_map
  * multi_type_vector bugfixes
* Fri Apr 25 2014 tchvatal@suse.com
- Version bump to 0.10.3:
  * Various bugfixes among 0.10 series found during lo 4.2.3 phase.
* Tue Feb 25 2014 tchvatal@suse.com
- Version bump to 0.10.2:
  * Various bugfixes among 0.10 series found during lo 4.2.1 phase.
* Wed Jan 08 2014 fridrich.strba@suse.com
- Upgrade to 0.10.1
  * multi_type_matrix
  - added a variant of set_empty() that takes an additional
    length parameter.
  * flat_segment_tree
  - significant performance improvement on build_tree() and
    search_tree(), by optimizing the non-leaf node object
    generation and storage to achieve better locality of
    reference.
  * segment_tree
  - slight performance improvement on build_tree(), as a result
    of the optimization done for flat_segment_tree since these
    two structures share the same tree generation code.
  * multi_type_vector
  - improved debug message on mis-matched block types (only when
    MDDS_MULTI_TYPE_VECTOR_DEBUG is defined).
* Mon Dec 30 2013 tchvatal@suse.com
- Version bump to 0.9.1 needed in LO-4.2
- Drop unused patch old-gcc-bug.patch.
* Thu Nov 14 2013 tchvatal@suse.com
- Depend on pkg-config to have proper provides later on.