[matroska] r1245 - in trunk/libebml: . debian ebml
[email protected] Fri, 31 Mar 2006 16:33:03 +0400 (MSD)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mosu Date: 2006-03-31 16:33:02 +0400 (Fri, 31 Mar 2006) New Revision: 1245 Modified: trunk/libebml/ChangeLog trunk/libebml/debian/changelog trunk/libebml/ebml/EbmlVersion.h Log: Bumped version to 0.7.7. Automatic ChangeLog update. Modified: trunk/libebml/ChangeLog =================================================================== --- trunk/libebml/ChangeLog 2006-03-30 19:57:12 UTC (rev 1244) +++ trunk/libebml/ChangeLog 2006-03-31 12:33:02 UTC (rev 1245) @@ -1,3 +1,24 @@ +2006-03-30 19:33 mosu + + * trunk/libebml/src/EbmlFloat.cpp: Avoid pointer aliasing issues. + +2006-03-30 19:05 mosu + + * trunk/libebml/make/linux/Makefile: Small improvements like + creating the directory first and avoid failing if the symlink + exists already. + +2006-01-25 00:59 robux4 + + * trunk/libebml/ebml/EbmlConfig.h: add support for Borland C++ + Builder 2006 preview + +2005-10-18 17:59 mosu + + * trunk/libebml/ChangeLog, trunk/libebml/debian/changelog: Changed + the version in the Debian control file & automatic ChangeLog + update. + 2005-10-15 16:00 robux4 * trunk/libebml/ebml/EbmlVersion.h: libebml: the next version will Modified: trunk/libebml/debian/changelog =================================================================== --- trunk/libebml/debian/changelog 2006-03-30 19:57:12 UTC (rev 1244) +++ trunk/libebml/debian/changelog 2006-03-31 12:33:02 UTC (rev 1245) @@ -1,3 +1,9 @@ +libebml (0.7.7-1) unstable; urgency=low + + * New version. + + -- Moritz Bunkus <[email protected]> Fri, 31 Mar 2006 14:28:30 +0200 + libebml (0.7.6-1) unstable; urgency=low * New version. Modified: trunk/libebml/ebml/EbmlVersion.h =================================================================== --- trunk/libebml/ebml/EbmlVersion.h 2006-03-30 19:57:12 UTC (rev 1244) +++ trunk/libebml/ebml/EbmlVersion.h 2006-03-31 12:33:02 UTC (rev 1245) @@ -42,9 +42,9 @@ START_LIBEBML_NAMESPACE -#define LIBEBML_VERSION 0x000706 +#define LIBEBML_VERSION 0x000707 -static const std::string EbmlCodeVersion = "0.7.6"; +static const std::string EbmlCodeVersion = "0.7.7"; static const std::string EbmlCodeDate = __TIMESTAMP__; /*!