diff --git a/Changes b/Changes index 208d5254..5d67c296 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,20 @@ WARNING: *NEVER* run the test suite in the production tree, as will leave stray logs and files. If you want to run 'make test', do it in a dedicated tree. +2.579 2023-10-04 + + - i18n: tr (updated) + + - Implement OAI-ORE aggregations in RDF file. This is somehow + experimental and unclear if it's actually useful and/or if it's + been correctly implemented, so it's EXPERIMENTAL. + + - Implement text annotations. These values which you don't want to go + into the muse file, so they excluded from the git. Possible use + cases: large scan files used as working copies, physical book + location, comments. If marked as active and public, the annotations + (excluding the files) are exposed via OAI-PMH. + 2.578 2023-08-31 - i18n: add initial support for uk diff --git a/debian/changelog b/debian/changelog index 9a48fe2a..2a0679c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +amusewiki (2.579-1+amw1) unstable; urgency=medium + + * New release + + -- Marco Pessotto Wed, 04 Oct 2023 15:00:33 +0200 + amusewiki (2.578-1+amw1) unstable; urgency=medium * New release diff --git a/lib/AmuseWikiFarm.pm b/lib/AmuseWikiFarm.pm index 46a47a38..1633b748 100644 --- a/lib/AmuseWikiFarm.pm +++ b/lib/AmuseWikiFarm.pm @@ -90,7 +90,7 @@ use Catalyst ( extends 'Catalyst'; -our $VERSION = '2.578'; +our $VERSION = '2.579'; use AmuseWikiFarm::Log::Contextual; use AmuseWikiFarm::Log::Contextual::App;