]> granicus.if.org Git - graphviz/commitdiff
release 2.22.2 with fix for buffer overflow bug present in 2.22.0 and 2.22.2
authorellson <devnull@localhost>
Fri, 13 Mar 2009 18:16:40 +0000 (18:16 +0000)
committerellson <devnull@localhost>
Fri, 13 Mar 2009 18:16:40 +0000 (18:16 +0000)
ChangeLog
configure.ac

index 325749c7fc42d6f94b96c54163d959e59c93919f..af8856e8544c2243f84dbbd2758d83377c51d629 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
+March 13, 2009
+       - Release 2.22.2
+               - fix for buffer overflow (present in 2.22.0 and 2.22.1)
+       - Fixed bugs:
+               1596, 1602
+
 March 9, 2009
        - Release 2.22.1
                - build fixes for Visual Studio and for FreeBSD
 March 3, 2009
-       - Release 2.22
+       - Release 2.22.0
        - Core:
                - libgvc api changed, version bumped.  Affects third party
                  applications using libgvc.
index f64aa1824cc9abb87649213692bbf3f32265bfc1..bf77997adfa87e1e8e65d32afea5dddd8906f78d 100644 (file)
@@ -10,9 +10,9 @@ dnl                       even => stable series
 dnl For the micro number: 0 => in-progress development (from cvs)
 dnl                       timestamp => tar-file snapshot or release
 m4_define(graphviz_version_major, 2)
-m4_define(graphviz_version_minor, 23)
+m4_define(graphviz_version_minor, 22)
 #NB: the next line gets changed to a date/time string for development releases
-m4_define(graphviz_version_micro, 0)
+m4_define(graphviz_version_micro, 2)
 
 AC_INIT([graphviz],[graphviz_version_major.graphviz_version_minor.graphviz_version_micro],[http://www.graphviz.org/])