bump up version numbers for 2.1.6
authorGalen Charlton <gmc@esilibrary.com>
Wed, 17 Apr 2013 18:37:59 +0000 (14:37 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 17 Apr 2013 18:37:59 +0000 (14:37 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application.pm
Open-ILS/src/sql/Pg/002.schema.config.sql
README
RELEASE_NOTES.txt
configure.ac

index d362857..5d7cf6a 100644 (file)
@@ -6,7 +6,7 @@ use base qw/OpenSRF::Application/;
 sub ils_version {
     # version format is "x-y-z", for example "2-0-0" for Evergreen 2.0.0
     # For branches, format is "x-y"
-    return "2-1-5";
+    return "2-1-6";
 }
 
 __PACKAGE__->register_method(
index 8ed0f9b..286fbdd 100644 (file)
@@ -58,7 +58,7 @@ CREATE TABLE config.upgrade_log (
 );
 
 INSERT INTO config.upgrade_log (version) VALUES ('0726'); -- denials
-INSERT INTO config.upgrade_log (version) VALUES ('2.1.5');
+INSERT INTO config.upgrade_log (version) VALUES ('2.1.6');
 
 CREATE TABLE config.bib_source (
        id              SERIAL  PRIMARY KEY,
diff --git a/README b/README
index 0e38f7c..71aab05 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README for Evergreen 2.1.5
+README for Evergreen 2.1.6
 ==========================
 
 Preamble: referenced user accounts
@@ -38,8 +38,8 @@ the following commands as the *user* Linux account:
 
 [source, bash]
 ------------------------------------------------------------------------------
-wget -c http://evergreen-ils.org/downloads/Evergreen-ILS-2.1.5.tar.gz
-tar xzf Evergreen-ILS-2.1.5.tar.gz
+wget -c http://evergreen-ils.org/downloads/Evergreen-ILS-2.1.6.tar.gz
+tar xzf Evergreen-ILS-2.1.6.tar.gz
 ------------------------------------------------------------------------------
 
 Preamble: Developer instructions
@@ -172,7 +172,7 @@ Installation instructions
 +
 [source, bash]
 ------------------------------------------------------------------------------
-make STAFF_CLIENT_STAMP_ID=rel_2_1_5 install
+make STAFF_CLIENT_STAMP_ID=rel_2_1_6 install
 ------------------------------------------------------------------------------
 +
 2. The server portion of the staff client expects `http://hostname/xul/server`
index 046aa2f..a78195e 100644 (file)
@@ -1,6 +1,14 @@
 Evergreen 2.1 release notes
 ===========================
 
+Upgrade notes for 2.1.6
+------------------------
+
+SQL injection fix
+~~~~~~~~~~~~~~~~~
+This release fixes a parameter quoting issue in the ORM that
+could allow arbitrary SQL to be executed.
+
 Upgrade notes
 -------------
 
index e3e94d8..dc45f90 100644 (file)
@@ -20,8 +20,8 @@
 
 export PATH=${PATH}:/usr/sbin
 AC_PREREQ(2.61)
-AC_INIT(Open-ILS, 2.1.5, open-ils-dev@list.georgialibraries.org)
-AM_INIT_AUTOMAKE([OpenILS], [2.1.5])
+AC_INIT(Open-ILS, 2.1.6, open-ils-dev@list.georgialibraries.org)
+AM_INIT_AUTOMAKE([OpenILS], [2.1.6])
 AC_REVISION($Revision: 0.1 $)
 AC_CONFIG_SRCDIR([configure.ac])
 AC_PREFIX_DEFAULT([/openils/])