]> granicus.if.org Git - libmatroska/commitdiff
Bump version number, library .so version number, add ChangeLog info
authorMoritz Bunkus <moritz@bunkus.org>
Sat, 22 Sep 2012 22:30:44 +0000 (22:30 +0000)
committerMoritz Bunkus <moritz@bunkus.org>
Sat, 22 Sep 2012 22:30:44 +0000 (22:30 +0000)
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@849 a6f86f6d-0131-4f8e-9e7b-e335508773d5

ChangeLog
debian/changelog
debian/control
make/linux/Makefile
make/linux/fedora-core.spec
make/linux/suse.spec
matroska/KaxVersion.h
src/KaxVersion.cpp

index 823ff7ab51a40630b0c1a1bf9314b8765418fd02..3fe3b457c83dac54dae151b1bbd0ab82943ce5be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-09-23 mosu
+New 1.4.0 version:
+    - Add new elements CueDuration, CueRelativePosition
+    - This release is not binary compatible to 1.4.0 due to the dependancy on libEBML 1.3.0 which is not
+      binary compatible to its predecessor.
+
 2011-09-23 robux4/mosu
 New 1.3.0 version:
     - initialize all data members
index e487a912f1fccfb717747474a850311745ed5d07..f920ada6a02d954b8ae9f76fefd4f7dc1e4f3192 100644 (file)
@@ -1,3 +1,9 @@
+libmatroska (1.4.0-1) precise; urgency=low
+
+  * New version. 
+
+ -- Moritz Bunkus <moritz@bunkus.org>  Sat, 22 Sep 2012 22:23:38 +0000
+
 libmatroska (1.3.0-1) natty; urgency=low
 
   * New version.
index 5a43ecff4b4c8c84687f3058dd077ed3f3045735..fdb254288c2fbcd8ca012892eadb908a07e520f0 100644 (file)
@@ -1,14 +1,14 @@
 Source: libmatroska
 Priority: optional
 Maintainer: Moritz Bunkus <moritz@bunkus.org>
-Build-Depends: debhelper (>> 3.0.0), libebml-dev (>= 1.0.0-1)
+Build-Depends: debhelper (>> 3.0.0), libebml-dev (>= 1.3.0-1)
 Standards-Version: 3.5.8
 Section: libs
 
 Package: libmatroska-dev
 Section: libdevel
 Architecture: any
-Depends: libebml-dev (>= 1.0.0-1)
+Depends: libebml-dev (>= 1.3.0-1)
 Description: an extensible open standard Audio/Video container format
  Matroska is aiming to become the standard of Multimedia
  Container Formats one day. It is based on EBML (Extensible Binary
index fd4bf012841eaab54acd56d2e0c4393fb76418e3..5a4ddd02c5c1706928e0394ed42c2f31f6181292 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.5\r
+LIBRARY_SO_VER=libmatroska.so.6\r
 \r
 # source-files\r
 sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))\r
index 43aafd141f0d7db1f91bcb0fe1c68bdc821a0484..16b01a47ae43a7073a062bede81aa4840861a74c 100644 (file)
@@ -1,7 +1,7 @@
 # SPEC file for (at least) Fedora Core 1, 2, 3
 
 Name:          libmatroska
-Version: 1.3.0
+Version: 1.4.0
 Release: 1
 License:       LGPL
 Summary:       Matroska Video Container
index fd879c664b8a1a00b98fbee1561c097c987788a2..b62c08259fa1b364e896d67322d7972259be9a44 100644 (file)
@@ -14,7 +14,7 @@ BuildRequires: bzip2 cpp libebml make tar zlib zlib-devel binutils gcc gcc-c++ l
 
 Name:         libmatroska
 URL:          http://dl.matroska.org/downloads/libmatroska/
-Version: 1.3.0
+Version: 1.4.0
 Release: 1
 Summary:      library to deal with matroska files.
 License:      LGPL
index c84b84489a84f082b90bde65d2f59a2d5622e387..df1d1c7e61f4ed5090ed2b1fe07d96b434932d51 100644 (file)
@@ -40,7 +40,7 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-#define LIBMATROSKA_VERSION 0x010300
+#define LIBMATROSKA_VERSION 0x010400
 
 extern const std::string KaxCodeVersion;
 extern const std::string KaxCodeDate;
index edf8e779402d759b38fe618f9dcdbac9150436b6..dd646bdceb09f075318eddb46b984464078cf28c 100644 (file)
@@ -37,7 +37,7 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-const std::string KaxCodeVersion = "1.3.0";
+const std::string KaxCodeVersion = "1.4.0";
 const std::string KaxCodeDate    = __TIMESTAMP__;
 
 END_LIBMATROSKA_NAMESPACE