[gst-debugger] Release 0.2.0



commit 61270c30127507b4ffd77e67cc93ac4ca1e514a6
Author: Marcin Kolny <marcin kolny gmail com>
Date:   Tue Sep 22 13:21:15 2015 +0200

    Release 0.2.0

 NEWS         |   10 ++++++++++
 configure.ac |    5 +++--
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 462783e..52af6a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
 ========================
+Version 0.2.0 - September 22, 2015
+========================
+ 
+ * Fix memory leaks
+ * Support all types of properties
+ * Add data filter to a main module
+ * Protect against changing non-writable properties
+
+
+========================
 Version 0.1.0 - August 21, 2015
 ========================
 First release
diff --git a/configure.ac b/configure.ac
index 92170b1..650b7b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
-AC_INIT([gst-debugger], [0.1.0], 
-               [https://github.com/loganek/gst-debugger/issues])
+AC_INIT([gst-debugger], [0.2.0], 
+               [http://bugzilla.gnome.org/enter_bug.cgi?product=gst-debugger],
+               [gst-debugger], [https://wiki.gnome.org/Apps/GstDebugger])
 
 AC_PREREQ([2.59])
 


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