CVS update: /ccvs/, /ccvs/doc/, /ccvs/vms/, /ccvs/windows-NT/

[email protected] 18 Apr 2005 19:44:41 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: dprice  
Date: 05/04/18 12:44:41

Modified:
 /ccvs/
  NEWS, configure, configure.in
 /ccvs/doc/
  stamp-1, stamp-vti, version-client.texi, version.texi
 /ccvs/vms/
  config.h
 /ccvs/windows-NT/
  config.h

Log:
 Update for 1.12.12.1

File Changes:

Directory: /ccvs/
=================

File [changed]: NEWS
Url: https://ccvs.cvshome.org/source/browse/ccvs/NEWS?r1=1.311&r2=1.312
Delta lines:  +4 -1
-------------------
--- NEWS	18 Apr 2005 19:32:30 -0000	1.311
+++ NEWS	18 Apr 2005 19:44:37 -0000	1.312
@@ -1,6 +1,9 @@
-Changes since 1.12.11:
+Changes since 1.12.12:
 **********************
 
+Changes from 1.12.11 to 1.12.12:
+********************************
+
 SERVER SECURITY FIXES
 
 * Thanks to a report from Alen Zukich <[email protected]>, several minor

File [changed]: configure
Url: https://ccvs.cvshome.org/source/browse/ccvs/configure?r1=1.381&r2=1.382
Delta lines:  +20 -10
---------------------
--- configure	18 Apr 2005 19:32:30 -0000	1.381
+++ configure	18 Apr 2005 19:44:37 -0000	1.382
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for Concurrent Versions System (CVS) 1.12.12.
+# Generated by GNU Autoconf 2.59 for Concurrent Versions System (CVS) 1.12.12.1.
 #
 # Report bugs to <[email protected]>.
 #
@@ -283,8 +283,8 @@
 # Identity of this package.
 PACKAGE_NAME='Concurrent Versions System (CVS)'
 PACKAGE_TARNAME='cvs'
-PACKAGE_VERSION='1.12.12'
-PACKAGE_STRING='Concurrent Versions System (CVS) 1.12.12'
+PACKAGE_VERSION='1.12.12.1'
+PACKAGE_STRING='Concurrent Versions System (CVS) 1.12.12.1'
 PACKAGE_BUGREPORT='[email protected]'
 
 ac_unique_file="src/cvs.h"
@@ -808,7 +808,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Concurrent Versions System (CVS) 1.12.12 to adapt to many kinds of systems.
+\`configure' configures Concurrent Versions System (CVS) 1.12.12.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -874,7 +874,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Concurrent Versions System (CVS) 1.12.12:";;
+     short | recursive ) echo "Configuration of Concurrent Versions System (CVS) 1.12.12.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1116,7 +1116,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-Concurrent Versions System (CVS) configure 1.12.12
+Concurrent Versions System (CVS) configure 1.12.12.1
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1144,7 +1144,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Concurrent Versions System (CVS) $as_me 1.12.12, which was
+It was created by Concurrent Versions System (CVS) $as_me 1.12.12.1, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1806,7 +1806,7 @@
 
 # Define the identity of the package.
  PACKAGE='cvs'
- VERSION='1.12.12'
+ VERSION='1.12.12.1'
 
 
 # Some tools Automake needs.
@@ -39447,7 +39447,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by Concurrent Versions System (CVS) $as_me 1.12.12, which was
+This file was extended by Concurrent Versions System (CVS) $as_me 1.12.12.1, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -39510,7 +39510,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-Concurrent Versions System (CVS) config.status 1.12.12
+Concurrent Versions System (CVS) config.status 1.12.12.1
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -40702,4 +40702,14 @@
 
 
 # Report the state of this version of CVS if this is from dev.
+    cat <<EOF
+
+You are about to use an unreleased version of CVS.  Be sure to
+read the relevant mailing lists, most importantly <[email protected]>.
+
+Below you will find information on the status of this version of CVS.
+
+
+EOF
+    sed -n '/^\* Status/,$p' $srcdir/BUGS
 

File [changed]: configure.in
Url: https://ccvs.cvshome.org/source/browse/ccvs/configure.in?r1=1.348&r2=1.349
Delta lines:  +1 -1
-------------------
--- configure.in	18 Apr 2005 19:32:31 -0000	1.348
+++ configure.in	18 Apr 2005 19:44:37 -0000	1.349
@@ -15,7 +15,7 @@
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.])
 
-AC_INIT([Concurrent Versions System (CVS)],[1.12.12],[[email protected]],[cvs])
+AC_INIT([Concurrent Versions System (CVS)],[1.12.12.1],[[email protected]],[cvs])
 AC_CONFIG_SRCDIR(src/cvs.h)
 AC_CONFIG_AUX_DIR(build-aux)
 AM_INIT_AUTOMAKE([gnu 1.9.2 dist-bzip2 no-define])

Directory: /ccvs/doc/
=====================

File [changed]: stamp-1
Url: https://ccvs.cvshome.org/source/browse/ccvs/doc/stamp-1?r1=1.64&r2=1.65
Delta lines:  +2 -2
-------------------
--- stamp-1	18 Apr 2005 19:32:31 -0000	1.64
+++ stamp-1	18 Apr 2005 19:44:38 -0000	1.65
@@ -1,4 +1,4 @@
 @set UPDATED 30 November 2004
 @set UPDATED-MONTH November 2004
-@set EDITION 1.12.12
-@set VERSION 1.12.12
+@set EDITION 1.12.12.1
+@set VERSION 1.12.12.1

File [changed]: stamp-vti
Url: https://ccvs.cvshome.org/source/browse/ccvs/doc/stamp-vti?r1=1.141&r2=1.142
Delta lines:  +2 -2
-------------------
--- stamp-vti	18 Apr 2005 19:32:31 -0000	1.141
+++ stamp-vti	18 Apr 2005 19:44:38 -0000	1.142
@@ -1,4 +1,4 @@
 @set UPDATED 14 April 2005
 @set UPDATED-MONTH April 2005
-@set EDITION 1.12.12
-@set VERSION 1.12.12
+@set EDITION 1.12.12.1
+@set VERSION 1.12.12.1

File [changed]: version-client.texi
Url: https://ccvs.cvshome.org/source/browse/ccvs/doc/version-client.texi?r1=1.64&r2=1.65
Delta lines:  +2 -2
-------------------
--- version-client.texi	18 Apr 2005 19:32:31 -0000	1.64
+++ version-client.texi	18 Apr 2005 19:44:38 -0000	1.65
@@ -1,4 +1,4 @@
 @set UPDATED 30 November 2004
 @set UPDATED-MONTH November 2004
-@set EDITION 1.12.12
-@set VERSION 1.12.12
+@set EDITION 1.12.12.1
+@set VERSION 1.12.12.1

File [changed]: version.texi
Url: https://ccvs.cvshome.org/source/browse/ccvs/doc/version.texi?r1=1.142&r2=1.143
Delta lines:  +2 -2
-------------------
--- version.texi	18 Apr 2005 19:32:31 -0000	1.142
+++ version.texi	18 Apr 2005 19:44:38 -0000	1.143
@@ -1,4 +1,4 @@
 @set UPDATED 14 April 2005
 @set UPDATED-MONTH April 2005
-@set EDITION 1.12.12
-@set VERSION 1.12.12
+@set EDITION 1.12.12.1
+@set VERSION 1.12.12.1

Directory: /ccvs/vms/
=====================

File [changed]: config.h
Url: https://ccvs.cvshome.org/source/browse/ccvs/vms/config.h?r1=1.32&r2=1.33
Delta lines:  +1 -1
-------------------
--- config.h	18 Apr 2005 19:32:33 -0000	1.32
+++ config.h	18 Apr 2005 19:44:38 -0000	1.33
@@ -9,7 +9,7 @@
               June 1995 - <[email protected]> */
 
 /* The following macro are defined by running ./configure under UNIX OSs.  */
-#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.12.12"
+#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.12.12.1"
 
 /* We only want to build the client */
 #define CLIENT_SUPPORT 1

Directory: /ccvs/windows-NT/
============================

File [changed]: config.h
Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/config.h?r1=1.132&r2=1.133
Delta lines:  +1 -1
-------------------
--- config.h	18 Apr 2005 19:32:33 -0000	1.132
+++ config.h	18 Apr 2005 19:44:38 -0000	1.133
@@ -803,7 +803,7 @@
 #undef PACKAGE_NAME
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.12.12"
+#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.12.12.1"
 
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME