[interchange-cvs] [SCM] Interchange branch, master, updated. REL_5_7_3-5-g367e82d

Jon Jensen interchange-cvs at icdevgroup.org
Tue Nov 10 21:16:14 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  367e82dcc5b239200f05368aef927deba1f2f6ec (commit)
      from  794cd5ec1a9f52f3c16d8d806ebe9a26c9c12a50 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 367e82dcc5b239200f05368aef927deba1f2f6ec
Author: Jon Jensen <jon at endpoint.com>
Date:   Tue Nov 10 14:15:58 2009 -0700

    Increase version to 5.7.4 and add recent changes

-----------------------------------------------------------------------

Summary of changes and diff:
 Makefile.PL                            |    2 +-
 README                                 |    6 +++---
 README.rpm-dist                        |   12 ++++++------
 SPECS/interchange.spec                 |    2 +-
 WHATSNEW-5.7                           |   15 +++++++++++++++
 dist/standard/products/mv_metadata.asc |    2 +-
 lib/Vend/Data.pm                       |    2 +-
 scripts/interchange.PL                 |    6 +++---
 8 files changed, 31 insertions(+), 16 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index c93b563..eb2c852 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -28,7 +28,7 @@ my @mods_to_get;
 my @remove_old;
 my $Lock_troubles;
 
-$VERSION = '5.7.3';
+$VERSION = '5.7.4';
 
 my @os_hints;
 eval {
diff --git a/README b/README
index 04497d9..a20fa1b 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 
                            I N T E R C H A N G E
 
-Interchange 5.7.3
+Interchange 5.7.4
 
 Copyright (C) 2002-2009 Interchange Development Group
 Copyright (C) 1996-2002 Red Hat, Inc.
@@ -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.3.tar.gz
-    cd interchange-5.7.3
+    tar xvzf interchange-5.7.4.tar.gz
+    cd interchange-5.7.4
     perl Makefile.PL
     make
     make test
diff --git a/README.rpm-dist b/README.rpm-dist
index c101f80..8e9fe61 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.3.
+Documentation: /usr/share/doc/interchange-5.7.4.
 
 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.3-1.*.rpm
+rpm -qp --requires interchange-5.7.4-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.3-1.*.rpm
-rpm -Uvh interchange-standard-5.7.3-1.*.rpm
+rpm -Uvh interchange-5.7.4-1.*.rpm
+rpm -Uvh interchange-standard-5.7.4-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.3-1.*.rpm
+rpm -Uvh --nodeps interchange-5.7.4-1.*.rpm
 
 
 STARTING/RESTARTING INTERCHANGE
@@ -133,7 +133,7 @@ installation:
 
 INSTALL
 
-rpm -Uvh interchange-standard-demo-5.7.3-1.*.rpm
+rpm -Uvh interchange-standard-demo-5.7.4-1.*.rpm
 
 
 USING THE DEMO
diff --git a/SPECS/interchange.spec b/SPECS/interchange.spec
index fd3d175..3890868 100644
--- a/SPECS/interchange.spec
+++ b/SPECS/interchange.spec
@@ -17,7 +17,7 @@
 
 Summary: Interchange web application platform
 Name: interchange
-Version: 5.7.3
+Version: 5.7.4
 Release: 1
 Vendor: Interchange Development Group
 Group: System Environment/Daemons
diff --git a/WHATSNEW-5.7 b/WHATSNEW-5.7
index 3ea94a5..030eb2c 100644
--- a/WHATSNEW-5.7
+++ b/WHATSNEW-5.7
@@ -8,6 +8,21 @@
 See UPGRADE document for a list of incompatible changes.
 
 
+Interchange 5.7.4 not yet released.
+
+Core
+----
+
+* Make the default session 'spider' variable reflect $Vend::Robot status,
+  which more accurately says whether the request was made by (what
+  Interchange considers) a spider, not just any old temporary session.
+
+* Force raw encoding for file uploads (RT #268).
+
+
+------------------------------------------------------------------------------
+
+
 Interchange 5.7.3 released 2009-11-05.
 
 
diff --git a/dist/standard/products/mv_metadata.asc b/dist/standard/products/mv_metadata.asc
index 5ab9d24..a53e2bc 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.3
+ui-version										5.7.4
 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/lib/Vend/Data.pm b/lib/Vend/Data.pm
index 1723d34..34c03b1 100644
--- a/lib/Vend/Data.pm
+++ b/lib/Vend/Data.pm
@@ -1,6 +1,6 @@
 # Vend::Data - Interchange databases
 #
-# Copyright (C) 2002-2008 Interchange Development Group
+# Copyright (C) 2002-2009 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program was originally based on Vend 0.2 and 0.3
diff --git a/scripts/interchange.PL b/scripts/interchange.PL
index 7e323f2..235dc98 100644
--- a/scripts/interchange.PL
+++ b/scripts/interchange.PL
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 ##!~_~perlpath~_~
 #
-# Interchange version 5.7.3
+# Interchange version 5.7.4
 #
 # Copyright (C) 2002-2009 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -154,7 +154,7 @@ use vars qw($VERSION);
 require Exporter;
 
 BEGIN {
-	$VERSION = '5.7.3';
+	$VERSION = '5.7.4';
 }
 
 use Fcntl;
@@ -360,7 +360,7 @@ interchange [--options] [file]
 
 =head1 VERSION
 
-5.7.3
+5.7.4
 
 =head1 DESCRIPTION
 


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list