Index: ossp-pkg/iselect/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/iselect/ChangeLog,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/iselect/ChangeLog,v' 2>/dev/null --- ChangeLog 2007/07/08 09:24:29 1.6 +++ ChangeLog 2007/07/08 09:28:11 1.7 @@ -2,6 +2,11 @@ C h a n g e L o g o f i S e l e c t ___________________________________________________________________________ + Changes between 1.3.1 and 1.4.0 + ------------------------------- + 070708 o upgraded GNU shtool from 2.0.3 to 2.0.7 + o adjusted year range in copyright messages + Changes between 1.3.0 and 1.3.1 ------------------------------- 051005 o upgraded GNU shtool from 2.0.1 to 2.0.3 Index: ossp-pkg/iselect/README RCS File: /v/ossp/cvs/ossp-pkg/iselect/README,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/iselect/README,v' 2>/dev/null --- README 2005/10/05 18:37:19 1.5 +++ README 2007/07/08 09:28:11 1.6 @@ -12,12 +12,12 @@ as its control script or in batch mode as a pipeline filter (usually between grep and the final executing command). - Version 1.3.1 (05-Oct-2005) + Version 1.4.0 (08-Jul-2007) The latest release can be found on http://www.ossp.org/pkg/tool/iselect/ - Copyright (c) 1997-2005 Ralf S. Engelschall + Copyright (c) 1997-2007 Ralf S. Engelschall This program is free software; it may be redistributed and/or modified only under the terms of the GNU General Public License, which may be found in the Index: ossp-pkg/iselect/configure RCS File: /v/ossp/cvs/ossp-pkg/iselect/configure,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/iselect/configure,v' 2>/dev/null --- configure 2005/10/05 18:19:42 1.5 +++ configure 2007/07/08 09:28:11 1.6 @@ -1301,7 +1301,7 @@ T_MD=`$SHTOOL echo -e %B 2>/dev/null` T_ME=`$SHTOOL echo -e %b 2>/dev/null` echo "${T_MD}Configuring for iSelect `./etc/shtool version -lc -dlong iselect_version.c`${T_ME}" -echo "Copyright (c) 1997-2005 Ralf S. Engelschall " +echo "Copyright (c) 1997-2007 Ralf S. Engelschall " ac_config_headers="$ac_config_headers config_ac.h" Index: ossp-pkg/iselect/configure.in RCS File: /v/ossp/cvs/ossp-pkg/iselect/configure.in,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/iselect/configure.in,v' 2>/dev/null --- configure.in 2005/10/05 18:19:42 1.5 +++ configure.in 2007/07/08 09:28:11 1.6 @@ -10,7 +10,7 @@ T_MD=`$SHTOOL echo -e %B 2>/dev/null` T_ME=`$SHTOOL echo -e %b 2>/dev/null` echo "${T_MD}Configuring for iSelect `./etc/shtool version -lc -dlong iselect_version.c`${T_ME}" -echo "Copyright (c) 1997-2005 Ralf S. Engelschall " +echo "Copyright (c) 1997-2007 Ralf S. Engelschall " AC_CONFIG_HEADER(config_ac.h)dnl AC_PREFIX_DEFAULT(/usr/local) Index: ossp-pkg/iselect/iselect.pod RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect.pod,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect.pod,v' 2>/dev/null --- iselect.pod 2005/10/05 18:19:42 1.5 +++ iselect.pod 2007/07/08 09:28:11 1.6 @@ -11,7 +11,7 @@ ## ## ====================================================================== ## -## Copyright (c) 1997-2005 Ralf S. Engelschall. +## Copyright (c) 1997-2007 Ralf S. Engelschall. ## ## This program is free software; it may be redistributed and/or ## modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_browse.c RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_browse.c,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_browse.c,v' 2>/dev/null --- iselect_browse.c 2005/10/05 18:19:42 1.3 +++ iselect_browse.c 2007/07/08 09:28:11 1.4 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2005 Ralf S. Engelschall. +** Copyright (c) 1997-2007 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_browse.h RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_browse.h,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_browse.h,v' 2>/dev/null --- iselect_browse.h 2005/10/05 18:19:42 1.3 +++ iselect_browse.h 2007/07/08 09:28:11 1.4 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2005 Ralf S. Engelschall. +** Copyright (c) 1997-2007 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_getopt.c RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_getopt.c,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_getopt.c,v' 2>/dev/null --- iselect_getopt.c 2005/10/05 18:19:42 1.3 +++ iselect_getopt.c 2007/07/08 09:28:11 1.4 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2005 Ralf S. Engelschall. +** Copyright (c) 1997-2007 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_getopt.h RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_getopt.h,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_getopt.h,v' 2>/dev/null --- iselect_getopt.h 2005/10/05 18:19:42 1.3 +++ iselect_getopt.h 2007/07/08 09:28:11 1.4 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2005 Ralf S. Engelschall. +** Copyright (c) 1997-2007 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_global.h RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_global.h,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_global.h,v' 2>/dev/null --- iselect_global.h 2005/10/05 18:19:42 1.3 +++ iselect_global.h 2007/07/08 09:28:11 1.4 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2005 Ralf S. Engelschall. +** Copyright (c) 1997-2007 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_keys.c RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_keys.c,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_keys.c,v' 2>/dev/null --- iselect_keys.c 2005/10/05 18:19:42 1.4 +++ iselect_keys.c 2007/07/08 09:28:11 1.5 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2005 Ralf S. Engelschall. +** Copyright (c) 1997-2007 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_keys.h RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_keys.h,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_keys.h,v' 2>/dev/null --- iselect_keys.h 2005/10/05 18:19:42 1.3 +++ iselect_keys.h 2007/07/08 09:28:11 1.4 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2005 Ralf S. Engelschall. +** Copyright (c) 1997-2007 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_main.c RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_main.c,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_main.c,v' 2>/dev/null --- iselect_main.c 2005/10/05 18:19:42 1.3 +++ iselect_main.c 2007/07/08 09:28:11 1.4 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2005 Ralf S. Engelschall. +** Copyright (c) 1997-2007 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_readme.c RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_readme.c,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_readme.c,v' 2>/dev/null --- iselect_readme.c 2005/10/05 18:37:19 1.5 +++ iselect_readme.c 2007/07/08 09:28:11 1.6 @@ -22,7 +22,7 @@ " The latest release can be found on", " http://www.ossp.org/pkg/tool/iselect/", "", -" Copyright (c) 1997-2005 Ralf S. Engelschall ", +" Copyright (c) 1997-2007 Ralf S. Engelschall ", "", " This program is free software; it may be redistributed and/or modified ", " only under the terms of the GNU General Public License, which may be found ", Index: ossp-pkg/iselect/iselect_readme.txt RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_readme.txt,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_readme.txt,v' 2>/dev/null --- iselect_readme.txt 2005/10/05 18:37:19 1.4 +++ iselect_readme.txt 2007/07/08 09:28:11 1.5 @@ -12,12 +12,12 @@ as its control script or in batch mode as a pipeline filter (usually between grep and the final executing command). - Version 1.3.1 (05-Oct-2005) + Version 1.4.0 (08-Jul-2007) The latest release can be found on http://www.ossp.org/pkg/tool/iselect/ - Copyright (c) 1997-2005 Ralf S. Engelschall + Copyright (c) 1997-2007 Ralf S. Engelschall This program is free software; it may be redistributed and/or modified only under the terms of the GNU General Public License, which may be found Index: ossp-pkg/iselect/iselect_version.c RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_version.c,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_version.c,v' 2>/dev/null --- iselect_version.c 2005/10/05 18:37:19 1.5 +++ iselect_version.c 2007/07/08 09:28:11 1.6 @@ -8,7 +8,7 @@ #ifndef _ISELECT_VERSION_C_ #define _ISELECT_VERSION_C_ -#define ISELECT_VERSION 0x103201 +#define ISELECT_VERSION 0x104200 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _ISELECT_VERSION_C_AS_HEADER_ iselect_version_t iselect_version = { - 0x103201, - "1.3.1", - "1.3.1 (05-Oct-2005)", - "This is iSelect, Version 1.3.1 (05-Oct-2005)", - "iSelect 1.3.1 (05-Oct-2005)", - "iSelect/1.3.1", - "@(#)iSelect 1.3.1 (05-Oct-2005)", + 0x104200, + "1.4.0", + "1.4.0 (08-Jul-2007)", + "This is iSelect, Version 1.4.0 (08-Jul-2007)", + "iSelect 1.4.0 (08-Jul-2007)", + "iSelect/1.4.0", + "@(#)iSelect 1.4.0 (08-Jul-2007)", "$Id$" };