From 1f264fc64eed444dfd411abb7efc7b12920783c4 Mon Sep 17 00:00:00 2001
From: ellson <devnull@localhost>
Date: Thu, 16 Aug 2007 01:53:22 +0000
Subject: [PATCH] release 2.14.1

---
 ChangeLog        | 9 +++++++++
 configure.ac     | 2 +-
 graphviz.spec.in | 4 ++++
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 15a489174..7b73266e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+August 15, 2007
+	- release 2.14.1
+	- Fixed bugs: 1163, 1167
+	- Windows build fixes
+	- Add xdot parsing library to source distros
+	- graphviz.spec fixes for rpm distros from Gareth Armstrong
+	- moved language binding man pages to mann (gv_php.n, gv_ocaml.n, etc.)
+	- New access functions for version info in GVC_t - permits gvcint.h to
+	be private.
 August 2, 2007
 	- release 2.14
 	- Fixed (or otherwised closed) bugs:
diff --git a/configure.ac b/configure.ac
index a64a28bbd..d357253c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ(2.54)
 dnl ===========================================================================
 
 # Package name and version number, (as distinct from shared library version)
-AC_INIT(graphviz, 2.15)
+AC_INIT(graphviz, 2.14.1)
 
 # libtool shared library version
 
diff --git a/graphviz.spec.in b/graphviz.spec.in
index 10818a78e..fd45af920 100644
--- a/graphviz.spec.in
+++ b/graphviz.spec.in
@@ -509,6 +509,10 @@ rm -rf %{buildroot}
 #-- changelog --------------------------------------------------
 
 %changelog
+* Wed Aug 15 2007 John Ellson <ellson@research.att.com>
+- release 2.14.1 - see ChangeLog for details
+* Wed Aug 2 2007 John Ellson <ellson@research.att.com>
+- release 2.14 - see ChangeLog for details
 * Fri Mar 16 2007 Stephen North <north@research.att.com>
 - remove xorg-X11-devel from rhel >= 5
 * Mon Dec 11 2006 John Ellson <john.ellson@comcast.net>
-- 
2.40.0