[interchange] Bump version to 5.8.1
Jon Jensen <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 8616e94271c15ebc78d1f22a5eb327f305d60793 Author: Jon Jensen <[email protected]> Date: Thu Oct 31 14:17:38 2013 +0100 Bump version to 5.8.1 Makefile.PL | 2 +- README | 6 ++-- README.rpm-dist | 12 +++++----- SPECS/interchange.spec | 5 +++- WHATSNEW-5.7 | 34 ++++++++++++++++++++++++------- dist/standard/products/mv_metadata.asc | 2 +- scripts/interchange.PL | 6 ++-- 7 files changed, 44 insertions(+), 23 deletions(-) --- diff --git a/Makefile.PL b/Makefile.PL index bd334b1..958c3fb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,7 +28,7 @@ my @mods_to_get; my @remove_old; my $Lock_troubles; -$VERSION = '5.8.0'; +$VERSION = '5.8.1'; my @os_hints; eval { diff --git a/README b/README index c0a3b85..09777d2 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ I N T E R C H A N G E -Interchange 5.8.0 +Interchange 5.8.1 Copyright (C) 2002-2013 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.8.0.tar.gz - cd interchange-5.8.0 + tar xvzf interchange-5.8.1.tar.gz + cd interchange-5.8.1 perl Makefile.PL make make test diff --git a/README.rpm-dist b/README.rpm-dist index 8076b3e..d33d185 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.8.0. +Documentation: /usr/share/doc/interchange-5.8.1. 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.8.0-1.*.rpm +rpm -qp --requires interchange-5.8.1-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.8.0-1.*.rpm -rpm -Uvh interchange-standard-5.8.0-1.*.rpm +rpm -Uvh interchange-5.8.1-1.*.rpm +rpm -Uvh interchange-standard-5.8.1-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.8.0-1.*.rpm +rpm -Uvh --nodeps interchange-5.8.1-1.*.rpm STARTING/RESTARTING INTERCHANGE @@ -133,7 +133,7 @@ installation: INSTALL -rpm -Uvh interchange-standard-demo-5.8.0-1.*.rpm +rpm -Uvh interchange-standard-demo-5.8.1-1.*.rpm USING THE DEMO diff --git a/SPECS/interchange.spec b/SPECS/interchange.spec index 26b5e93..3b7e213 100644 --- a/SPECS/interchange.spec +++ b/SPECS/interchange.spec @@ -17,7 +17,7 @@ Summary: Interchange web application platform Name: interchange -Version: 5.8.0 +Version: 5.8.1 Release: 1 Vendor: Interchange Development Group Group: System Environment/Daemons @@ -381,6 +381,9 @@ fi %changelog +* Thu Oct 31 2013 Jon Jensen <[email protected]> 5.8.1-1 +- Update for new release. + * Wed Jun 12 2013 David Christensen <[email protected]> 5.8.0-1 - Update for new release. diff --git a/WHATSNEW-5.7 b/WHATSNEW-5.7 index 5432c1b..af5f0b3 100644 --- a/WHATSNEW-5.7 +++ b/WHATSNEW-5.7 @@ -1,18 +1,25 @@ ------------------------------------------------------------------------------ What's new in each version of Interchange - (in development since the version 5.6 branch) + (since the version 5.6 branch) + + See UPGRADE document for a list of incompatible changes. ------------------------------------------------------------------------------ -See UPGRADE document for a list of incompatible changes. +Interchange 5.8.1 not yet released. + + +------------------------------------------------------------------------------ -Interchange 5.8.0 released on _____ + +Interchange 5.8.0 released on 2013-07-19. Core ---- + * Increase SEO value of more links. * Allow passing params to error tag, which are replaced (same functionality as [warnings]). Useful for localization. @@ -101,9 +108,9 @@ Core * Allow gift certificates to be counted correctly as one item by [nitems] tag. - Payment ------- + * Add HSBC payment module. * Update Payflow payment module. @@ -122,9 +129,9 @@ Payment * Update credit card type detection. - Standard Demo ------------- + * Improved localization support for standard's receipt and order pages. * Apply fixes and updates to German translation for standard store. @@ -139,25 +146,28 @@ Standard Demo * Add DEFAULT_PAYMENT_MODE variable to standard's variable database. - Admin UI -------- + * Fix undeclared variables in meta editor admin page. * Fix hardcoded path to order counter file in standard's log_transaction. - External tool support --------------------- -* Added jEdit support for [PREFIX-calc] blocks, now syntax highlights contents as perl code + +* Added jEdit support for [PREFIX-calc] blocks, now syntax highlights contents as perl code. ------------------------------------------------------------------------------ + Interchange 5.7.7 released on 2011-06-12. + Core ---- + * Ensure users were always assigned sessions when using major browsers, regardless of any toolbar matches in the User Agent string. @@ -199,10 +209,12 @@ Core Tags ---- + * Allow sorting of forum entries. Standard Demo ------------- + * Fix for adding items to cart with options shows expired page message. Thanks to Steve Graham <[email protected]>. @@ -212,12 +224,16 @@ Standard Demo * Fix for state selection drop down for Ireland. Thanks to Paul Jordan <[email protected]>. + ------------------------------------------------------------------------------ + Interchange 5.7.6 released on 2010-03-23. + Core ---- + * Fix a "HTTP Response Splitting" security exploit. This is not known to be exploitable in the standard demo, but could potentially affect other pages in rare circumstances. @@ -259,6 +275,7 @@ Debian packaging * Multiple bug/dependency fixes. + ------------------------------------------------------------------------------ @@ -304,6 +321,7 @@ Payment * Corrected Vend::Payment::BusinessOnlinePayment handling/passing of supplemental parameters. + ------------------------------------------------------------------------------ diff --git a/dist/standard/products/mv_metadata.asc b/dist/standard/products/mv_metadata.asc index 0f4805a..f3f80ea 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.8.0 +ui-version 5.8.1 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 cb6b0e6..47913ff 100644 --- a/scripts/interchange.PL +++ b/scripts/interchange.PL @@ -1,7 +1,7 @@ #!/usr/bin/perl -w ##!~_~perlpath~_~ # -# Interchange version 5.8.0 +# Interchange version 5.8.1 # # Copyright (C) 2002-2013 Interchange Development Group # Copyright (C) 1996-2002 Red Hat, Inc. @@ -154,7 +154,7 @@ use vars qw($VERSION); require Exporter; BEGIN { - $VERSION = '5.8.0'; + $VERSION = '5.8.1'; } use Fcntl; @@ -360,7 +360,7 @@ interchange [--options] [file] =head1 VERSION -5.8.0 +5.8.1 =head1 DESCRIPTION