summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-07-20 16:21:12 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-07-20 16:21:12 +0000
commit7f7be642d1cac6e375b04c23d4b91644fe121a20 (patch)
tree77d6a3cdc15060f94266e69dbe7bdcef8797279b
parent6ee67435bd530dda680ae32344077a2b664f253f (diff)
0.10.5 "Beavis and Zidane" releaseRELEASE-0_10_5
Original commit message from CVS: 0.10.5 "Beavis and Zidane" release
-rw-r--r--ChangeLog7
-rw-r--r--NEWS7
2 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 40d8982..b18d3b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.5 ===
+
+2006-07-20 <>
+
+ * configure.ac:
+ releasing 0.10.5, "Beavis and Zidane"
+
2006-07-20 Edward Hervey <edward@fluendo.com>
* gnl/gnlcomposition.c:
diff --git a/NEWS b/NEWS
index fcb3a6a..b9926af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
-This is GNonLin 0.10.4, "Solomillo de Ternera"
+This is GNonLin 0.10.5, "Beavis and Zidane"
-GnlSource and GnlFileSource were refactored to work in all conditions.
-GnlComposition now handles gaps between sources.
+More complex compositions are now possible, along with use of default sources in GnlComposition.
+Thread-safety improved.
+Memory leaks fixed.