diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 4 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.2 === + +2006-04-21 <> + + * configure.ac: + releasing 0.10.2, "... Y un cafe solo" + 2006-04-10 Edward Hervey <edward@fluendo.com> * gnl/gnlobject.c: (gnl_object_change_state): @@ -1 +1,3 @@ -This is GNonLin 0.10.1, "Jamon Serrano" +This is GNonLin 0.10.2, "... Y un cafe solo" + +This release fixes mainly a major bug in state changes. diff --git a/common b/common -Subproject 1783855e983a5294434673694e8a57e44980b6f +Subproject a6710e67fd82147e32a18f1b63177583faffd49 diff --git a/configure.ac b/configure.ac index 60e1080..a12d50f 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.1.1, +AC_INIT(GNonLin, 0.10.2, http://gnonlin.sourceforge.net/, gnonlin) |