Skip to content

Commit

Permalink
Version 2.579 if tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
melmothx committed Oct 4, 2023
1 parent 9e679c8 commit d1c6641
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
amusewiki (2.579-1+amw1) unstable; urgency=medium

* New release

-- Marco Pessotto <[email protected]> Wed, 04 Oct 2023 15:00:33 +0200

amusewiki (2.578-1+amw1) unstable; urgency=medium

* New release
Expand Down
2 changes: 1 addition & 1 deletion lib/AmuseWikiFarm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d1c6641

Please sign in to comment.