]> granicus.if.org Git - libmatroska/commitdiff
Increased library .so name to .3
authorMoritz Bunkus <moritz@bunkus.org>
Sat, 29 Jan 2011 11:48:16 +0000 (11:48 +0000)
committerMoritz Bunkus <moritz@bunkus.org>
Sat, 29 Jan 2011 11:48:16 +0000 (11:48 +0000)
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@649 a6f86f6d-0131-4f8e-9e7b-e335508773d5

ChangeLog
make/linux/Makefile

index 25cb46d08caaf93a21e07ca989a65ca4a299ef0f..c5f333bff6b6b58af603ae458b183d22d993114c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2010-08-xx robux4
+2011-01-xx robux4/mosu
 New 1.1.0 version:
     - give access to the SetParent to KaxSimpleBlock as well
     - change the placement of a MATROSKA_DLL_API so that it actually works
@@ -7,6 +7,7 @@ New 1.1.0 version:
     - 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
 
 2010-06-04 robux4/mosu
 New 1.0.0 version:
index feddae97fea28f8ba60dc4e25edf62f398f40701..76850940acf57bd8b16a674a6d4b37f97229911c 100644 (file)
@@ -54,7 +54,7 @@ MUX_LIBS=-lmatroska -lebml $(LIBICONV)
 # Names\r
 LIBRARY=libmatroska.a\r
 LIBRARY_SO=libmatroska.so\r
-LIBRARY_SO_VER=libmatroska.so.2\r
+LIBRARY_SO_VER=libmatroska.so.3\r
 \r
 # source-files\r
 sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))\r