aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-07-11 22:44:22 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-07-11 22:44:22 +0300
commitb097ff86951b52a4e34bd0d7e40921e5469c4f5f (patch)
treec915aac8d915d756a17f8cdb2470f91bf0853920
parented952894affe797b36b2b4d5d30cbbe9c3177a1d (diff)
downloadcflow-b097ff86951b52a4e34bd0d7e40921e5469c4f5f.tar.gz
cflow-b097ff86951b52a4e34bd0d7e40921e5469c4f5f.tar.bz2
Version 1.3release-1_3
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 5ee74e5..1fd53b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-GNU cflow NEWS -- history of user-visible changes. 2009-02-06
+GNU cflow NEWS -- history of user-visible changes. 2009-07-11
Copyright (C) 2005, 2006, 2007, 2009 Sergey Poznyakoff
@@ -7,5 +7,12 @@ Please send cflow bug reports to <bug-cflow@gnu.org>.
-Version 1.2.90 (Git)
+Version 1.3, 2009-07-11
-Version 1.2:
+* Optimize symbol tables.
+
+New symbol tables considerably improve the program performance.
+
+* Bugfixes.
+
+
+Version 1.2, 2007-06-29
@@ -14,3 +21,3 @@ Version 1.2:
-Version 1.1:
+Version 1.1, 2006-07-09
@@ -24,3 +31,3 @@ Version 1.1:
-Version 1.0:
+Version 1.0, 2005-10-15
diff --git a/configure.ac b/configure.ac
index da2ede4..7165922 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,3 +21,3 @@
AC_PREREQ(2.61)
-AC_INIT([GNU cflow], [1.2.90], [bug-cflow@gnu.org])
+AC_INIT([GNU cflow], [1.3], [bug-cflow@gnu.org])
AC_CONFIG_SRCDIR([src/cflow.h])

Return to:

Send suggestions and report system problems to the System administrator.