From 5f3919f69a19cc3de1f8f939326306eaaf7dea44 Mon Sep 17 00:00:00 2001 From: Marco Pessotto Date: Thu, 31 Aug 2023 20:58:08 +0200 Subject: [PATCH] Version 2.578 --- Changes | 5 +++++ debian/changelog | 6 ++++++ lib/AmuseWikiFarm.pm | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index c4e3f9e1..208d5254 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,11 @@ 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.578 2023-08-31 + + - i18n: add initial support for uk + - oai-pmh: expose the categories + 2.577 2023-07-24 - Rename in the front-end the "nodes" to "collections". URLs and diff --git a/debian/changelog b/debian/changelog index 68b8ac91..9a48fe2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +amusewiki (2.578-1+amw1) unstable; urgency=medium + + * New release + + -- Marco Pessotto Thu, 31 Aug 2023 20:56:47 +0200 + amusewiki (2.577-1+amw1) unstable; urgency=medium * New release diff --git a/lib/AmuseWikiFarm.pm b/lib/AmuseWikiFarm.pm index 0002b30d..46a47a38 100644 --- a/lib/AmuseWikiFarm.pm +++ b/lib/AmuseWikiFarm.pm @@ -90,7 +90,7 @@ use Catalyst ( extends 'Catalyst'; -our $VERSION = '2.577'; +our $VERSION = '2.578'; use AmuseWikiFarm::Log::Contextual; use AmuseWikiFarm::Log::Contextual::App;