Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zonemaster
zonemaster-backend
Commits
21cee9ff
Commit
21cee9ff
authored
Dec 18, 2021
by
mats Dufberg
Browse files
Preparation for v2021.2.1 release
parent
2a8d5d8b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Changes
View file @
21cee9ff
Release history for Zonemaster component Zonemaster-Backend
v8.1.0 2021-12-20 (public fix release)
[Features]
- Adds support of Spanish language (#900)
- Adds Spanish translation of error messages (#936, #910)
- Adds Danish translation of error messages (#930, #909)
- Adds Norwegian translation of error messages (#935, #912)
[Fixes]
- Corrects installation instruction for FreeBSD (#926, #925)
- Fixes Perl code to be compatible with older versions of Perl (#929)
- Fixes inconsistency of test age definition (#928)
- Fixes handling of UTF-8 in PostgreSQL. The error made testing of IDN
names in U-label format break when PostgreSQL was database backend (#932,
#931)
v8.0.0 2021-12-03 (public release version)
[Breaking changes]
...
...
Makefile.PL
View file @
21cee9ff
...
...
@@ -35,7 +35,7 @@ requires
'
Starman
'
=>
0
,
'
String::ShellQuote
'
=>
0
,
'
Try::Tiny
'
=>
0.12
,
'
Zonemaster::Engine
'
=>
4.00
3
,
'
Zonemaster::Engine
'
=>
4.00
4
,
'
Zonemaster::LDNS
'
=>
2.002
,
'
Plack::Middleware::ReverseProxy
'
=>
0
,
'
Locale::TextDomain
'
=>
1.20
,
...
...
lib/Zonemaster/Backend.pm
View file @
21cee9ff
package
Zonemaster::
Backend
;
our
$VERSION
=
'
8.
0
.0
';
our
$VERSION
=
'
8.
1
.0
';
use
strict
;
use
warnings
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment