aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-11-09 02:14:38 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-11-09 02:14:38 +0200
commit706bb744d7ca1a090fd06fb75c8f3af5732eb368 (patch)
tree020fa1e9d21a44164cf661cb38312bae5d557e1a
parentdc1a81526099095b12ef6edb655cf1a773dfa983 (diff)
downloadcflow-706bb744d7ca1a090fd06fb75c8f3af5732eb368.tar.gz
cflow-706bb744d7ca1a090fd06fb75c8f3af5732eb368.tar.bz2
Raise version number to 1.3.1.
* configure.ac, NEWS: Raise patchlevel number. * Makefile.am (alpha, alphacheck): New rules.
-rw-r--r--Makefile.am6
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 9c99ca0..ce5ccbb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,6 +52,12 @@ ChangeLog:
echo "version-control: never" >> $(changelog_dir)/cl-t; \
echo "buffer-read-only: t" >> $(changelog_dir)/cl-t; \
echo "End:" >> $(changelog_dir)/cl-t; \
rm -f $(changelog_dir)/ChangeLog; \
mv $(changelog_dir)/cl-t $(changelog_dir)/ChangeLog; \
fi
+
+alpha:
+ $(MAKE) dist distdir=$(PACKAGE)-$(VERSION)-`date +"%Y%m%d"`
+
+alphacheck:
+ $(MAKE) distcheck distdir=$(PACKAGE)-$(VERSION)-`date +"%Y%m%d"`
diff --git a/NEWS b/NEWS
index 1fd53b8..9734b15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,19 @@
-GNU cflow NEWS -- history of user-visible changes. 2009-07-11
+GNU cflow NEWS -- history of user-visible changes. 2009-11-09
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.3.1 (Git)
+
+* Speed up recursive call detection.
+* Fix parsing of typedefs after `struct'.
+
+
Version 1.3, 2009-07-11
* Optimize symbol tables.
New symbol tables considerably improve the program performance.
diff --git a/configure.ac b/configure.ac
index 7165922..39f9770 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,13 +16,13 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA.
AC_PREREQ(2.61)
-AC_INIT([GNU cflow], [1.3], [bug-cflow@gnu.org])
+AC_INIT([GNU cflow], [1.3.1], [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])
AC_CONFIG_HEADER([config.h])
gl_EARLY

Return to:

Send suggestions and report system problems to the System administrator.