From 2a89781d4a3bb56fc553b2fca1a203575307c117 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 10 Dec 2014 13:23:37 +1300 Subject: [PATCH] Increment version for 3.18.1 release Signed-off-by: Chris Cormack --- installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_18_1.txt | 238 ++++++++++++++++++++ 3 files changed, 245 insertions(+), 1 deletion(-) create mode 100644 misc/release_notes/release_notes_3_18_1.txt diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 97cbf9fb3c..69a8e52d82 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9579,6 +9579,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.18.01.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.18.1 release)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index ea58959a12..bc1e961e6a 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.18.00.000'; + our $VERSION = '3.18.01.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install diff --git a/misc/release_notes/release_notes_3_18_1.txt b/misc/release_notes/release_notes_3_18_1.txt new file mode 100644 index 0000000000..397685c2b8 --- /dev/null +++ b/misc/release_notes/release_notes_3_18_1.txt @@ -0,0 +1,238 @@ +RELEASE NOTES FOR KOHA 3.18.1 +10 Dec 2014 +======================================================================== + +Koha is the first free and open source software library automation package +(ILS). Development is sponsored by libraries of varying types and sizes, +volunteers, and support companies from around the world. +The website for the Koha project is + + http://koha-community.org/ + +Koha 3.18.1 can be downloaded from: + + http://download.koha-community.org/koha-3.18.01.tar.gz + +Installation instructions can be found at: + + http://wiki.koha-community.org/wiki/Installation_Documentation + + OR in the INSTALL files that come in the tarball + + +Koha 3.18.1 is a security release. + +Security fix +============ + + 13425 - Facets in the OPAC have an xss vulnerability + + +It also includes 1 enhancements and 7 bugfixes. + + +Enhancements in 3.18.1 +====================== + +Packaging +---------- + 13359 Provide virtual-mysql-server Depends On to facilitate alternate mysql implementations + + +Critical bugs fixed in 3.18.1 +====================== + + +Packaging +---------- + 13377 major Automatic_renewals.pl not marked executable + + +Other bugs fixed in 3.18.1 +====================== + + +Architecture, internals, and plumbing +---------- + 12839 normal Aqbooksellers.gstreg is never used + 12841 normal Aqorders fields should not be mapped + 12852 normal The "preview" param is never used in serials/claims.pl + 12980 normal GetHistory does useless processing + +Notices +---------- + 12123 normal HTML notices can break the notice viewer + +Reports +---------- + 12567 normal Catalog Statistitics wizard's publication year doesn't work for MARC21 + + +New sysprefs in 3.18.1 +====================== + + + +System requirements +====================== + + Important notes: + + * Perl 5.10 is required + * Zebra is required + + +Documentation +====================== + +The Koha manual is maintained in DocBook.The home page for Koha +documentation is + + http://koha-community.org/documentation/ + +As of the date of these release notes, only the English version of the +Koha manual is available: + + http://manual.koha-community.org/3.18/en/ + +The Git repository for the Koha manual can be found at + + http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary + + +Translations +====================== + +Complete or near-complete translations of the OPAC and staff +interface are available in this release for the following languages: + + + * English (USA) + * Arabic (99%) + * Armenian (99%) + * Czech (99%) + * Danish (81%) + * French (96%) + * German (100%) + * Italian (100%) + * Kurdish (64%) + * Polish (82%) + * Portuguese (94%) + * Slovak (100%) + * Spanish (100%) + * Swedish (82%) + * Turkish (100%) + * Vietnamese (91%) + + +Partial translations are available for various other languages. + +The Koha team welcomes additional translations; please see + + http://wiki.koha-community.org/wiki/Translating_Koha + +for information about translating Koha, and join the koha-translate +list to volunteer: + + http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate + +The most up-to-date translations can be found at: + + http://translate.koha-community.org/ + + +Release Team +====================== + +The release team for Koha 3.18.1 is + + Release Manager: Tomás Cohen Arazi + Documentation Manager: Nicole C Engard + Translation Manager: Bernardo Gonzalez Kriegel + QA Manager: Katrin Fischer + QA Team: Galen Charlton + Jonathan Druart + Brendan Gallagher + Kyle Hall + Julian Maurice + Paul Poulain + Martin Renvoize + Marcel de Rooy + Bug Wranglers: Alex Sassmannshausen + Zeno Tajoli + Packaging Manager: Robin Sheat + + Release Maintainer (3.18.x): Chris Cormack + Release Maintainer (3.16.x): Mason James + Release Maintainer (3.14.x): Fridolin Somers + +Credits +====================== + + +We thank the following libraries who are known to have sponsored +new features in Koha 3.18.1: + +We thank the following individuals who contributed patches to Koha 3.18.1. + + * Chris Cormack (1) + * Jonathan Druart (6) + * Katrin Fischer (1) + * Liz Rea (1) + * Robin Sheat (2) + + +We thank the following libraries, companies, and other institutions who contributed +patches to Koha 3.18.1 + + + * BSZ BW (1) + * BibLibre (6) + * Catalyst (4) + +We also especially thank the following individuals who tested patches +for Koha 3.18.1. + + * Brendan Gallagher (1) + * Chris Cormack (11) + * Katrin Fischer (4) + * Martin Renvoize (1) + * Mirko Tietgen (1) + * Owen Leonard (1) + * Paola Rossi (5) + * wajasu (1) + * Zeno Tajoli (1) + * Tomas Cohen Arazi (10) + * Kyle M Hall (3) + * Marcel de Rooy (1) + +We regret any omissions. If a contributor has been inadvertently missed, +please send a patch against these release notes to +koha-patches@lists.koha-community.org. + +Revision control notes +====================== + +The Koha project uses Git for version control. The current development +version of Koha can be retrieved by checking out the master branch of + + git://git.koha-community.org/koha.git + +The branch for this version of Koha and future bugfixes in this release line is 3.18.x. + +The last Koha release was 3.14.10, which was released on September 4, 2014. + + +Bugs and feature requests +====================== + +Bug reports and feature requests can be filed at the Koha bug +tracker at + + http://bugs.koha-community.org/ + + +He rau ringa e oti ai. +(Many hands finish the work) + +##### Autogenerated release notes updated last on 10 Dec 2014 00:15:16 Z ##### -- 2.39.5