Release 0.99.0
authorStephan Sundermann <stephansundermann@gmail.com>
Sat, 21 Dec 2013 16:54:39 +0000 (17:54 +0100)
committerStephan Sundermann <stephansundermann@gmail.com>
Sat, 21 Dec 2013 16:54:39 +0000 (17:54 +0100)
LICENSE [new file with mode: 0644]
NEWS

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..c644230
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,13 @@
+<p>Refer to the file COPYING for the default licence of gstreamer-sharp. You can request a usage exception:</p>
+
+<ul>
+       <li>On request, if your software is opensource, writing to <a href="mailto:ssundermann@gnome.org">ssundermann@gnome.org</a></li>
+       <li>Acquiring a commercial license, writing to <a href="mailto:ssundermann@gnome.org">ssundermann@gnome.org</a></li>
+</ul>
+
+<p>Projects already granted gstreamer-sharp usage via LGPL are:</p>
+
+<ul>
+       <li><a href="http://github.com/Vocaluxe/Vocaluxe">Vocaluxe</a></li>
+       <li><a href="https://git.gnome.org/browse/banshee/">Banshee</a></li>
+</ul>
diff --git a/NEWS b/NEWS
index e69de29..d50bc93 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,13 @@
+=====================================================================
+Gst# 0.99.0 - 2013-12-21
+=====================================================================
+
+Gst# 0.99.0 is the first beta release of .NET/Mono bindings for Gstreamer 1.x.
+
+This version of Gst# provides bindings for the API exposed by Gstreamer 1.0.0
+
+There is no API stability guarantee for now, but we try to keep breaking
+changes to a minimum.
+
+This version of Gst# can be installed in parallel with Gst# 0.10, and should not
+have any impact on applications using Gst# 0.10.