Files
libebml/baselibs.conf
Ferdinand Thiessen b839ee063d Accepting request 817488 from home:alois:branches:multimedia:libs
- Update to version 1.4.0
  * Due to breaking ABI the soname version has been bumped to
    5.0.0.
  * Default symbol visibility is now "hidden", reducing binary
    size.
  * Converted some things pointed out by cppcheck & clang-tidy
    to C++11.
  * Fixed a lot of issues pointed out by clang-tidy.
  * Added a function "ForceNoDefault" in the "EbmlElement" class.
  * Added a function "OverwriteData" in the "EbmlElement" class
    to complement the existing "OverwriteHead" function.
  * A C++11 compliant compiler is now required. Several of its
    features are now used in the source.
  * EbmlElement::FindNextElement: fixed a buffer overflow on the
    stack by one byte when the first byte read had its upper
    four bits unset.
  * EbmlCrc32: added a explicit assignment operator with default
    implementation as an explicit copy constructor exists
    (implicit assignment operators are deprecated in such cases).
- Spec cleanup

OBS-URL: https://build.opensuse.org/request/show/817488
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libebml?expand=0&rev=67
2020-07-01 07:32:19 +00:00

2 lines
9 B
Plaintext