[gstreamermm] Release 1.8.0



commit 1fbae3d9d356b1a1dcf5d5e91690e7b80f48df2f
Author: Marcin Kolny <marcin kolny gmail com>
Date:   Fri Oct 7 16:20:19 2016 +0200

    Release 1.8.0

 NEWS         |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d47d687..ed2019c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.8.0:
+ * Wrap more methods and classes
+ * Fix base plugin classes
+ * Review Gst::Structure and Gst::Caps API
+ * Add multiple examples, tests
+ * Enable C++11 interface
+
 1.4.3 (unstable):
  * Add more methods to a wrapped classes.
  * Wrapp classes: GstAllocator, GstAtomicQueue, GstContext.
diff --git a/configure.ac b/configure.ac
index 8564a0b..0b1ddd0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ MM_INIT_MODULE([gstreamermm-plugins-bad-1.0])
 MM_CONFIG_DOCTOOL_DIR([docs])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-AC_SUBST([GSTREAMERMM_SO_VERSION], [0:0:0])
+AC_SUBST([GSTREAMERMM_SO_VERSION], [1:0:0])
 
 AM_INIT_AUTOMAKE([1.9 subdir-objects -Wno-portability check-news dist-bzip2 no-define nostdinc tar-ustar])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]