diff --git a/dspace/CHANGES b/dspace/CHANGES index 38cd8565da..f5b980d696 100644 --- a/dspace/CHANGES +++ b/dspace/CHANGES @@ -1,3 +1,5 @@ +1.4.1 beta 1 +============ (Scott Yeadon) - Jar file updates (includes required code changes for DSIndexer and DSQuery and new jars fontbox.jar and serializer.jar) diff --git a/dspace/README b/dspace/README index 4575e8026d..84b245eb2c 100644 --- a/dspace/README +++ b/dspace/README @@ -1,4 +1,4 @@ -DSpace Version 1.4, 26-July-2006 +DSpace Version 1.4.1 beta 1, 9-November-2006 Installation instructions are included in this release package. diff --git a/dspace/docs/history.html b/dspace/docs/history.html index 274923cc4d..a3ccd292d2 100644 --- a/dspace/docs/history.html +++ b/dspace/docs/history.html @@ -10,6 +10,57 @@

DSpace System Documentation: Version History

Back to contents

+

Changes in DSpace 1.4.1

+ +

General Improvements

+ + + +

Bug fixes

+ +

Changes in DSpace 1.4

General Improvements

diff --git a/dspace/docs/index.html b/dspace/docs/index.html index 0326797920..7c0e10b0b0 100644 --- a/dspace/docs/index.html +++ b/dspace/docs/index.html @@ -10,7 +10,7 @@

Authors: Robert Tansley, Mick Bass, Margret Branschofsky, Grace Carpenter, Greg McClellan, David Stuve, and others

-

For DSpace Version: 1.4 (18-July-2006)

+

For DSpace Version: 1.4.1 beta 1 (09-November-2006)

Documentation for other versions of DSpace are included with the source code.

@@ -146,6 +146,7 @@
  • Version History
  • -
  • Your 'localized' JSPs (those in jsp/local) now need to be maintained in the source directory. If you have locally modified JSPs in your [dspace]/jsp/local directory, you will need to merge the changes in the new 1.4 versions into your locally modified ones.

  • +
  • Your 'localized' JSPs (those in jsp/local) now need to be maintained in the source directory. If you have locally modified JSPs in your [dspace]/jsp/local directory, you will need to merge the changes in the new 1.4.x versions into your locally modified ones. You can use the diff command to compare your JSPs against the 1.4.x versions to do this. You can also check against the DSpace CVS.

  • -
  • In [dspace-1.4-source] run:

    +
  • In [dspace-1.4.x-source] run:

    ant -Dconfig=[dspace]/config/dspace.cfg update
  • @@ -131,11 +164,11 @@ checker.retention.CHECKSUM_MATCH=8w
    For PostgreSQL
    -

    [dspace-1.4-source]/etc/database_schema_13-14.sql contains the SQL commands to achieve this for PostgreSQL. To apply the changes, go to the source directory, and run:

    +

    [dspace-1.4.x-source]/etc/database_schema_13-14.sql contains the SQL commands to achieve this for PostgreSQL. To apply the changes, go to the source directory, and run:

    psql -f etc/database_schema_13-14.sql [DSpace database name] -h localhost

    For Oracle
    -

    [dspace-1.4-source]/etc/oracle/database_schema_13-14.sql should be run on the DSpace database to update the schema.

    +

    [dspace-1.4.x-source]/etc/oracle/database_schema_13-14.sql should be run on the DSpace database to update the schema.