aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--README11
-rw-r--r--configure.ac4
-rw-r--r--doc/cflow.14
4 files changed, 19 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index b41b60a..5edb361 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-GNU cflow NEWS -- history of user-visible changes. 2011-10-11
+GNU cflow NEWS -- history of user-visible changes. 2014-02-27
Copyright (C) 2005-2007, 2009-2011, 2014 Sergey Poznyakoff
@@ -7,2 +7,10 @@ Please send cflow bug reports to <bug-cflow@gnu.org>.
+Version 1.4.90 (Git)
+
+* Correctly handle functions returning struct/union (fixes bug #31792)
+* Debugging output goes to stderr
+* Add a manpage
+* Consistent use of exit codes
+
+
Version 1.4, 2011-10-11
diff --git a/README b/README
index a2c1a7d..a5d8ed3 100644
--- a/README
+++ b/README
@@ -29,6 +29,7 @@ was dubbed a GNU package.
-The package compiles and runs on GNU/Linux systems. It supports all
-command line switches required by POSIX, plus a number of extended
-ones. It is able to produce output in two formats: in GNU cflow format
-(which is the default) and in POSIX format.
+The package is fully operational. It compiles and runs on any
+GNU/Linux and most decent UNIX-like systems. It supports all command
+line switches required by POSIX, plus a number of extended ones. It is
+able to produce output in two formats: in GNU cflow format (which is
+the default) and in POSIX format.
@@ -40,3 +41,3 @@ appear in future versions.
Emacs module cflow-mode.el works with files in GNU cflow format (as
-opposed to POSIX format). It has been tested with Emacs 21.3.
+opposed to POSIX format). It has been tested with Emacs 24.2.1.
diff --git a/configure.ac b/configure.ac
index 8380736..7dfd109 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,3 @@
# This file is part of GNU cflow
-# Copyright (C) 2005, 2007, 2009, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2007, 2009, 2011, 2014 Free Software Foundation, Inc.
#
@@ -19,3 +19,3 @@
AC_PREREQ(2.61)
-AC_INIT([GNU cflow], [1.4], [bug-cflow@gnu.org])
+AC_INIT([GNU cflow], [1.4.90], [bug-cflow@gnu.org])
AC_CONFIG_SRCDIR([src/cflow.h])
diff --git a/doc/cflow.1 b/doc/cflow.1
index 592482a..def1496 100644
--- a/doc/cflow.1
+++ b/doc/cflow.1
@@ -15,3 +15,3 @@
.\" along with Cflow. If not, see <http://www.gnu.org/licenses/>.
-.TH CFLOW 1 "February 7, 2014" "CFLOW"
+.TH CFLOW 1 "February 27, 2014" "CFLOW"
.SH NAME
@@ -199,3 +199,3 @@ Do not print argument lists in function declarations.
.TP
-\fB\-\-no\omit\-arguments\fR
+\fB\-\-no\-omit\-arguments\fR
Print argument lists in function declarations (the default).

Return to:

Send suggestions and report system problems to the System administrator.