pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libebml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  4 23:22:37 UTC 2015

Modified Files:
        pkgsrc/devel/libebml: Makefile PLIST distinfo
Removed Files:
        pkgsrc/devel/libebml/patches: patch-aa

Log Message:
Update to 1.3.1:

2015-01-04  Moritz Bunkus  <moritz%bunkus.org@localhost>

        * Released v1.3.1.

        * EbmlElement::Render(): doesn't catch exceptions anymore. Instead
        exceptions generated from the IOCallback class (e.g. if a write
        failed) are propagated to the caller.

2014-12-21  Moritz Bunkus  <moritz%bunkus.org@localhost>

        * build system: switched the build system from hand-crafted
        Makefiles to an autoconf/automake-based system. A pkg-config file
        will be installed as well; its name is »libebml«. Patch by Jan
        Engelhardt <jengelh%inai.de@localhost>.

2014-12-20  Moritz Bunkus  <moritz%bunkus.org@localhost>

        * EbmlMaster::Read(): when reading with SCOPE_ALL_DATA only those
        elements that could successfully be read will be kept
        (e.g. defective block groups will be dropped).

2014-12-19  Moritz Bunkus  <moritz%bunkus.org@localhost>

        * EbmlMemoryStream: add a new class for safe memory access that
        throws exception on failures.

2014-12-18  Moritz Bunkus  <moritz%bunkus.org@localhost>

        * EbmlMaster: Fixed read() trying to calculate the end position of
        elements with an unknown size. This avoids endless loops and
        assertions in certain cases. See https://trac.bunkus.org/ticket/1089


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/libebml/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libebml/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/libebml/distinfo
cvs rdiff -u -r1.14 -r0 pkgsrc/devel/libebml/patches/patch-aa

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