Skip to content

Commit

Permalink
Update version number to 5.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjensen committed Dec 24, 2005
1 parent 0039409 commit 361e6e7
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ my @mods_to_get;
my @remove_old;
my $Lock_troubles;

$VERSION = '5.3.3';
$VERSION = '5.4.0';

my @os_hints;
eval {
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

I N T E R C H A N G E

Interchange 5.3.3
Interchange 5.4.0

Copyright (C) 2002-2005 Interchange Development Group
Copyright (C) 1996-2002 Red Hat, Inc.
Expand Down Expand Up @@ -81,8 +81,8 @@ as an unprivileged user who will be the only one modifying Interchange files.

Here is the quick installation summary:

gzip -dc interchange-5.3.3.tar.gz | tar xvf -
cd interchange-5.3.3
gzip -dc interchange-5.4.0.tar.gz | tar xvf -
cd interchange-5.4.0
./configure

The configure script asks where you'd like to install Interchange, and
Expand Down
7 changes: 5 additions & 2 deletions SPECS/interchange.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: interchange.spec,v 2.29.2.1 2005-12-13 15:39:21 jon Exp $
# $Id: interchange.spec,v 2.29.2.2 2005-12-24 00:01:25 jon Exp $

# use Perl installation in /usr/local custom built from source?
%define localperl 1
Expand All @@ -16,7 +16,7 @@

Summary: Interchange web application platform
Name: interchange
Version: 5.3.3
Version: 5.4.0
Release: 1
Vendor: Interchange Development Group
Group: System Environment/Daemons
Expand Down Expand Up @@ -396,6 +396,9 @@ fi


%changelog
* Thu Dec 23 2005 Jon Jensen <jon@icdevgroup.org> 5.4.0-1
- Update for 5.4.0 release.

* Thu Dec 13 2005 Jon Jensen <jon@icdevgroup.org> 5.3.3-1
- Update for 5.3.3 release.

Expand Down
20 changes: 16 additions & 4 deletions WHATSNEW-5.3
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,33 @@
------------------------------------------------------------------------------


Interchange 5.3.3 released on 2005-12-13.
Interchange 5.4.0 released on 2005-12-23.


Form
Core
----

* Use current time only as default for stock date widget, not for date_blank
widget.
* Fixed year output in date header of outgoing email.

Widget
------

* Merge fck widget with htmlarea widget. The rich-text editor can be
selected by the HTMLAREA_FLAVOUR variable.


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


Interchange 5.3.3 released on 2005-12-13.


Form
----

* Use current time only as default for stock date widget, not for date_blank
widget.

Profiles
--------

Expand Down
2 changes: 1 addition & 1 deletion dist/standard/products/mv_metadata.asc
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,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.3.3
ui-version 5.4.0
ui_component::mv_metadata table ui_component mv_metadata {'ui_data_fields' => "=Maincodelabeldefaulttypewidthheightoptionsfilter=Database lookuplookupfielddb=Help and mischelphelp_urlprependappendpre_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 linkswith absolute links.</SMALL>
ui_component::mv_metadata::attribute text 20 Column name Do not set this.
Expand Down
8 changes: 4 additions & 4 deletions scripts/interchange.PL
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/perl -w
##!~_~perlpath~_~
#
# Interchange version 5.3.3
# Interchange version 5.4.0
#
# $Id: interchange.PL,v 2.86.2.1 2005-12-13 15:39:21 jon Exp $
# $Id: interchange.PL,v 2.86.2.2 2005-12-24 00:01:26 jon Exp $
#
# Copyright (C) 2002-2005 Interchange Development Group
# Copyright (C) 1996-2002 Red Hat, Inc.
Expand Down Expand Up @@ -143,7 +143,7 @@ use vars qw($VERSION);
require Exporter;

BEGIN {
$VERSION = '5.3.3';
$VERSION = '5.4.0';

unless ($] >= 5.006) {
die "Interchange $VERSION requires Perl 5.6.0 or later,\nbut you're trying to run it under Perl $]. Exiting.\n";
Expand Down Expand Up @@ -357,7 +357,7 @@ interchange [--options] [file]
=head1 VERSION
5.3.3
5.4.0
=head1 DESCRIPTION
Expand Down

0 comments on commit 361e6e7

Please sign in to comment.