release notes for Koha 3.8.23
authorGalen Charlton <gmc@esilibrary.com>
Fri, 7 Feb 2014 01:16:30 +0000 (01:16 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 7 Feb 2014 01:16:30 +0000 (01:16 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

misc/release_notes/release_notes_3_8_23.txt [new file with mode: 0644]

diff --git a/misc/release_notes/release_notes_3_8_23.txt b/misc/release_notes/release_notes_3_8_23.txt
new file mode 100644 (file)
index 0000000..03ba00f
--- /dev/null
@@ -0,0 +1,200 @@
+RELEASE NOTES FOR KOHA 3.8.23
+07 Feb 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.8.23 can be downloaded from:
+
+    http://download.koha-community.org/koha-3.08.23.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.8.23 is a security release.
+
+This release fixes four security bugs:
+
+* bug 11660: tools/pdfViewer.pl could be used to read arbitrary
+             files on the server
+* bug 11661: the staff interface help editor could be used to
+             modify or create arbitrary files on the server with
+             the privileges of the Apache user
+* bug 11662: member-picupload.pl could be used to write to
+             arbitrary files on the server with the privileges of
+             the Apache user
+* bug 11666: the MARC framework import/export function did not
+             require authentication, and could be used to perform
+             unexpected SQL commands
+
+The fix for bug 11666 removes SQL as a supported format for
+importing or exporting MARC frameworks.
+
+We recommend that you upgrade immediately to get the fixes for
+these security issues.  However, if you are not able to perform
+the upgrade right away, you can mitigate against the issues by
+performing the following actions:
+
+* deleting the pdfViewer.pl script
+* deleting the member-picupload.pl script
+* making edithelp.pl not be executable, e.g., by doing
+  "chmod a-x edithelp.pl"
+* making import_export_framework.pl not be executable, which will
+  disable the MARC framework import and export functionality.
+
+Our thanks to John Lightsey <john@nixnuts.net> for finding and
+reporting the issues.
+
+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.8/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 (96%)
+  * Armenian (99%)
+  * Chinese (China) (97%)
+  * Chinese (Taiwan) (96%)
+  * Danish (99%)
+  * English (New Zealand) (96%)
+  * French (99%)
+  * French (Canada) (73%)
+  * German (100%)
+  * German (Switzerland) (95%)
+  * Greek (91%)
+  * Italian (99%)
+  * Kurdish (90%)
+  * Maori (67%)
+  * Norwegian Bokmål (64%)
+  * Portuguese (100%)
+  * Portuguese (Brazil) (96%)
+  * Slovak (100%)
+  * Spanish (99%)
+  * Turkish (100%)
+
+
+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.8.23 is
+
+  Release Manager:       Paul Poulain <paul.poulain@biblibre.com>
+  Documentation Manager: Nicole C Engard <nengard@gmail.com>
+  Translation Manager:   Frédéric Demians <frederic@tamil.fr>
+  QA Manager:            Ian Walls <koha.sekjal@gmail.com>
+  QA team:               Marcel de Rooy <M.de.Rooy@rijksmuseum.nl>,
+                         Jonathan Druart <jonathan.druart@biblibre.com>
+                        Mason James <mason@kohaaloha.com>
+  Bug Wranglers:         Katrin Fischer, Magnus Enger
+
+  Release Maintainer (3.8.x): Kyle Hall <kyle@bywatersolutions.com>
+  Release Maintainer (3.10.x): Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
+  Release Maintainer (3.12.x): Tomás Cohen Arazi <tomascohen@gmail.com>
+
+Credits
+======================
+
+We thank the following libraries who are known to have sponsored
+new features in Koha 3.8.23:
+
+We thank the following individuals who contributed patches to Koha 3.8.23.
+  *      3     Galen Charlton
+  *      2     Chris Cormack
+
+We thank the following companies who contributed patches to Koha 3.8.23
+  *       2 BigBallOfWax                                                                          
+  *       3 Equinox                                                                                   
+
+We also especially thank the following individuals who tested patches
+for Koha 3.8.23.
+  *       2 Tomas Cohen Arazi
+  *      10 Galen Charlton
+  *       1 Chris Cormack
+  *       1 Jonathan Druart
+  *       4 Katrin Fischer
+
+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 sec38x.
+
+The last Koha release was 3.8.22, which was released on January 31, 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 07 Feb 2014 01:13:32 Z #####