[gstreamermm] 0.10.5.1 - Use new mm-common build system.



commit 56fda521216672413c3d887efa7d9e12e0bf568a
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Mon Sep 14 00:33:00 2009 -0400

    	0.10.5.1 - Use new mm-common build system.
    
    	* NEWS:
    	* configure.ac: Prepare for a new release (now using the new mm-common
    	build system).
    	* tests/Makefile.am: Include run of tests on a 'make check'.

 ChangeLog         |   11 +++++++++++
 NEWS              |    7 +++++++
 configure.ac      |    2 +-
 tests/Makefile.am |    3 +++
 4 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f63f454..a4a7bf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+0.10.5.1:
+
+2009-09-14  José Alburquerque  <jaalburqu svn gnome org>
+
+	0.10.5.1 - Use new mm-common build system.
+
+	* NEWS:
+	* configure.ac: Prepare for a new release (now using the new mm-common
+	build system).
+	* tests/Makefile.am: Include run of tests on a 'make check'.
+
 2009-09-11  José Alburquerque  <jaalburqu svn gnome org>
 
 	Build tests with make check only.
diff --git a/NEWS b/NEWS
index 3c0d69e..bf366b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.10.5.1 (unstable)
+
+* Move gstreamermm to the new mm-common build system.  The documentation is now
+  more glibmm and gtkmm-like.  Devhelp pages are also included and it is now
+  possible for the docs to appear on library.gnome.org.  This all thanks to the
+  new mm-common module.
+
 0.10.5 (unstable)
 
 * Distribute a local beautify docs script to fix the build with the latest
diff --git a/configure.ac b/configure.ac
index 62a689e..091398d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gstreamermm], [0.10.5],
+AC_INIT([gstreamermm], [0.10.5.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm],
         [gstreamermm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
diff --git a/tests/Makefile.am b/tests/Makefile.am
index eb028f8..633ac64 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,6 +14,9 @@ check_PROGRAMS  = test-caps test-create-element test-pipeline-add-element \
 		  test-init-check-noargs test-init-noargs test-iterator \
 		  test-property-caps test-plugin-gen test-plugin-signals
 
+# Include run of test programs in check:
+TESTS 		= $(check_PROGRAMS)
+
 test_caps_SOURCES			= test-caps.cc
 test_create_element_SOURCES		= test-create-element.cc
 test_pipeline_add_element_SOURCES	= test-pipeline-add-element.cc



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