Open Fifth release notes for Koha deployments (o5th base and customer-specific)
Find a file
2026-06-10 11:50:22 +01:00
23_11_14_ches-test.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
23_11_14_ches.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_05.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_05_ptfs.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_06_etf.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_08_x_40579_fix.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_09.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_09_ualtest.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_10.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_10_bmus.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_10_ual.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_11.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_12.md 24.11.12.000 8baccfa5bbe 2026-06-10 10:07:27 +01:00
24_11_12_cels.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_12_mell.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_12_nhs.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_12_o5th_with_triggers.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_12_wcc-test.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
24_11_12_wcc.md 24.11.wcc 24.11.12.000 c5594d3329c 2026-06-10 10:07:40 +01:00
24_11_12_wscc.md 24.11.wscc 24.11.12.000 fafc6e683c8 2026-06-04 12:49:05 +01:00
25_11_01.md Switch to community-version-based filenames; consolidate multi-build files 2026-05-21 14:44:49 +01:00
25_11_04.md 25.11.04.000 4e80095de0f 2026-06-10 10:34:51 +01:00
25_11_04_etf.md 25.11.etf 25.11.04.000 e3e4cfce63f 2026-06-10 11:50:22 +01:00
25_11_04_mell.md 25.11.mell 25.11.04.000 63d6375b24d 2026-06-10 10:07:51 +01:00
25_11_04_o5th_with_triggers.md 25.11.o5th_with_triggers 25.11.04.000 bf8af74b087 2026-06-04 12:49:26 +01:00
README.md Rename files to new convention (drop prefix, number before customer code) 2026-05-21 14:16:32 +01:00

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:

  1. The o5th base note referenced in the customer note header
  2. 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