diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-06-14 12:16:23 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-06-15 11:09:58 +0200 |
commit | 8b81db350a741541fefedc8ae0d9a77d0f682a10 (patch) | |
tree | d72c26e4494ac37bd895aea22e41fc606b7346db | |
parent | 7d75fb36def0d1d3b487db9926dfa9f24f1e788e (diff) | |
download | hydrilla-builder-8b81db350a741541fefedc8ae0d9a77d0f682a10.tar.gz hydrilla-builder-8b81db350a741541fefedc8ae0d9a77d0f682a10.zip |
add new version to debian/changelog
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 63d70b6..827fd70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-hydrilla.builder (1.1~beta1-1~koszko1) koszko; urgency=medium + + * New upstream release. + * Support version 2.x of Hydrilla JSON schema. + + Resources and mappings can now specify permissions for using eval() or + bypassing CORS rules. + + Source packages can now piggyback on files from APT packages. + + -- W. Kosior <koszko@koszko.org> Tue, 14 Jun 2022 12:06:16 +0200 + python-hydrilla.builder (1.0-1) koszko; urgency=medium * Initial release. |