aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+
+* Optimize symbol tables.
+
+New symbol tables considerably improve the program performance.
+
+* Bugfixes.
+
-Version 1.2:
+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.