[matroska] r1183 - trunk/libebml
[email protected] Sun, 22 May 2005 11:26:42 +0400 (MSD)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mosu Date: 2005-05-22 11:26:41 +0400 (Sun, 22 May 2005) New Revision: 1183 Modified: trunk/libebml/ChangeLog Log: Automatic ChangeLog update. Modified: trunk/libebml/ChangeLog =================================================================== --- trunk/libebml/ChangeLog 2005-05-22 07:26:11 UTC (rev 1182) +++ trunk/libebml/ChangeLog 2005-05-22 07:26:41 UTC (rev 1183) @@ -1,3 +1,49 @@ +2005-05-22 07:26 mosu + + * trunk/libebml, trunk/libebml/debian: Ignore some files and + directories created during the Debian build process. + +2005-05-22 07:24 mosu + + * trunk/libebml/debian/changelog, trunk/libebml/ebml/EbmlVersion.h: + Bumped the version number to 0.7.5 in the places that robux4 + forgot. + +2005-05-19 19:16 robux4 + + * trunk/libebml/ebml/EbmlVersion.h, + trunk/libmatroska/matroska/KaxVersion.h: update version numbers + for the upcoming release + +2005-05-19 16:37 robux4 + + * trunk/libebml/src/EbmlElement.cpp: libebml: better check on the + max reading size specified and levels + +2005-05-19 15:47 robux4 + + * trunk/libebml/ebml/EbmlElement.h, + trunk/libebml/src/EbmlMaster.cpp: libebml: better evaluation of + the data left to read + +2005-05-06 11:43 robux4 + + * trunk/libebml/ebml/EbmlConfig.h, trunk/libebml/ebml/EbmlCrc32.h, + trunk/libebml/ebml/EbmlEndian.h, trunk/libebml/src/EbmlCrc32.cpp: + libebml: handle the WORS_BIGENDIAN flag the same way as other UNIX + libs (defined or not) + +2005-04-19 06:56 mosu + + * trunk/libebml/make/linux/Makefile: Do not compile shared libs on + Mac OS X due to how they should be handled there. If need arises + we can always implement it properly. Patch by Shawn Holwegner + <shawn () holwegner ! com> + +2005-04-16 11:18 mosu + + * trunk/libebml/ChangeLog: Automatic ChangeLog update. + 2005-04-16 11:17 mosu * trunk/libebml/debian/rules, trunk/libebml/make/linux/Makefile: