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,18 +1,25 @@
1GNU cflow NEWS -- history of user-visible changes. 2009-02-06 1GNU cflow NEWS -- history of user-visible changes. 2009-07-11
2Copyright (C) 2005, 2006, 2007, 2009 Sergey Poznyakoff 2Copyright (C) 2005, 2006, 2007, 2009 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send cflow bug reports to <bug-cflow@gnu.org>. 5Please send cflow bug reports to <bug-cflow@gnu.org>.
6 6
7 7
8Version 1.2.90 (Git) 8Version 1.3, 2009-07-11
9
10* Optimize symbol tables.
11
12New symbol tables considerably improve the program performance.
13
14* Bugfixes.
15
9 16
10Version 1.2: 17Version 1.2, 2007-06-29
11 18
12* Licensed under the GPLv3 19* Licensed under the GPLv3
13 20
14 21
15Version 1.1: 22Version 1.1, 2006-07-09
16 23
17* Bugfixes: 24* Bugfixes:
18** Fix stack overflow on erroneous nameless function arguments. 25** Fix stack overflow on erroneous nameless function arguments.
@@ -22,7 +29,7 @@ Version 1.1:
22* New localization: Danish and Vietnamese 29* New localization: Danish and Vietnamese
23 30
24 31
25Version 1.0: 32Version 1.0, 2005-10-15
26 33
27* First official release. 34* First official release.
28 35
diff --git a/configure.ac b/configure.ac
index da2ede4..7165922 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
19# 02110-1301 USA. 19# 02110-1301 USA.
20 20
21AC_PREREQ(2.61) 21AC_PREREQ(2.61)
22AC_INIT([GNU cflow], [1.2.90], [bug-cflow@gnu.org]) 22AC_INIT([GNU cflow], [1.3], [bug-cflow@gnu.org])
23AC_CONFIG_SRCDIR([src/cflow.h]) 23AC_CONFIG_SRCDIR([src/cflow.h])
24AC_CONFIG_AUX_DIR([build-aux]) 24AC_CONFIG_AUX_DIR([build-aux])
25AM_INIT_AUTOMAKE([1.9 gnits tar-ustar dist-bzip2 std-options]) 25AM_INIT_AUTOMAKE([1.9 gnits tar-ustar dist-bzip2 std-options])

Return to:

Send suggestions and report system problems to the System administrator.