Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Big copyright and version number update to prepare for 5.3.2 release.
  • Loading branch information
jonjensen committed Nov 8, 2005
1 parent 46b2310 commit a9297cb
Show file tree
Hide file tree
Showing 344 changed files with 933 additions and 918 deletions.
1 change: 0 additions & 1 deletion MANIFEST
Expand Up @@ -1238,4 +1238,3 @@ WHATSNEW-4.7
WHATSNEW-4.9
WHATSNEW-5.1
WHATSNEW-5.3
META.yml Module meta-data (added by MakeMaker)
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -28,7 +28,7 @@ my @mods_to_get;
my @remove_old;
my $Lock_troubles;

$VERSION = '5.3.1';
$VERSION = '5.3.2';

my @os_hints;
eval {
Expand Down
6 changes: 3 additions & 3 deletions README
Expand Up @@ -2,7 +2,7 @@

I N T E R C H A N G E

Interchange 5.3.1
Interchange 5.3.2

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.1.tar.gz | tar xvf -
cd interchange-5.3.1
gzip -dc interchange-5.3.2.tar.gz | tar xvf -
cd interchange-5.3.2
./configure

The configure script asks where you'd like to install Interchange, and
Expand Down
12 changes: 6 additions & 6 deletions README.rpm-dist
Expand Up @@ -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.3.1.
Documentation: /usr/share/doc/interchange-5.3.2.

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
Expand All @@ -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.3.1-1.i386.rpm
rpm -qp --requires interchange-5.3.2-1.i386.rpm

Note that some of the dependencies are not actually necessary. For example,
the Cybercash modules (CCMck*) are only needed if you use the Cybercash
Expand Down Expand Up @@ -82,14 +82,14 @@ This is unfortunate but is considered the best workaround at the moment.

INSTALL

rpm -Uvh interchange-5.3.1-1.i386.rpm
rpm -Uvh interchange-standard-5.3.1-1.i386.rpm
rpm -Uvh interchange-5.3.2-1.i386.rpm
rpm -Uvh interchange-standard-5.3.2-1.i386.rpm

Your version of RPM may correctly recognize Perl modules even if they
were not installed via RPM. But it may not. If not, you'll need to install
the main interchange package without dependency checking:

rpm -Uvh --nodeps interchange-5.3.1-1.i386.rpm
rpm -Uvh --nodeps interchange-5.3.2-1.i386.rpm


STARTING/RESTARTING INTERCHANGE
Expand Down Expand Up @@ -149,7 +149,7 @@ installation:

INSTALL

rpm -Uvh interchange-standard-demo-5.3.1-1.i386.rpm
rpm -Uvh interchange-standard-demo-5.3.2-1.i386.rpm


USING THE DEMO
Expand Down
4 changes: 2 additions & 2 deletions WHATSNEW-5.3
Expand Up @@ -6,7 +6,7 @@
------------------------------------------------------------------------------


Interchange 5.3.1 to be released 2005-01-25.
Interchange 5.3.2 released on 2005-11-09.


Core
Expand Down Expand Up @@ -150,7 +150,7 @@ RPM
------------------------------------------------------------------------------


Interchange 5.3.0 released only in nightly builds and via CVS.
Interchange 5.3.0 and 5.3.1 released only in nightly builds and via CVS.


------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/acl2hash.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: acl2hash.filter,v 1.1 2005-04-25 21:11:36 mheins Exp $
# $Id: acl2hash.filter,v 1.2 2005-11-08 18:14:32 jon Exp $

CodeDef acl2hash Filter
CodeDef acl2hash Description acl2hash
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/alpha.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: alpha.filter,v 1.3 2005-04-14 15:13:14 mheins Exp $
# $Id: alpha.filter,v 1.4 2005-11-08 18:14:32 jon Exp $

CodeDef alpha Filter
CodeDef alpha Description A-Za-z only
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/alphanumeric.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: alphanumeric.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: alphanumeric.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef alphanumeric Filter
CodeDef alphanumeric Description A-Za-z0-9 only
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/backslash.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: backslash.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: backslash.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef backslash Filter
CodeDef backslash Description Strip backslash
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/bold.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: bold.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: bold.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef bold Filter
CodeDef bold Description HTML bold
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/cgi.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: cgi.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: cgi.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef cgi Filter
CodeDef cgi Description Get CGI value of variable
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/checkbox.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: checkbox.filter,v 1.1 2004-10-19 10:03:51 docelic Exp $
# $Id: checkbox.filter,v 1.2 2005-11-08 18:14:32 jon Exp $

CodeDef checkbox Filter
CodeDef checkbox Routine <<EOR
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/colons_to_null.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: colons_to_null.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: colons_to_null.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef colons_to_null Filter
CodeDef colons_to_null Description :: to NULL
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/commify.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: commify.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: commify.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef commify Filter
CodeDef commify Description Commify
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/compress_space.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: compress_space.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: compress_space.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef compress_space Filter
CodeDef compress_space Description Collapse whitespace
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/convert_date.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: convert_date.filter,v 1.5 2005-04-13 16:13:27 mheins Exp $
# $Id: convert_date.filter,v 1.6 2005-11-08 18:14:32 jon Exp $

CodeDef convert_date Filter
CodeDef convert_date Description Convert date
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/crypt.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: crypt.filter,v 1.3 2005-04-12 03:23:18 mheins Exp $
# $Id: crypt.filter,v 1.4 2005-11-08 18:14:32 jon Exp $

CodeDef crypt Filter
CodeDef crypt Description Crypt
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/currency.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: currency.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: currency.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef currency Filter
CodeDef currency Description Currency
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/date2time.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: date2time.filter,v 1.3 2005-04-12 03:23:18 mheins Exp $
# $Id: date2time.filter,v 1.4 2005-11-08 18:14:32 jon Exp $

CodeDef date2time Filter
CodeDef date2time Description Date to UNIX time
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/date_change.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: date_change.filter,v 1.3 2005-04-12 03:23:18 mheins Exp $
# $Id: date_change.filter,v 1.4 2005-11-08 18:14:32 jon Exp $

CodeDef date_change Filter
CodeDef date_change Description Date widget
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/decode_entities.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: decode_entities.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: decode_entities.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef decode_entities Filter
CodeDef decode_entities Description Decode HTML entities
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/digits.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: digits.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: digits.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef digits Filter
CodeDef digits Description Digits only
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/digits_dot.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: digits_dot.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: digits_dot.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef digits_dot Filter
CodeDef digits_dot Description Digits-dots
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/dos.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: dos.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: dos.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef dos Filter
CodeDef dos Description UNIX to DOS newlines
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/duration.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: duration.filter,v 1.3 2005-04-12 03:23:18 mheins Exp $
# $Id: duration.filter,v 1.4 2005-11-08 18:14:32 jon Exp $

CodeDef duration Filter
CodeDef duration Description Duration
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/encode_entities.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: encode_entities.filter,v 1.3 2005-04-12 03:23:18 mheins Exp $
# $Id: encode_entities.filter,v 1.4 2005-11-08 18:14:32 jon Exp $

CodeDef e Filter
CodeDef e Alias encode_entities
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/encrypt.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: encrypt.filter,v 1.3 2005-04-12 03:23:18 mheins Exp $
# $Id: encrypt.filter,v 1.4 2005-11-08 18:14:32 jon Exp $

CodeDef encrypt Filter
CodeDef encrypt Description PGP encrypt
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/filesafe.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: filesafe.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: filesafe.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef filesafe Filter
CodeDef filesafe Description Safe for filename
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/gate.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: gate.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: gate.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef gate Filter
CodeDef gate Description Gate with scratch
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/hash2acl.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: hash2acl.filter,v 1.1 2005-04-25 21:11:36 mheins Exp $
# $Id: hash2acl.filter,v 1.2 2005-11-08 18:14:32 jon Exp $

CodeDef hash2acl Filter
CodeDef hash2acl Description hash2acl
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/html2text.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: html2text.filter,v 1.3 2005-05-29 14:37:34 docelic Exp $
# $Id: html2text.filter,v 1.4 2005-11-08 18:14:32 jon Exp $

CodeDef html2text Filter
CodeDef html2text Description Simple html2text
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/integer.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: integer.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: integer.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef integer Filter
CodeDef integer Description Integer
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/italics.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: italics.filter,v 1.3 2005-04-13 16:13:27 mheins Exp $
# $Id: italics.filter,v 1.4 2005-11-08 18:14:32 jon Exp $

CodeDef italics Filter
CodeDef italics Description HTML Italics
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/large.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: large.filter,v 1.3 2005-04-13 16:13:27 mheins Exp $
# $Id: large.filter,v 1.4 2005-11-08 18:14:32 jon Exp $

CodeDef large Filter
CodeDef large Description HTML large
Expand Down
4 changes: 2 additions & 2 deletions code/Filter/last_non_null.filter
@@ -1,7 +1,7 @@
# Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 2002-2005 Interchange Development Group (http://www.icdevgroup.org/)
# Copyright 1996-2002 Red Hat, Inc.
# Licensed under the GNU GPL v2. See file LICENSE for details.
# $Id: last_non_null.filter,v 1.2 2005-04-12 03:23:18 mheins Exp $
# $Id: last_non_null.filter,v 1.3 2005-11-08 18:14:32 jon Exp $

CodeDef last_non_null Filter
CodeDef last_non_null Description Reverse combo
Expand Down

0 comments on commit a9297cb

Please sign in to comment.