diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 5 deletions
@@ -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) |