From d02673b740ad77e2c67ad8597ea4cb60dfdc0706 Mon Sep 17 00:00:00 2001
From: ellson <devnull@localhost>
Date: Wed, 4 Mar 2009 01:51:33 +0000
Subject: [PATCH] Change version for graphviz-2.22

---
 ChangeLog        | 16 ++++++++--------
 configure.ac     |  2 +-
 graphviz.spec.in |  3 +++
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c09bb68c1..6a10d9089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-March 1, 2009
+March 3, 2009
 	- Release 2.22
 	- Core:
 		- libgvc api changed, version bumped.  Affects third party
@@ -7,9 +7,16 @@ March 1, 2009
 		  plugins for graphviz.
 		- 90% conversion to cgraph has been done, but not enabled yet,
 		  (and yes, its true what they say about the last 10% )
+		- drop libagraph from distribution  (use libcgraph)
 		- layout code completely converted to floating point.
 		- new "dot -P" option for generating a graph of available
 		  plugins.
+		- registered MIME type:  text/vnd.graphviz for .gv files
+		- rename files from .dot to .gv to avoid conflict with
+		  Word templates.  .dot still supported, but deprecated.
+		- new command: mm2gv   (matrix-market graph file conversion)
+		- rename commands:	dot2gxl -> gv2gxl
+					gxl2dot -> gxl2gv
 	- Plugins:
 		- new rsvg plugin for support of node shapes in SVG format
 		- new gs plugin for support of node shapes in PS format
@@ -50,13 +57,6 @@ March 1, 2009
 		1568, 1569, 1570, 1571, 1573, 1577, 1578, 1579, 1580, 1581,
 		1582, 1584, 1586,
 		
-August 2, 2008
-	- drop libagraph from distribution - part of migration to libcgraph
-	- rename file format from .dot to .gv to avoid conflict with Word templates
-	- registered MIME type:  text/vnd.graphviz
-	- new command: mm2gv   (matrix-market to gv graph file conversion)
-	- rename commands:	dot2gxl -> gv2gxl
-				gxl2dot -> gxl2gv
 June 25, 2008
 	- Release 2.20.2
 	- Fix bug in HTML-like labels 
diff --git a/configure.ac b/configure.ac
index 7d382986c..451768d9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ 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, 21)
+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)
 
diff --git a/graphviz.spec.in b/graphviz.spec.in
index ea0a2b255..1d36affc6 100644
--- a/graphviz.spec.in
+++ b/graphviz.spec.in
@@ -732,6 +732,9 @@ rm -rf %{buildroot}
 #-- changelog --------------------------------------------------
 
 %changelog
+* Tue Mar 03 2009 John Ellson <ellson@research.att.com>
+- release graphviz-2.22 - see ChangeLog for details
+
 * Fri Oct 26 2007 John Ellson <ellson@research.att.com>
 - reinstated binary relocatability in AT&T's rpms since we need it internally
 * Wed Aug 15 2007 John Ellson <ellson@research.att.com>
-- 
2.40.0