[gstreamermm] Updated some docs according to 1.0.10 release



commit 5969d4ab1bcdd79c44f14ca13e2f4bdba2686f54
Author: Marcin Kolny <marcin kolny gmail com>
Date:   Sat Jul 26 13:34:53 2014 +0200

    Updated some docs according to 1.0.10 release

 MAINTAINERS      |    6 +-----
 NEWS             |    4 ++++
 README           |    4 ++--
 configure.ac     |    2 +-
 gstreamermm.doap |   14 --------------
 5 files changed, 8 insertions(+), 22 deletions(-)
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 8ef8f58..1f7d768 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8,10 +8,6 @@ Userid: mkolny
 Flytronic Company
 Website: www.flytronic.pl
 
+Former maintainers:
 José Alburquerque
-E-mail: jaalburqu svn gnome org
-Userid: jaalburqu
-
 Murray Cumming
-E-mail: murrayc murrayc com
-Userid: murrayc
diff --git a/NEWS b/NEWS
index 45a8726..0f61237 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.0.10 (unstable):
+
+ * Wrapped more methods
+
 1.0.8 (unstable):
 
 * Ported code to gstreamer-1.0
diff --git a/README b/README
index cefcbf7..8eec5e4 100644
--- a/README
+++ b/README
@@ -20,8 +20,8 @@ are also provided along with many of the base plug-ins.
 Dependencies
 ============
 
-gstreamermm requires glibmm >= 2.18.1 and libxml++ >= 2.14.0 along with the
-libraries that these require.  For the examples, gtkmm >= 2.12 is also
+gstreamermm requires glibmm >= 2.36.0 and libxml++ >= 2.14.0 along with the
+libraries that these require.  For the examples, gtkmm >= 3.0 is also
 required.
 
 Build Dependencies
diff --git a/configure.ac b/configure.ac
index b743c19..bc39841 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], [1.0.8],
+AC_INIT([gstreamermm], [1.0.10],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm],
         [gstreamermm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
diff --git a/gstreamermm.doap b/gstreamermm.doap
index c39bd3d..4d4bbfd 100644
--- a/gstreamermm.doap
+++ b/gstreamermm.doap
@@ -20,18 +20,4 @@
       <gnome:userid>mkolny</gnome:userid>
     </foaf:Person>
   </maintainer>
-  <maintainer>
-    <foaf:Person>
-      <foaf:name>José Alburquerque</foaf:name>
-      <foaf:mbox rdf:resource="mailto:jaalburqu svn gnome org" />
-      <gnome:userid>jaalburqu</gnome:userid>
-    </foaf:Person>
-  </maintainer>
-  <maintainer>
-    <foaf:Person>
-      <foaf:name>Murray Cumming</foaf:name>
-      <foaf:mbox rdf:resource="mailto:murrayc murrayc com" />
-      <gnome:userid>murrayc</gnome:userid>
-    </foaf:Person>
-  </maintainer>
 </Project>


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