Changelog for
libmatroska6-32bit-1.4.5-71.2.x86_64.rpm :
* Fri Jul 22 2016 rpmAATTfthiessen.de- As the upstream does not track ABI changes we had to add some additional version tracking.
* Fri Jul 15 2016 jengelhAATTinai.de- Fix messed-up FAKE_BUILDTIME call
* Fri Jul 15 2016 rpmAATTfthiessen.de- Update to new upstream release 1.4.5
* Support for new FieldOrder element and for the new color-related elements.
* Required for mkvtoolnix >= 9.3.0
* Wed Dec 16 2015 olafAATTaepfle.de- Add BuildRoot: for SLE_11
* Thu Oct 22 2015 rpmAATTfthiessen.de- Update to new upstream release 1.4.4 (security fix):
* KaxInternalBlock::ReadData(): Fixed an invalid memory access. When reading a block group or a simple block that uses EBML lacing the frame sizes indicated in the lacing weren\'t checked against the available number of bytes. If the indicated frame size was bigger than the whole block\'s size the parser would read beyond the end of the buffer resulting in a heap information leak.
* all: a couple of optimizations in the main library and a memory leak fix in the tests
* build system: fix linking against libEBML- Removed unneeded linker settings, not needed anymore in current mkvtoolnix version.
* Thu Feb 05 2015 cooloAATTsuse.com- package the changes file as its required for rebuilds
* Sun Feb 01 2015 jengelhAATTinai.de- Update to new upstream release 1.4.2
* KaxBlock::ReadData(): fixed several instances of unchecked memory access leading to invalid memory access/segmentation faults with invalid or broken data inside block groups/simple blocks.
* KaxBlock::ReadInternalHead(): fixed a off-by-one buffer overflow if with EBML lacing and exactly one frame in the lace.- Drop libmatroska-heed-ldflags.diff (no longer needed)
* Wed Aug 06 2014 jengelhAATTinai.de- Add libmatroska-heed-ldflags.diff so that make places LDFLAGS onto the command line for generating the .so file
* Wed Aug 06 2014 jengelhAATTinai.de- Set RPM groups
* Tue Feb 11 2014 dimstarAATTopensuse.org- Also revert fvisibility-inlines-hidden: still breaks mkvtoolnix on i586.
* Thu Jan 16 2014 crrodriguezAATTopensuse.org- Revert last change for now as it breaks mkvtoolnix which uses internal symbols :-( keep fvisibility-inlines-hidden though
* Sun Jan 12 2014 crrodriguezAATTopensuse.org- Add C++ visibility support by simply reusing the win32 dll code for the same purpose.- added patches:
* matroska-visibility.patch
* Sat Nov 02 2013 reddwarfAATTopensuse.org- Update to version 1.4.1
* Added new elements/classes DiscardPadding, CodecDelay and SeekPreRoll
* The licensing information has been cleared up/unified.
* The Makefile now contain options for specifying the destination base directory during installation (\"DESTDIR\") and for specifying which library types to build (\"link\").
* The libraries are built without the \"-ansi\" and \"-fno-gnu-keywords\" flags on Linux
* Code cleanup- Remove matroska-noansiflag.patch. Applied upstream.
* Sat Mar 23 2013 zaitorAATTopensuse.org- Update to version 1.4.0: + Added new elements CueDuration, CueRelativePosition, ChapterStringUID, VideoAlphaMode and DefaultDecodedFieldDuration + Removed the Debian build files from our package.- Bump soname following upstream code changes.- Rebased matroska-noansiflag.patch.
* Thu May 10 2012 crrodriguezAATTopensuse.org- Do not use gcc \'s -ansi flag, but whatever the compiler has a default.
* Sun Sep 25 2011 reddwarfAATTopensuse.org- Update to version 1.3.0 + initialize all data members + The KaxCodeVersion variable now resides in the library instead of being declared static in the header file. + make KaxChapterSegmentEditionUID an unsigned integer to match the KaxChapterEditionUID it\'s supposed to target
* Thu Jun 30 2011 dimstarAATTopensuse.org- Update to version 1.2.0: + skip data from KaxBlockVirtual as it should not be used + use semantic generated from the specs so there is no more possible mismatch- Bump suname to 4, following the source changes.- Stop using source service, as Factory is moving to a different way to verify source authenticity.
* Mon Apr 18 2011 roAATTsuse.de- update baselibs.conf
* Sun Jan 30 2011 reddwarfAATTopensuse.org- version update to 1.1.0 - give access to the SetParent to KaxSimpleBlock as well - change the placement of a MATROSKA_DLL_API so that it actually works - remove all references to the old/outdated/previous tag system - add the possibility for a DataBuffer class to use its own internal memory - KaxCues::AddBlockGroup() was removed as it\'s broken beyond repair - add KaxTrackOperation and related elements for combined stereo/3D tracks or joined virtual tracks - fix a memory leak in KaxReferenceBlock when an internal KaxBlockBlob was created - Increased library .so name due to binary incompatible changes in libebml
* Wed Aug 04 2010 reddwarfAATTopensuse.org- remove __TIMESTAMP__ so BuildCompare can do its work
* Wed Jul 28 2010 cooloAATTnovell.com- fix build in renaming shared library package
* Sat Jun 05 2010 cmorve69AATTyahoo.es- Update to version 1.0.0 - Fix more issues which came to light with the recent push of WebM -- mostly regarding elements with unknown sizes.
* Sat May 15 2010 cmorve69AATTyahoo.es- version update to 0.9.0 - fix a memory freeing issue in KaxBlock - use the macros from the new libebml 0.8.0 to simplify the element definitions and avoid possible typo bugs - fix some building issues on Linux and MinGW - add matroska_init() and matroska_done() functions, necessary when used with libebml v2 - use the new libebml iterators of EbmlMaster where possible
* Wed May 12 2010 cmorve69AATTyahoo.es- added patch to \"Do not try to free() pointers pointing to member variables\" from upstream SVN. Fixes VLC crash.
* Tue Jan 13 2009 crrodriguezAATTsuse.de- remove static libraries
* Sat May 26 2007 roAATTsuse.de- added libebml-devel to buildreq- split off devel package
* Mon Feb 26 2007 seifeAATTsuse.de- version update to 0.8.1 - add support for KaxCodecState and indexing them in the cues - \"make install\" fixes