[perl-GStreamer] Stable release 0.18



commit a0cfff27f57e99300c93053ca1444511f95980ac
Author: Brian Manning <bmanning src gnome org>
Date:   Sun Feb 3 23:01:14 2013 -0800

    Stable release 0.18

 NEWS             |    6 +++++-
 lib/GStreamer.pm |    4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index a607769..3e89250 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
-Overview of changes in GStreamer <next>
+Overview of changes in GStreamer 0.18
 =====================================
 
 * Add GStreamer::Buffer::data_ptr() to access the buffer's data without copying
   it. (RT#82826)
+â Make a few tests more robust
+* Created %meta_merge which follows v2 of CPAN Meta Spec
+  - %meta_merge is used for generating metadata via
+    ExtUtils::MakeMaker/CPAN::Meta
 
 Overview of changes in GStreamer 0.17
 =====================================
diff --git a/lib/GStreamer.pm b/lib/GStreamer.pm
index 58a0300..f177902 100644
--- a/lib/GStreamer.pm
+++ b/lib/GStreamer.pm
@@ -28,7 +28,7 @@ our @EXPORT_OK = qw(
 
 # --------------------------------------------------------------------------- #
 
-our $VERSION = '0.17';
+our $VERSION = '0.18';
 
 sub import {
   my ($self) = @_;
@@ -301,6 +301,6 @@ on basic stuff like signals or object properties, this is what you should read.
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2011 by the gtk2-perl team
+Copyright (C) 2005-2011, 2013 by the gtk2-perl team
 
 =cut



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