Sergey Poznyakoff <[email protected]> writes: > Hello, > > The GNU Inetutils team is pleased to announce the release of Inetutils 1.6.
Congratulations! How about bumping the version to something higher than 1.6? I can commit the patch below if you agree. It will make the autobuild logs be clearer that they aren't for the already released 1.6: http://autobuild.josefsson.org/inetutils/ /Simon Index: NEWS =================================================================== RCS file: /sources/inetutils/inetutils/NEWS,v retrieving revision 1.26 diff -u -p -r1.26 NEWS --- NEWS 5 Jan 2009 16:12:38 -0000 1.26 +++ NEWS 5 Feb 2009 14:09:18 -0000 @@ -1,12 +1,14 @@ -GNU inetutils NEWS -- history of user-visible changes. 2009-01-05 +GNU inetutils NEWS -- history of user-visible changes. 2009-02-05 -Copyright (C) 2002, 2004, 2006, 2007, 2008 +Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. See the end of this file for for license conditions. Please send inetutils bug reports to <[email protected]>. +Unreleased +Version 1.7: * Restore the traditional behavior of ping without -c option. Index: configure.ac =================================================================== RCS file: /sources/inetutils/inetutils/configure.ac,v retrieving revision 1.47 diff -u -p -r1.47 configure.ac --- configure.ac 27 Dec 2008 21:18:36 -0000 1.47 +++ configure.ac 5 Feb 2009 14:09:18 -0000 @@ -1,7 +1,7 @@ # Configuration for inetutils # # Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2005, 2006, -# 2007, 2008 Free Software Foundation, Inc. +# 2007, 2008, 2009 Free Software Foundation, Inc. # # Written by Miles Bader <[email protected]> # @@ -22,7 +22,7 @@ AC_PREREQ(2.59) -AC_INIT([GNU inetutils], [1.6], [[email protected]]) +AC_INIT([GNU inetutils], [1.7], [[email protected]]) AC_CONFIG_SRCDIR([inetd/inetd.c]) AC_CONFIG_AUX_DIR([build-aux])
