Open Fifth release notes for Koha deployments (o5th base and customer-specific)
| 23_11_14_ches-test.md | ||
| 23_11_14_ches.md | ||
| 24_11_05.md | ||
| 24_11_05_ptfs.md | ||
| 24_11_06_etf.md | ||
| 24_11_08_x_40579_fix.md | ||
| 24_11_09.md | ||
| 24_11_09_ualtest.md | ||
| 24_11_10.md | ||
| 24_11_10_bmus.md | ||
| 24_11_10_ual.md | ||
| 24_11_11.md | ||
| 24_11_12.md | ||
| 24_11_12_cels.md | ||
| 24_11_12_mell.md | ||
| 24_11_12_nhs.md | ||
| 24_11_12_o5th_with_triggers.md | ||
| 24_11_12_wcc-test.md | ||
| 24_11_12_wcc.md | ||
| 24_11_12_wscc.md | ||
| 25_11_01.md | ||
| 25_11_04.md | ||
| 25_11_04_etf.md | ||
| 25_11_04_mell.md | ||
| 25_11_04_o5th_with_triggers.md | ||
| README.md | ||
o5th-release-notes
Open Fifth release notes for Koha deployments.
Contents
This repository contains two categories of release notes, distinguished by filename:
Open Fifth base notes (YY_MM_NN.md)
Documents the patches Open Fifth applies to the shared o5th base branch
(e.g. 24.11.o5th) on top of the corresponding community Koha release.
NN is a sequential build counter for the o5th branch.
24_11_06.md → 6th build of the 24.11.o5th branch
25_11_02.md → 2nd build of the 25.11.o5th branch
Customer-specific notes (YY_MM_NN_CUST.md)
Documents the patches applied to a customer branch on top of the o5th base
(e.g. 24.11.nhs minus 24.11.o5th). Each file's header references the
o5th base build it was generated against.
24_11_03_nhs.md → 3rd build of the NHS 24.11 branch
24_11_01_wcc.md → 1st build of the WCC 24.11 branch
Reading notes for a customer release
To understand the full picture for a customer branch, read:
- The o5th base note referenced in the customer note header
- The customer note itself for that build
Together they document everything in that branch beyond community Koha.
Setup
git remote add upstream <forgejo-remote-url>
git push -u upstream main