OSSP CVS Repository

ossp - Check-in [5959]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 5959
Date: 2007-Jul-08 11:28:11 (local)
2007-Jul-08 09:28:11 (UTC)
User:rse
Branch:
Comment: bump up version and copyright information
Tickets:
Inspections:
Files:
ossp-pkg/iselect/ChangeLog      1.6 -> 1.7     5 inserted, 0 deleted
ossp-pkg/iselect/README      1.5 -> 1.6     2 inserted, 2 deleted
ossp-pkg/iselect/configure      1.5 -> 1.6     1 inserted, 1 deleted
ossp-pkg/iselect/configure.in      1.5 -> 1.6     1 inserted, 1 deleted
ossp-pkg/iselect/iselect.pod      1.5 -> 1.6     1 inserted, 1 deleted
ossp-pkg/iselect/iselect_browse.c      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/iselect/iselect_browse.h      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/iselect/iselect_getopt.c      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/iselect/iselect_getopt.h      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/iselect/iselect_global.h      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/iselect/iselect_keys.c      1.4 -> 1.5     1 inserted, 1 deleted
ossp-pkg/iselect/iselect_keys.h      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/iselect/iselect_main.c      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/iselect/iselect_readme.c      1.5 -> 1.6     1 inserted, 1 deleted
ossp-pkg/iselect/iselect_readme.txt      1.4 -> 1.5     2 inserted, 2 deleted
ossp-pkg/iselect/iselect_version.c      1.5 -> 1.6     9 inserted, 9 deleted

ossp-pkg/iselect/ChangeLog 1.6 -> 1.7

--- 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


ossp-pkg/iselect/README 1.5 -> 1.6

--- 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 <rse@engelschall.com>
+  Copyright (c) 1997-2007 Ralf S. Engelschall <rse@engelschall.com>
 
   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


ossp-pkg/iselect/configure 1.5 -> 1.6

--- 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 <rse@engelschall.com>"
+echo "Copyright (c) 1997-2007 Ralf S. Engelschall <rse@engelschall.com>"
 
           ac_config_headers="$ac_config_headers config_ac.h"
 


ossp-pkg/iselect/configure.in 1.5 -> 1.6

--- 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 <rse@engelschall.com>"
+echo "Copyright (c) 1997-2007 Ralf S. Engelschall <rse@engelschall.com>"
 
 AC_CONFIG_HEADER(config_ac.h)dnl
 AC_PREFIX_DEFAULT(/usr/local)


ossp-pkg/iselect/iselect.pod 1.5 -> 1.6

--- 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, 


ossp-pkg/iselect/iselect_browse.c 1.3 -> 1.4

--- 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, 


ossp-pkg/iselect/iselect_browse.h 1.3 -> 1.4

--- 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, 


ossp-pkg/iselect/iselect_getopt.c 1.3 -> 1.4

--- 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, 


ossp-pkg/iselect/iselect_getopt.h 1.3 -> 1.4

--- 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, 


ossp-pkg/iselect/iselect_global.h 1.3 -> 1.4

--- 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, 


ossp-pkg/iselect/iselect_keys.c 1.4 -> 1.5

--- 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, 


ossp-pkg/iselect/iselect_keys.h 1.3 -> 1.4

--- 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, 


ossp-pkg/iselect/iselect_main.c 1.3 -> 1.4

--- 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, 


ossp-pkg/iselect/iselect_readme.c 1.5 -> 1.6

--- 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 <rse@engelschall.com>",
+"  Copyright (c) 1997-2007 Ralf S. Engelschall <rse@engelschall.com>",
 "",
 "  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 ",


ossp-pkg/iselect/iselect_readme.txt 1.4 -> 1.5

--- 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 <rse@engelschall.com>
+  Copyright (c) 1997-2007 Ralf S. Engelschall <rse@engelschall.com>
 
   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 


ossp-pkg/iselect/iselect_version.c 1.5 -> 1.6

--- 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,14 +32,14 @@
 #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)",
-    "$Id: iselect_version.c,v 1.5 2005/10/05 18:37:19 rse Exp $"
+    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: iselect_version.c,v 1.6 2007/07/08 09:28:11 rse Exp $"
 };
 
 #endif /* _ISELECT_VERSION_C_AS_HEADER_ */

CVSTrac 2.0.1