[interchange] update copyright dates and version numbers for release

David Christensen interchange-cvs at icdevgroup.org
Sat Jun 18 23:55:26 UTC 2011


commit e28246e930c4f607d62ec110a82f03b8a797782d
Author: David Christensen <david at endpoint.com>
Date:   Sun Jun 12 22:42:30 2011 -0500

    update copyright dates and version numbers for release

 Makefile.PL                            |    4 ++--
 README                                 |    8 ++++----
 README.rpm-dist                        |   12 ++++++------
 SPECS/interchange.spec                 |    2 +-
 WHATSNEW-5.7                           |   18 ++++++++++++++----
 configure                              |    2 +-
 dist/standard/products/mv_metadata.asc |    2 +-
 dist/standard/variables/COPYRIGHT      |    2 +-
 scripts/interchange.PL                 |   12 ++++++------
 9 files changed, 36 insertions(+), 26 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 50493d1..1a572d2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -28,7 +28,7 @@ my @mods_to_get;
 my @remove_old;
 my $Lock_troubles;
 
-$VERSION = '5.7.6';
+$VERSION = '5.7.7';
 
 my @os_hints;
 eval {
@@ -154,7 +154,7 @@ sub copyright_prompt {
 
  Interchange V$VERSION
  
- Copyright (C) 2002-2010 Interchange Development Group.
+ Copyright (C) 2002-2011 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 3197287..d763972 100644
--- a/README
+++ b/README
@@ -2,9 +2,9 @@
 
                            I N T E R C H A N G E
 
-Interchange 5.7.6
+Interchange 5.7.7
 
-Copyright (C) 2002-2010 Interchange Development Group
+Copyright (C) 2002-2011 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.
@@ -105,8 +105,8 @@ as an unprivileged user who will be the only one modifying Interchange files.
 
 Here is the quick installation summary:
 
-    tar xvzf interchange-5.7.6.tar.gz
-    cd interchange-5.7.6
+    tar xvzf interchange-5.7.7.tar.gz
+    cd interchange-5.7.7
     perl Makefile.PL
     make
     make test
diff --git a/README.rpm-dist b/README.rpm-dist
index 130cd13..15d0571 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.7.6.
+Documentation: /usr/share/doc/interchange-5.7.7.
 
 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.7.6-1.*.rpm
+rpm -qp --requires interchange-5.7.7-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.7.6-1.*.rpm
-rpm -Uvh interchange-standard-5.7.6-1.*.rpm
+rpm -Uvh interchange-5.7.7-1.*.rpm
+rpm -Uvh interchange-standard-5.7.7-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.7.6-1.*.rpm
+rpm -Uvh --nodeps interchange-5.7.7-1.*.rpm
 
 
 STARTING/RESTARTING INTERCHANGE
@@ -133,7 +133,7 @@ installation:
 
 INSTALL
 
-rpm -Uvh interchange-standard-demo-5.7.6-1.*.rpm
+rpm -Uvh interchange-standard-demo-5.7.7-1.*.rpm
 
 
 USING THE DEMO
diff --git a/SPECS/interchange.spec b/SPECS/interchange.spec
index 9d81530..a22ffcc 100644
--- a/SPECS/interchange.spec
+++ b/SPECS/interchange.spec
@@ -17,7 +17,7 @@
 
 Summary: Interchange web application platform
 Name: interchange
-Version: 5.7.6
+Version: 5.7.7
 Release: 1
 Vendor: Interchange Development Group
 Group: System Environment/Daemons
diff --git a/WHATSNEW-5.7 b/WHATSNEW-5.7
index 4905ce4..f5a0ded 100644
--- a/WHATSNEW-5.7
+++ b/WHATSNEW-5.7
@@ -8,7 +8,7 @@
 See UPGRADE document for a list of incompatible changes.
 
 
-Interchange 5.7.7
+Interchange 5.7.7 released on 2011-06-12.
 
 Core
 ----
@@ -32,14 +32,24 @@ Core
 
 * Remove newline from errormessages to be able to parse locale of it
 
-* Fixed a bug in the [read-cookie] tag which in very specific rare
+* Fix a bug in the [read-cookie] tag which in very specific rare
   circumstances could return the wrong value for a cookie.
 
-* Fixed a bug in parsing of TemplateDir directive with multiple directories
+* Fix a bug in parsing of TemplateDir directive with multiple directories
   on a single line (RT#318).
   Thanks to Mat Jones for the report.
 
-* Fix for processing GDBM files while using UTF8
+* Fix for processing GDBM files while using UTF8.
+
+* Add additional UserDB encryption options.
+
+* Add pragma handling for setting the Cache-Control header.
+
+* Enhance TrustProxy to handle multiple chained proxies.
+
+* Multiple bugfixes to payment modules.
+
+* Fixes when sending UTF-8 email.
 
 Tags
 ----
diff --git a/configure b/configure
index 1c64b28..83d524f 100755
--- a/configure
+++ b/configure
@@ -4,7 +4,7 @@ cat <<EOF
 
  Interchange
 
- Copyright 2002-2010 Interchange Development Group (http://www.icdevgroup.org/)
+ Copyright 2002-2011 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/standard/products/mv_metadata.asc b/dist/standard/products/mv_metadata.asc
index 12c6e0b..09bc748 100644
--- a/dist/standard/products/mv_metadata.asc
+++ b/dist/standard/products/mv_metadata.asc
@@ -281,7 +281,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.7.6
+ui-version										5.7.7
 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/dist/standard/variables/COPYRIGHT b/dist/standard/variables/COPYRIGHT
index 3055385..ef19966 100644
--- a/dist/standard/variables/COPYRIGHT
+++ b/dist/standard/variables/COPYRIGHT
@@ -2,6 +2,6 @@
     [if variable MV_DEMO_MODE]
       <p>[page admin/index][L]Admin[/L]</a></p>
     [/if]
-	<p style="font-size: 10px; color: #000000">Portions copyright 2002-2010 Interchange Development Group, freely redistributable under GPL</p>
+	<p style="font-size: 10px; color: #000000">Portions copyright 2002-2011 Interchange Development Group, freely redistributable under GPL</p>
   </div>
 
diff --git a/scripts/interchange.PL b/scripts/interchange.PL
index 30f9350..0d90fb9 100644
--- a/scripts/interchange.PL
+++ b/scripts/interchange.PL
@@ -1,9 +1,9 @@
 #!/usr/bin/perl -w
 ##!~_~perlpath~_~
 #
-# Interchange version 5.7.6
+# Interchange version 5.7.7
 #
-# Copyright (C) 2002-2010 Interchange Development Group
+# Copyright (C) 2002-2011 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 # http://www.icdevgroup.org/
 #
@@ -154,7 +154,7 @@ use vars qw($VERSION);
 require Exporter;
 
 BEGIN {
-	$VERSION = '5.7.6';
+	$VERSION = '5.7.7';
 }
 
 use Fcntl;
@@ -347,7 +347,7 @@ sub dontwarn {
 }
 
 sub version {
-	print "Interchange version $VERSION copyright 2002-2010 Interchange Development Group and others.\n";
+	print "Interchange version $VERSION copyright 2002-2011 Interchange Development Group and others.\n";
 }
 
 =head1 NAME
@@ -360,7 +360,7 @@ interchange [--options] [file]
 
 =head1 VERSION
 
-5.7.6
+5.7.7
 
 =head1 DESCRIPTION
 
@@ -986,7 +986,7 @@ GNU General Public License.
 
 =head1 COPYRIGHT
 
-    Copyright (C) 2002-2010 Interchange Development Group
+    Copyright (C) 2002-2011 Interchange Development Group
     Copyright (C) 1995-2002 Red Hat, Inc.
     All rights reserved except those granted in the license.
 



More information about the interchange-cvs mailing list