v1: update the ChangeLog files for imminent release

git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libebml@150 a6f86f6d-0131-4f8e-9e7b-e335508773d5
This commit is contained in:
Steve Lhomme 2010-04-30 10:19:47 +00:00
parent da7b4816f3
commit 5fd406ae80

View File

@ -1,3 +1,15 @@
2010-04-30 robux4/mosu
New 0.8.0 version:
- new macros to simplify and unify the way to declare and define EBML elements
- new macros to access variables of a Class/Object so that switching to libebml v2 is transparent
- add an EBML_STRICT_API compilation flag (off by default) to avoid direct access to internal class variables
- fix some building issues on Linux and MinGW
- add accessor calls to the base classes to avoid direct access to internal class variables
- add iterators to navigate throught the EbmlMaster children
- use a new filepos_t type for everything that relates to an element position/data size with INVALID_FILEPOS_T in case of errors
- remove the const on integer values
2008-02-21 22:14 mosu
* trunk/libebml/ebml/EbmlBinary.h, trunk/libebml/ebml/EbmlEndian.h,