[open-ils-commits] r16788 - in tags/rel_1_6_1_1: . Open-ILS/src/perlmods/OpenILS Open-ILS/src/sql/Pg (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jun 22 23:17:02 EDT 2010
Author: miker
Date: 2010-06-22 23:17:00 -0400 (Tue, 22 Jun 2010)
New Revision: 16788
Added:
tags/rel_1_6_1_1/Open-ILS/src/sql/Pg/1.6.1.0-1.6.1.1-upgrade-db.sql
Modified:
tags/rel_1_6_1_1/ChangeLog
tags/rel_1_6_1_1/Open-ILS/src/perlmods/OpenILS/Application.pm
tags/rel_1_6_1_1/README
Log:
version bumps for release
Modified: tags/rel_1_6_1_1/ChangeLog
===================================================================
--- tags/rel_1_6_1_1/ChangeLog 2010-06-23 03:11:24 UTC (rev 16787)
+++ tags/rel_1_6_1_1/ChangeLog 2010-06-23 03:17:00 UTC (rev 16788)
@@ -1 +1,12 @@
-#ChangeLog
+2010-06-18 miker
+
+ * Backport security fix r16747 from trunk
+
+2010-06-22 miker
+
+ * remove attempts to install staging and query schemas in 1.6.x
+
+2010-06-23 miker
+
+ * .: tagging 1.6.1.1
+
Modified: tags/rel_1_6_1_1/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_1_6_1_1/Open-ILS/src/perlmods/OpenILS/Application.pm 2010-06-23 03:11:24 UTC (rev 16787)
+++ tags/rel_1_6_1_1/Open-ILS/src/perlmods/OpenILS/Application.pm 2010-06-23 03:17:00 UTC (rev 16788)
@@ -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-1-1";
}
__PACKAGE__->register_method(
Added: tags/rel_1_6_1_1/Open-ILS/src/sql/Pg/1.6.1.0-1.6.1.1-upgrade-db.sql
===================================================================
--- tags/rel_1_6_1_1/Open-ILS/src/sql/Pg/1.6.1.0-1.6.1.1-upgrade-db.sql (rev 0)
+++ tags/rel_1_6_1_1/Open-ILS/src/sql/Pg/1.6.1.0-1.6.1.1-upgrade-db.sql 2010-06-23 03:17:00 UTC (rev 16788)
@@ -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.1.1');
+
Modified: tags/rel_1_6_1_1/README
===================================================================
--- tags/rel_1_6_1_1/README 2010-06-23 03:11:24 UTC (rev 16787)
+++ tags/rel_1_6_1_1/README 2010-06-23 03:17:00 UTC (rev 16788)
@@ -1,4 +1,4 @@
-README for Evergreen 1.6
+README for Evergreen 1.6.1.1
Installing prerequisites:
========================
@@ -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_1 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