[open-ils-commits] r15659 - in tags/rel_1_6_0_3: . Open-ILS/src/perlmods/OpenILS Open-ILS/src/sql/Pg (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Mar 2 14:36:04 EST 2010


Author: miker
Date: 2010-03-02 14:36:00 -0500 (Tue, 02 Mar 2010)
New Revision: 15659

Added:
   tags/rel_1_6_0_3/Open-ILS/src/sql/Pg/1.6.0.2-1.6.0.3-upgrade-db.sql
Modified:
   tags/rel_1_6_0_3/ChangeLog
   tags/rel_1_6_0_3/Open-ILS/src/perlmods/OpenILS/Application.pm
   tags/rel_1_6_0_3/Open-ILS/src/sql/Pg/1.6.0.1-1.6.0.2-upgrade-db.sql
   tags/rel_1_6_0_3/README
Log:
version bumps, etc

Modified: tags/rel_1_6_0_3/ChangeLog
===================================================================
--- tags/rel_1_6_0_3/ChangeLog	2010-03-02 19:26:16 UTC (rev 15658)
+++ tags/rel_1_6_0_3/ChangeLog	2010-03-02 19:36:00 UTC (rev 15659)
@@ -1 +1,27 @@
-#ChangeLog
+2010-02-18  miker
+
+	* forward-porting update scripts
+
+2010-02-22  erickson
+
+	* keep in-db circ consistent with script circs WRT dissallowing
+	  checkouts and renewals for inactive patrons, inactive cards, and
+	  expired patrons
+
+	* Patch from Dan Wells to repair white space error in here-doc
+	  (fixes the r15418 reshelving problem)
+
+2010-02-24  phasefx
+
+	* fix double-listing bug in Actions for this Record -> View Holds
+
+	* Don't require an ident value for offline mode patron
+	  registration, since we don't require it online
+
+2010-03-02  miker
+
+	* Patch from Warren Layton of NRCAN to roll back a bit of typo
+	  fixing that is not warrented in 1.6.0
+
+	* .: Tagging 1.6.0.3
+

Modified: tags/rel_1_6_0_3/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_1_6_0_3/Open-ILS/src/perlmods/OpenILS/Application.pm	2010-03-02 19:26:16 UTC (rev 15658)
+++ tags/rel_1_6_0_3/Open-ILS/src/perlmods/OpenILS/Application.pm	2010-03-02 19:36:00 UTC (rev 15659)
@@ -5,7 +5,7 @@
 
 sub ils_version {
     # version format is "x-y-z-p", for example "1-2-1-0" for Evergreen 1.2.1.0
-    return "1-5";
+    return "1-6-0-3";
 }
 
 __PACKAGE__->register_method(

Modified: tags/rel_1_6_0_3/Open-ILS/src/sql/Pg/1.6.0.1-1.6.0.2-upgrade-db.sql
===================================================================
--- tags/rel_1_6_0_3/Open-ILS/src/sql/Pg/1.6.0.1-1.6.0.2-upgrade-db.sql	2010-03-02 19:26:16 UTC (rev 15658)
+++ tags/rel_1_6_0_3/Open-ILS/src/sql/Pg/1.6.0.1-1.6.0.2-upgrade-db.sql	2010-03-02 19:36:00 UTC (rev 15659)
@@ -16,7 +16,7 @@
 
 
 
-INSERT INTO config.upgrade_log (version) VALUES ('1.6.0.1');
+INSERT INTO config.upgrade_log (version) VALUES ('1.6.0.2');
 
 INSERT INTO config.billing_type (id, name, owner) VALUES
     ( 101, oils_i18n_gettext(101, 'Misc', 'cbt', 'name'), 1);

Added: tags/rel_1_6_0_3/Open-ILS/src/sql/Pg/1.6.0.2-1.6.0.3-upgrade-db.sql
===================================================================
--- tags/rel_1_6_0_3/Open-ILS/src/sql/Pg/1.6.0.2-1.6.0.3-upgrade-db.sql	                        (rev 0)
+++ tags/rel_1_6_0_3/Open-ILS/src/sql/Pg/1.6.0.2-1.6.0.3-upgrade-db.sql	2010-03-02 19:36:00 UTC (rev 15659)
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2010  Equinox Software, Inc.
+ * Mike Rylander <miker at esilibrary.com>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ */
+
+
+
+INSERT INTO config.upgrade_log (version) VALUES ('1.6.0.3');
+

Modified: tags/rel_1_6_0_3/README
===================================================================
--- tags/rel_1_6_0_3/README	2010-03-02 19:26:16 UTC (rev 15658)
+++ tags/rel_1_6_0_3/README	2010-03-02 19:36:00 UTC (rev 15659)
@@ -1,11 +1,11 @@
-README for Evergreen 1.6
+README for Evergreen 1.6.0.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.2 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_0_3 install
 
 This will install Evergreen, including example configuration files in
 /openils/conf/ that you can use as templates for your own configuration files.



More information about the open-ils-commits mailing list