summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-11-27 20:03:45 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-11-27 20:03:45 +0000
commit933ad739dee3949a89d9f01cf71fb2e3f3ad507f (patch)
tree6d8b113061cc5fcc947de164d72fa8561bc6db0a
parent847e0c9e5f66ecc4fec596076fa69c6d02d45b14 (diff)
GNonLin 0.10.6 "Who stole my beard ?" releaseRELEASE-0_10_6
Original commit message from CVS: GNonLin 0.10.6 "Who stole my beard ?" release ----------------------------------------------------------------------
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index b9926af..0b13dda 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
-This is GNonLin 0.10.5, "Beavis and Zidane"
+This is GNonLin 0.10.6, "Who stole my beard ?"
-More complex compositions are now possible, along with use of default sources in GnlComposition.
-Thread-safety improved.
-Memory leaks fixed.
+New GnlOperation element for using filters/effects in GnlComposition
+Modification of GnlComposition internal structure for faster behaviour
+Lots of fixes for complex compositions
+Fixes for default sources
+Many more unit tests
+Code and documentation cleanups, more memory leaks fixes
diff --git a/configure.ac b/configure.ac
index 374dfd6..b3940d1 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.5.2,
+AC_INIT(GNonLin, 0.10.6,
http://gnonlin.sourceforge.net/,
gnonlin)