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,18 +1,25 @@
-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
See the end of file for copying conditions.
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
* Licensed under the GPLv3
-Version 1.1:
+Version 1.1, 2006-07-09
* Bugfixes:
** Fix stack overflow on erroneous nameless function arguments.
@@ -22,7 +29,7 @@ Version 1.1:
* New localization: Danish and Vietnamese
-Version 1.0:
+Version 1.0, 2005-10-15
* First official release.
diff --git a/configure.ac b/configure.ac
index da2ede4..7165922 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
# 02110-1301 USA.
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])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.9 gnits tar-ustar dist-bzip2 std-options])

Return to:

Send suggestions and report system problems to the System administrator.