From b7f8b5cfde600daede07b9fa281a1bbb4463d04d Mon Sep 17 00:00:00 2001 From: Mason James Date: Wed, 10 Dec 2014 18:46:09 +1300 Subject: [PATCH] Increment version for 3.16.5 release Signed-off-by: Mason James --- installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_16_5.txt | 226 ++++++++++++++++++++ 3 files changed, 233 insertions(+), 1 deletion(-) create mode 100644 misc/release_notes/release_notes_3_16_5.txt diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index ae3341adb9..bf962a7694 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8511,6 +8511,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.16.05.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.16.5 release)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index b647224997..8a6bda25dc 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.16.04.000'; + our $VERSION = '3.16.05.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_16_5.txt b/misc/release_notes/release_notes_3_16_5.txt new file mode 100644 index 0000000000..2a9d9dcf26 --- /dev/null +++ b/misc/release_notes/release_notes_3_16_5.txt @@ -0,0 +1,226 @@ +RELEASE NOTES FOR KOHA 3.16.5 +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.16.5 can be downloaded from: + + http://download.koha-community.org/koha-3.16.05.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.16.5 is a bugfix/maintenance release. + + + +New features in 3.16.5 +====================== + + +---------- + + +Enhancements in 3.16.5 +====================== + + +---------- + + +Critical bugs fixed in 3.16.5 +====================== + + +OPAC +---------- + 12849 major Sending a list has malformed links + + +Other bugs fixed in 3.16.5 +====================== + + + +---------- + + +New sysprefs in 3.16.5 +====================== + + + +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.16/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 (100%) + * Czech (99%) + * Danish (86%) + * French (97%) + * German (100%) + * Italian (100%) + * Kurdish (68%) + * Polish (89%) + * Portuguese (99%) + * Slovak (100%) + * Spanish (100%) + * Swedish (86%) + * Turkish (100%) + * Vietnamese (94%) + + +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.16.5 is + + Release Manager: Galen Charlton + Documentation Manager: Nicole C Engard + Translation Manager: Bernardo Gonzalez Kriegel + QA Manager: Katrin Fischer + QA Team: Ruth Bavousett + Chris Cormack + Marcel de Rooy , + Jonathan Druart , + Brendan Gallagher + Kyle Hall + Paul Poulain + Martin Renvoize + Module Maintainers: Tomás Cohen Arazi + Jared Camins-Esakov + Kyle Hall + Bug Wranglers: Chris Cormack + Magnus Enger + Packaging Manager: Robin Sheat + VM Manager: Samuel Desseaux + Database Documentation Managers: + Joy Nelson + Samuel Desseaux + + Release Maintainer (3.8.x): Kyle Hall + Release Maintainer (3.10.x): Bernardo Gonzalez Kriegel + Release Maintainer (3.12.x): Tomás Cohen Arazi + Release Maintainer (3.14.x): Fridolin Somers + Release Maintainer (3.16.x): Mason James + + +Credits +====================== + + +We thank the following libraries who are known to have sponsored +new features in Koha 3.16.5: + +We thank the following individuals who contributed patches to Koha 3.16.5. + + * Chris Cormack (1) + * Mason James (1) + * Robin Sheat (1) + + +We thank the following libraries, companies, and other institutions who contributed +patches to Koha 3.16.5 + + + * Catalyst (2) + * KohaAloha (1) + +We also especially thank the following individuals who tested patches +for Koha 3.16.5. + + * Brendan Gallagher (1) + * Galen Charlton (1) + * Katrin Fischer (1) + * Mason James (2) + * Nick Clemens (1) + * Tomas Cohen Arazi (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.16.x. + +The last Koha release was 3.18.1, which was released on December 10, 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 06:23:49 Z ##### -- 2.39.5