[open-ils-commits] r18618 - in tags/rel_1_6_1_3: . Open-ILS/src/perlmods/OpenILS Open-ILS/src/sql/Pg (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Nov 5 12:14:57 EDT 2010
Author: miker
Date: 2010-11-05 12:14:54 -0400 (Fri, 05 Nov 2010)
New Revision: 18618
Modified:
tags/rel_1_6_1_3/Open-ILS/src/perlmods/OpenILS/Application.pm
tags/rel_1_6_1_3/Open-ILS/src/sql/Pg/002.schema.config.sql
tags/rel_1_6_1_3/README
Log:
bumping version number
Modified: tags/rel_1_6_1_3/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_1_6_1_3/Open-ILS/src/perlmods/OpenILS/Application.pm 2010-11-05 16:12:21 UTC (rev 18617)
+++ tags/rel_1_6_1_3/Open-ILS/src/perlmods/OpenILS/Application.pm 2010-11-05 16:14:54 UTC (rev 18618)
@@ -6,7 +6,7 @@
sub ils_version {
# version format is "x-y-z-p", for example "1-2-1-0" for Evergreen 1.2.1.0
# For branches, format is "x-y-z"
- return "1-6-1";
+ return "1-6-1-3";
}
__PACKAGE__->register_method(
Modified: tags/rel_1_6_1_3/Open-ILS/src/sql/Pg/002.schema.config.sql
===================================================================
--- tags/rel_1_6_1_3/Open-ILS/src/sql/Pg/002.schema.config.sql 2010-11-05 16:12:21 UTC (rev 18617)
+++ tags/rel_1_6_1_3/Open-ILS/src/sql/Pg/002.schema.config.sql 2010-11-05 16:14:54 UTC (rev 18618)
@@ -51,7 +51,7 @@
install_date TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
);
-INSERT INTO config.upgrade_log (version) VALUES ('1.6'); -- miker
+INSERT INTO config.upgrade_log (version) VALUES ('1.6.1.3');
CREATE TABLE config.bib_source (
id SERIAL PRIMARY KEY,
Modified: tags/rel_1_6_1_3/README
===================================================================
--- tags/rel_1_6_1_3/README 2010-11-05 16:12:21 UTC (rev 18617)
+++ tags/rel_1_6_1_3/README 2010-11-05 16:14:54 UTC (rev 18618)
@@ -1,11 +1,11 @@
-README for Evergreen 1.6
+README for Evergreen 1.6.1.3
Installing prerequisites:
========================
Evergreen has a number of prerequisite packages that must be installed
before you can successfully configure, compile, and install Evergreen.
-1. Begin by installing the most recent version of OpenSRF (1.1 or later).
+1. Begin by installing the most recent version of OpenSRF (1.4 or later).
You can download OpenSRF releases from
http://evergreen-ils.org/downloads
@@ -40,7 +40,7 @@
Once you have configured and compiled Evergreen, issue the following
command as the root user to install Evergreen:
-make STAFF_CLIENT_BUILD_ID=rel_1_6_0_0 install
+make STAFF_CLIENT_BUILD_ID=rel_1_6_1_3 install
This will install Evergreen, including example configuration files in
/openils/conf/ that you can use as templates for your own configuration files.
@@ -59,9 +59,9 @@
files into the correct directory, adjusting the version number to match the
version of the Dojo Toolkit that you downloaded:
-wget http://download.dojotoolkit.org/release-1.3.2/dojo-release-1.3.2.tar.gz
-tar -C /openils/var/web/js -xzf dojo-release-1.3.2.tar.gz
-cp -r /openils/var/web/js/dojo-release-1.3.2/* /openils/var/web/js/dojo/.
+wget http://download.dojotoolkit.org/release-1.3.3/dojo-release-1.3.3.tar.gz
+tar -C /openils/var/web/js -xzf dojo-release-1.3.3.tar.gz
+cp -r /openils/var/web/js/dojo-release-1.3.3/* /openils/var/web/js/dojo/.
Change ownership of the Evergreen files:
=======================================
More information about the open-ils-commits
mailing list