[interchange] Update Copyright dates and Version Numbers
David Christensen <[email protected]> Fri, 27 Oct 2017 19:19:08 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 28bfd6265a03b4f4e66ea3b5ac41d0a7fb3622a3 Author: David Christensen <[email protected]> Date: Fri Oct 27 11:04:35 2017 -0500 Update Copyright dates and Version Numbers Makefile.PL | 4 ++-- README | 4 ++-- README.rpm-dist | 12 ++++++------ SPECS/interchange.spec | 5 ++++- configure | 2 +- dist/strap/products/mv_metadata.asc | 2 +- scripts/interchange.PL | 12 ++++++------ 7 files changed, 22 insertions(+), 19 deletions(-) --- diff --git a/Makefile.PL b/Makefile.PL index aa49e1b..7852705 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -29,7 +29,7 @@ my @mods_to_get; my @remove_old; my $Lock_troubles; -$VERSION = '5.10.0'; +$VERSION = '5.12.0'; my @os_hints; eval { @@ -160,7 +160,7 @@ sub copyright_prompt { Interchange V$VERSION - Copyright (C) 2002-2016 Interchange Development Group. + Copyright (C) 2002-2017 Interchange Development Group. Copyright (C) 1996-2002 Red Hat, Inc. Interchange is free under the terms of the GNU General Public License. diff --git a/README b/README index c218d77..b954c21 100644 --- a/README +++ b/README @@ -2,9 +2,9 @@ I N T E R C H A N G E -Interchange 5.10.0 +Interchange 5.12.0 -Copyright (C) 2002-2016 Interchange Development Group +Copyright (C) 2002-2017 Interchange Development Group Copyright (C) 1996-2002 Red Hat, Inc. Originally based on Vend 0.2 and 0.3, copyright 1995-96 by Andrew M. Wilcox. diff --git a/README.rpm-dist b/README.rpm-dist index 731cc46..3b3e2db 100644 --- a/README.rpm-dist +++ b/README.rpm-dist @@ -31,7 +31,7 @@ the Interchange user ID to write/create files. Sessions and temporary files: /var/cache/interchange. -Documentation: /usr/share/doc/interchange-5.10.0. +Documentation: /usr/share/doc/interchange-5.12.0. On a dedicated production server, it is wise to segregate as many of these directories as possible onto their own partitions, to prevent problems if @@ -45,7 +45,7 @@ usually come supplied with your operating system, so you will need to install them yourself. It's best to locate RPMs for each of the needed Perl modules and install them. To get a complete list of dependencies, do: -rpm -qp --requires interchange-5.10.0-1.*.rpm +rpm -qp --requires interchange-5.12.0-1.*.rpm Unfortunately, there's not currently a reliable, steady source of the latest CPAN modules in RPM format for most operating systems. Thus the easiest way @@ -66,14 +66,14 @@ perl -MCPAN -e'install Bundle::InterchangeKitchenSink' INSTALL -rpm -Uvh interchange-5.10.0-1.*.rpm -rpm -Uvh interchange-standard-5.10.0-1.*.rpm +rpm -Uvh interchange-5.12.0-1.*.rpm +rpm -Uvh interchange-standard-5.12.0-1.*.rpm If you have installed CPAN modules from source, rather than RPM, you'll need to install the main interchange package without dependency checking because RPM doesn't know about those modules you installed: -rpm -Uvh --nodeps interchange-5.10.0-1.*.rpm +rpm -Uvh --nodeps interchange-5.12.0-1.*.rpm STARTING/RESTARTING INTERCHANGE @@ -133,7 +133,7 @@ installation: INSTALL -rpm -Uvh interchange-standard-demo-5.10.0-1.*.rpm +rpm -Uvh interchange-standard-demo-5.12.0-1.*.rpm USING THE DEMO diff --git a/SPECS/interchange.spec b/SPECS/interchange.spec index c8be0ea..649f5a6 100644 --- a/SPECS/interchange.spec +++ b/SPECS/interchange.spec @@ -17,7 +17,7 @@ Summary: Interchange web application platform Name: interchange -Version: 5.10.0 +Version: 5.12.0 Release: 1 Vendor: Interchange Development Group Group: System Environment/Daemons @@ -381,6 +381,9 @@ fi %changelog +* Fri Oct 27 2017 David Christensen <[email protected]> 5.12.0-1 +- Update for new release. + * Tue Dec 22 2015 David Christensen <[email protected]> 5.10.0-1 - Update for new release. diff --git a/configure b/configure index 99c9861..d45e7ff 100755 --- a/configure +++ b/configure @@ -4,7 +4,7 @@ cat <<EOF Interchange - Copyright 2002-2016 Interchange Development Group (http://www.icdevgroup.org/) + Copyright 2002-2017 Interchange Development Group (http://www.icdevgroup.org/) Copyright 1996-2002 Red Hat, Inc. Interchange was originally based on Vend 0.2 and 0.3 diff --git a/dist/strap/products/mv_metadata.asc b/dist/strap/products/mv_metadata.asc index 881cb5c..8bcf2e0 100644 --- a/dist/strap/products/mv_metadata.asc +++ b/dist/strap/products/mv_metadata.asc @@ -282,7 +282,7 @@ transactions::auth_code text 16 Authorization transactions::deleted yesno Deleted transactions::order_id text 32 Order ID transactions::status select pending=Pending, shipped=Shipped, partial=Partially shipped, backorder=Back ordered, waiting=Waiting for payment, credit=Waiting for credit check, canceled=Canceled nullselect -ui-version 5.10.0 +ui-version 5.12.0 ui_component::mv_metadata table ui_component mv_metadata {'ui_data_fields' => "=Main code label default type width height options filter =Database lookup lookup field db =Help and misc help help_url prepend append pre_filter",'table_width' => "80%",'left_width' => "30%",} ui_component::mv_metadata::append textarea 60 5 Append HTML <SMALL>HTML to be appended to the widget. Will substitute in the macros _UI_TABLE_, _UI_COLUMN_, _UI_KEY, and _UI_VALUE_, and will resolve relative links with absolute links.</SMALL> ui_component::mv_metadata::attribute text 20 Column name Do not set this. diff --git a/scripts/interchange.PL b/scripts/interchange.PL index e674fbf..4fc3ea7 100644 --- a/scripts/interchange.PL +++ b/scripts/interchange.PL @@ -1,9 +1,9 @@ #!/usr/bin/perl -w ##!~_~perlpath~_~ # -# Interchange version 5.10.0 +# Interchange version 5.12.0 # -# Copyright (C) 2002-2016 Interchange Development Group +# Copyright (C) 2002-2017 Interchange Development Group # Copyright (C) 1996-2002 Red Hat, Inc. # http://www.icdevgroup.org/ # @@ -155,7 +155,7 @@ require Exporter; no warnings qw/once/; BEGIN { - $VERSION = '5.10.0'; + $VERSION = '5.12.0'; } use Fcntl; @@ -348,7 +348,7 @@ sub dontwarn { } sub version { - print "Interchange version $VERSION copyright 2002-2016 Interchange Development Group and others.\n"; + print "Interchange version $VERSION copyright 2002-2017 Interchange Development Group and others.\n"; } =head1 NAME @@ -361,7 +361,7 @@ interchange [--options] [file] =head1 VERSION -5.10.0 +5.12.0 =head1 DESCRIPTION @@ -987,7 +987,7 @@ GNU General Public License. =head1 COPYRIGHT - Copyright (C) 2002-2016 Interchange Development Group + Copyright (C) 2002-2017 Interchange Development Group Copyright (C) 1995-2002 Red Hat, Inc. All rights reserved except those granted in the license.