From dfe495cf230a73bcf99134328734a229e5546757 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 29 Jan 2011 11:48:16 +0000 Subject: [PATCH] Increased library .so name to .3 git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@649 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- ChangeLog | 3 ++- make/linux/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 25cb46d..c5f333b 100644 --- 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: diff --git a/make/linux/Makefile b/make/linux/Makefile index feddae9..7685094 100644 --- a/make/linux/Makefile +++ b/make/linux/Makefile @@ -54,7 +54,7 @@ MUX_LIBS=-lmatroska -lebml $(LIBICONV) # Names LIBRARY=libmatroska.a LIBRARY_SO=libmatroska.so -LIBRARY_SO_VER=libmatroska.so.2 +LIBRARY_SO_VER=libmatroska.so.3 # source-files sources:=$(wildcard ${SRC_DIR}*$(EXTENSION)) -- 2.40.0