diff options
author | Edward Hervey <bilboed@bilboed.com> | 2006-05-11 12:06:15 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2006-05-11 12:06:15 +0000 |
commit | bb8832ff3298f852075ef8c77b39ee7114e27f25 (patch) | |
tree | 4cb3b359b0a6b9792b70f0cc831e625af107aa78 | |
parent | ee4fba92e8876099728acab209644bb0974c897b (diff) |
Releasing 0.10.4 "Solomillo de Ternera"RELEASE-0_10_4
Original commit message from CVS:
Releasing 0.10.4 "Solomillo de Ternera"
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 12 insertions, 3 deletions
@@ -1,3 +1,11 @@ +=== release 0.10.4 === + +2006-05-11 <> + + * configure.ac: + * NEWS: + releasing 0.10.4, "Solomillo de Ternera" + 2006-05-10 Edward Hervey <edward@fluendo.com> * gnl/gnlcomposition.c: (get_clean_toplevel_stack), @@ -1,3 +1,4 @@ -This is GNonLin 0.10.3, "Birthday Cake" +This is GNonLin 0.10.4, "Solomillo de Ternera" -This release fixes mainly major bug in GnlFileSource setting up. +GnlSource and GnlFileSource were refactored to work in all conditions. +GnlComposition now handles gaps between sources. diff --git a/configure.ac b/configure.ac index 48dfe8e..230a3e5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GNonLin, 0.10.3.2, +AC_INIT(GNonLin, 0.10.4, http://gnonlin.sourceforge.net/, gnonlin) |