-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelease_notes_tmpl.tt
197 lines (142 loc) · 5.57 KB
/
release_notes_tmpl.tt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
RELEASE NOTES FOR KOHA [% shortversion %]
[% date %]
========================================================================
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 [% shortversion %] can be downloaded from:
[% downloadlink %]
Installation instructions can be found at:
http://wiki.koha-community.org/wiki/Installation_Documentation
OR in the INSTALL files that come in the tarball
[% IF MAJOR %]
Koha [% shortversion %] is a major release, that comes with many new features.
[% ELSE %]
Koha [% shortversion %] is a bugfix/maintenance release.
[% END %]
It includes [% nb_newfeatures %] features, [% nb_enhancements %] enhancements and [% nb_bugfixes %] bugfixes.
[% IF newfeatures %]
New features in [% shortversion %]
======================
[% FOREACH newfeature IN newfeatures %]
[% newfeature.component %]
----------
[% FOREACH line IN newfeature.list %] [% line.number %] [% line.short_desc %][% IF line.description %]
[% line.description %][% END %]
[% END %][% END %][% END -%]
[% IF enhancements %]
Enhancements in [% shortversion %]
======================
[% FOREACH enhancement IN enhancements %]
[% enhancement.component %]
----------
[% FOREACH line IN enhancement.list %] [% line.number %] [% line.short_desc %][% IF line.description %]
[% line.description %][% END %]
[% END %][% END %][% END -%]
[% IF highlights %]
Critical bugs fixed in [% shortversion %]
======================
[% IF MAJOR %]
(this list include all bugfixes since the previous major version. Most of them have already been fixed in maintainance releases)
[% END %]
[% FOREACH highlight IN highlights %]
[% highlight.component %]
----------
[% FOREACH line IN highlight.list %] [% line.number %] [% line.severity %] [% line.short_desc %]
[% END %][% END %][% END -%]
[% IF bugfixes %]
Other bugs fixed in [% shortversion %]
======================
[% IF MAJOR %]
(this list include all bugfixes since the previous major version. Most of them have already been fixed in maintainance releases)
[% END %]
[% FOREACH bugfix IN bugfixes %]
[% bugfix.component %]
----------
[% FOREACH line IN bugfix.list %] [% line.number %] [% line.severity %] [% line.short_desc %]
[% END %][% END %][% END -%]
[% IF sysprefs %]
New sysprefs in [% shortversion %]
======================
[% FOREACH syspref IN sysprefs %]
* [% syspref.name %][% END %]
[% END %]
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/[% minorversion %]/en/
The Git repository for the Koha manual can be found at
http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary
[% IF translations %]
Translations
======================
Complete or near-complete translations of the OPAC and staff
interface are available in this release for the following languages:
[% FOREACH translation IN translations %]
* [% translation.language %][% END %]
[% END %]
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/
[% IF releaseteam %]
Release Team
======================
The release team for Koha [% shortversion %] is
[% INSERT $releaseteam %][% END -%]
Credits
======================
[% IF sponsors -%]
We thank the following libraries who are known to have sponsored
new features in Koha [% shortversion %]:
[% FOREACH sponsor IN sponsors %] * [% sponsor.name %][% END %]
[%- END -%]
[% IF contributors -%]
We thank the following individuals who contributed patches to Koha [% shortversion %].
[% FOREACH contributor IN contributors %] * [% contributor.name %][% END %]
[%- END -%]
[% IF companies -%]
We thank the following companies who contributed patches to Koha [% shortversion %]
[% FOREACH company IN companies %] * [% company.name %]
[% END %]
[%- END -%]
[% IF signers -%]
We also especially thank the following individuals who tested patches
for Koha [% shortversion %].
[% FOREACH signer IN signers %] * [% signer.name %][% END %]
[%- END -%]
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 [% branch %].
[% UNLESS MAJOR %]
The last Koha release was [% lastrelease %], which was released on [% lastreleasedate %].
[% END %]
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)
[% timestamp %]