From: Kees Monshouwer Date: Sat, 5 Jul 2014 11:38:39 +0000 (+0200) Subject: next version is 3.4.0 s/3.4/3.4.0 X-Git-Tag: auth-3.4.0-rc1~101^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38b165f60fc045f08bc631baa92d73e684f4f8ab;p=thirdparty%2Fpdns.git next version is 3.4.0 s/3.4/3.4.0 --- diff --git a/modules/gmysqlbackend/Makefile.am b/modules/gmysqlbackend/Makefile.am index 4dff48244a..5d53beccef 100644 --- a/modules/gmysqlbackend/Makefile.am +++ b/modules/gmysqlbackend/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS=@MYSQL_inc@ @THREADFLAGS@ $(BOOST_CPPFLAGS) pkglib_LTLIBRARIES = libgmysqlbackend.la EXTRA_DIST=OBJECTFILES OBJECTLIBS \ - schema.mysql.sql nodnssec-3.x_to_3.4_schema.mysql.sql dnssec-3.x_to_3.4_schema.mysql.sql + schema.mysql.sql nodnssec-3.x_to_3.4.0_schema.mysql.sql dnssec-3.x_to_3.4.0_schema.mysql.sql libgmysqlbackend_la_SOURCES=gmysqlbackend.cc gmysqlbackend.hh \ smysql.hh smysql.cc diff --git a/modules/gmysqlbackend/dnssec-3.x_to_3.4_schema.mysql.sql b/modules/gmysqlbackend/dnssec-3.x_to_3.4.0_schema.mysql.sql similarity index 100% rename from modules/gmysqlbackend/dnssec-3.x_to_3.4_schema.mysql.sql rename to modules/gmysqlbackend/dnssec-3.x_to_3.4.0_schema.mysql.sql diff --git a/modules/gmysqlbackend/nodnssec-3.x_to_3.4_schema.mysql.sql b/modules/gmysqlbackend/nodnssec-3.x_to_3.4.0_schema.mysql.sql similarity index 100% rename from modules/gmysqlbackend/nodnssec-3.x_to_3.4_schema.mysql.sql rename to modules/gmysqlbackend/nodnssec-3.x_to_3.4.0_schema.mysql.sql diff --git a/modules/gpgsqlbackend/Makefile.am b/modules/gpgsqlbackend/Makefile.am index 105986ec61..60ab289e08 100644 --- a/modules/gpgsqlbackend/Makefile.am +++ b/modules/gpgsqlbackend/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS=-I@PGSQL_incdir@ @THREADFLAGS@ pkglib_LTLIBRARIES = libgpgsqlbackend.la EXTRA_DIST=OBJECTFILES OBJECTLIBS \ - schema.pgsql.sql nodnssec-3.x_to_3.4_schema.pgsql.sql dnssec-3.x_to_3.4_schema.pgsql.sql + schema.pgsql.sql nodnssec-3.x_to_3.4.0_schema.pgsql.sql dnssec-3.x_to_3.4.0_schema.pgsql.sql libgpgsqlbackend_la_SOURCES=gpgsqlbackend.cc gpgsqlbackend.hh \ spgsql.hh spgsql.cc diff --git a/modules/gpgsqlbackend/dnssec-3.x_to_3.4_schema.pgsql.sql b/modules/gpgsqlbackend/dnssec-3.x_to_3.4.0_schema.pgsql.sql similarity index 100% rename from modules/gpgsqlbackend/dnssec-3.x_to_3.4_schema.pgsql.sql rename to modules/gpgsqlbackend/dnssec-3.x_to_3.4.0_schema.pgsql.sql diff --git a/modules/gpgsqlbackend/nodnssec-3.x_to_3.4_schema.pgsql.sql b/modules/gpgsqlbackend/nodnssec-3.x_to_3.4.0_schema.pgsql.sql similarity index 100% rename from modules/gpgsqlbackend/nodnssec-3.x_to_3.4_schema.pgsql.sql rename to modules/gpgsqlbackend/nodnssec-3.x_to_3.4.0_schema.pgsql.sql diff --git a/modules/gsqlite3backend/Makefile.am b/modules/gsqlite3backend/Makefile.am index c1e9b9ac20..121a082813 100644 --- a/modules/gsqlite3backend/Makefile.am +++ b/modules/gsqlite3backend/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS=@THREADFLAGS@ $(BOOST_CPPFLAGS) pkglib_LTLIBRARIES = libgsqlite3backend.la EXTRA_DIST=OBJECTFILES OBJECTLIBS \ - schema.sqlite3.sql nodnssec-3.x_to_3.4_schema.sqlite3.sql dnssec-3.x_to_3.4_schema.sqlite3.sql + schema.sqlite3.sql nodnssec-3.x_to_3.4.0_schema.sqlite3.sql dnssec-3.x_to_3.4.0_schema.sqlite3.sql libgsqlite3backend_la_SOURCES=gsqlite3backend.cc gsqlite3backend.hh diff --git a/modules/gsqlite3backend/dnssec-3.x_to_3.4_schema.sqlite3.sql b/modules/gsqlite3backend/dnssec-3.x_to_3.4.0_schema.sqlite3.sql similarity index 100% rename from modules/gsqlite3backend/dnssec-3.x_to_3.4_schema.sqlite3.sql rename to modules/gsqlite3backend/dnssec-3.x_to_3.4.0_schema.sqlite3.sql diff --git a/modules/gsqlite3backend/nodnssec-3.x_to_3.4_schema.sqlite3.sql b/modules/gsqlite3backend/nodnssec-3.x_to_3.4.0_schema.sqlite3.sql similarity index 100% rename from modules/gsqlite3backend/nodnssec-3.x_to_3.4_schema.sqlite3.sql rename to modules/gsqlite3backend/nodnssec-3.x_to_3.4.0_schema.sqlite3.sql diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 05108a7de9..c85a25eeb0 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -12708,7 +12708,7 @@ create index recordorder on records (domain_id, ordername text_pattern_ops); - From PowerDNS Authoritative Server 3.3.1 to 3.4 + From PowerDNS Authoritative Server 3.3.1 to 3.4.0 If you are coming from 2.9.x, please also read , , and and . @@ -12726,17 +12726,17 @@ create index recordorder on records (domain_id, ordername text_pattern_ops); For gmysql backend with nodnssec schema: - + For gmysql backend with dnssec schema: - + For gpgsql backend with nodnssec schema: - + For gpgsql backend with dnssec schema: - + For gsqlite3 backend with nodnssec schema: - + For gsqlite3 backend with dnssec schema: - + For goracle backend: ALTER TABLE records ADD disabled INT DEFAULT 0; @@ -13464,9 +13464,9 @@ $ pdnssec rectify-zone powerdnssec.org
PowerDNSSEC hybrid BIND-mode operation - This mode is only supported in 3.0, 3.0.1 and 3.4 and up! In 3.1 to 3.3.1, the bindbackend + This mode is only supported in 3.0, 3.0.1 and 3.4.0 and up! In 3.1 to 3.3.1, the bindbackend always did its own key storage. - In 3.4 and up hybrid bind mode operation is optional and enabled with the bindbackend hybrid config option. + In 3.4.0 and up hybrid bind mode operation is optional and enabled with the bindbackend hybrid config option. @@ -13963,7 +13963,7 @@ sql> insert into domainmetadata (domain_id, kind, content) values (7,'ALLOW-AXFR RFC2136 Support (Dynamic DNS Update) - Starting with the PowerDNS Authoritative Server 3.4, RFC2136 support is available. There are a number of items NOT supported: + Starting with the PowerDNS Authoritative Server 3.4.0, RFC2136 support is available. There are a number of items NOT supported: There is no support for GSS-TSIG and SIG (TSIG is supported); WKS records are specifically mentioned in the RFC, we don't specifically care about WKS records; @@ -18143,8 +18143,8 @@ authoritative). AutoserialYes (v3.1 and up) CaseAll lower DNSSECYes (set gmysql-dnssec or gpgsql-dnssec) - Disabled dataYes (v3.4 and up) - CommentsYes (v3.4 and up) + Disabled dataYes (v3.4.0 and up) + CommentsYes (v3.4.0 and up) Module name < 2.9.3pgmysql Module name > 2.9.2gmysql and gpgsql Launch namegmysql and gpgsql2 and gpgsql @@ -18310,7 +18310,7 @@ insert into domains (id,name,type) values (domains_id_sequence.nextval,'example. disabled - If set to true, this record is hidden from DNS clients, but can still be modified from the REST API. See . (Available since version 3.4.) + If set to true, this record is hidden from DNS clients, but can still be modified from the REST API. See . (Available since version 3.4.0.)