Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prepare for release 1.0.6
  • Loading branch information
Michal TOMA committed Oct 11, 2016
1 parent 5bc84fc commit 3f5ae7d
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGES
@@ -1,4 +1,15 @@
Revision history for Zonemaster Backend.
v1.0.6 2016-10-11
Fixes #189 - Fixes s/cutom/custom/ typos
Fixes #188 - Fixes s/professes/processes/ typos
Fixes #185 - Document "add_api_user" and "add_batch_job" completely
Fixes #183 - Banckend doesn't pass "make test" on perl 5.24
Fixes #174 - Filters feature (allows to use this possibility of the engine in the backend APIs)
Fixes #159 - "make test" of zonemaster-backend fails with non-default locale under Ubuntu 14.04
Fixes #158 - Dates needs to be returned in UTC from the database
Fixes #156 - Add Docker based installation instructions
Fixes #155 - Change de preflight test to block only on Basic00
Fixes #153 - Improve the batch API (Fixed and added bulk testing methods)
v1.0.5 2015-12-17
Fixes #148 - Use iana_profile.josn instead of iana.json as source file for IANA tests
Fixes #141 - Database initialisation files (.sql) not updated with the new hash_id column
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/Config.pm
@@ -1,5 +1,5 @@
package Zonemaster::WebBackend::Config;
our $VERSION = '1.0.5';
our $VERSION = '1.0.6';

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/DB.pm
@@ -1,6 +1,6 @@
package Zonemaster::WebBackend::DB;

our $VERSION = '1.0.5';
our $VERSION = '1.0.6';

use Moose::Role;

Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/DB/MySQL.pm
@@ -1,6 +1,6 @@
package Zonemaster::WebBackend::DB::MySQL;

our $VERSION = '1.0.5';
our $VERSION = '1.0.6';

use Moose;
use 5.14.2;
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/DB/PostgreSQL.pm
@@ -1,6 +1,6 @@
package Zonemaster::WebBackend::DB::PostgreSQL;

our $VERSION = '1.0.5';
our $VERSION = '1.0.6';

use Moose;
use 5.14.2;
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/DB/SQLite.pm
@@ -1,6 +1,6 @@
package Zonemaster::WebBackend::DB::SQLite;

our $VERSION = '1.0.5';
our $VERSION = '1.0.6';

use Moose;
use 5.14.2;
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/Engine.pm
@@ -1,6 +1,6 @@
package Zonemaster::WebBackend::Engine;

our $VERSION = '1.0.5';
our $VERSION = '1.0.6';

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/Runner.pm
@@ -1,5 +1,5 @@
package Zonemaster::WebBackend::Runner;
our $VERSION = '1.0.5';
our $VERSION = '1.0.6';

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/Translator.pm
@@ -1,6 +1,6 @@
package Zonemaster::WebBackend::Translator;

our $VERSION = '1.0.5';
our $VERSION = '1.0.6';

use 5.14.2;

Expand Down
2 changes: 1 addition & 1 deletion script/zonemaster_webbackend.psgi
@@ -1,7 +1,7 @@
use strict;
use warnings;

our $VERSION = '1.0.5';
our $VERSION = '1.0.6';

use 5.14.2;

Expand Down

0 comments on commit 3f5ae7d

Please sign in to comment.