]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
next version is 3.4.0 s/3.4/3.4.0 1506/head
authorKees Monshouwer <mind04@monshouwer.org>
Sat, 5 Jul 2014 11:38:39 +0000 (13:38 +0200)
committermind04 <mind04@monshouwer.org>
Sun, 6 Jul 2014 11:55:34 +0000 (13:55 +0200)
modules/gmysqlbackend/Makefile.am
modules/gmysqlbackend/dnssec-3.x_to_3.4.0_schema.mysql.sql [moved from modules/gmysqlbackend/dnssec-3.x_to_3.4_schema.mysql.sql with 100% similarity]
modules/gmysqlbackend/nodnssec-3.x_to_3.4.0_schema.mysql.sql [moved from modules/gmysqlbackend/nodnssec-3.x_to_3.4_schema.mysql.sql with 100% similarity]
modules/gpgsqlbackend/Makefile.am
modules/gpgsqlbackend/dnssec-3.x_to_3.4.0_schema.pgsql.sql [moved from modules/gpgsqlbackend/dnssec-3.x_to_3.4_schema.pgsql.sql with 100% similarity]
modules/gpgsqlbackend/nodnssec-3.x_to_3.4.0_schema.pgsql.sql [moved from modules/gpgsqlbackend/nodnssec-3.x_to_3.4_schema.pgsql.sql with 100% similarity]
modules/gsqlite3backend/Makefile.am
modules/gsqlite3backend/dnssec-3.x_to_3.4.0_schema.sqlite3.sql [moved from modules/gsqlite3backend/dnssec-3.x_to_3.4_schema.sqlite3.sql with 100% similarity]
modules/gsqlite3backend/nodnssec-3.x_to_3.4.0_schema.sqlite3.sql [moved from modules/gsqlite3backend/nodnssec-3.x_to_3.4_schema.sqlite3.sql with 100% similarity]
pdns/docs/pdns.xml

index 4dff48244a3966baa2685615092e637a58e9f75b..5d53beccef5f572c334455ba4d08d1735df748a8 100644 (file)
@@ -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
index 105986ec6144e93e968e086d063319bc4127a5ac..60ab289e085d270df9ec63360fc828e02a8c95d7 100644 (file)
@@ -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
index c1e9b9ac202826e3acd669ff03926c9ed56d3373..121a08281376f03116dfd4f8d8e61b98172ac150 100644 (file)
@@ -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
 
index 05108a7de9e97e97f06ef5dc01ed2e980d60dbde..c85a25eeb043979ab98e2e74cce170cdf882eace 100644 (file)
@@ -12708,7 +12708,7 @@ create index recordorder on records (domain_id, ordername text_pattern_ops);
     </para>
   </sect1>
 
-  <sect1 id="from3.3.1to3.4"><title>From PowerDNS Authoritative Server 3.3.1 to 3.4</title>
+  <sect1 id="from3.3.1to3.4.0"><title>From PowerDNS Authoritative Server 3.3.1 to 3.4.0</title>
     <note>
       <para>
         If you are coming from 2.9.x, please also read <xref linkend="from2.9to3.0" />, <xref linkend="from3.0to3.1" />, <xref linkend="from3.1to3.2" /> and <xref linkend="from3.2to3.3" /> and <xref linkend="from3.3to3.3.1" />.
@@ -12726,17 +12726,17 @@ create index recordorder on records (domain_id, ordername text_pattern_ops);
     </para>
     <para>
       For gmysql backend with nodnssec schema:
-      <programlisting><xi:include  href="../../modules/gmysqlbackend/nodnssec-3.x_to_3.4_schema.mysql.sql"  parse="text"  xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
+      <programlisting><xi:include  href="../../modules/gmysqlbackend/nodnssec-3.x_to_3.4.0_schema.mysql.sql"  parse="text"  xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
       For gmysql backend with dnssec schema:
-      <programlisting><xi:include  href="../../modules/gmysqlbackend/dnssec-3.x_to_3.4_schema.mysql.sql"  parse="text"  xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
+      <programlisting><xi:include  href="../../modules/gmysqlbackend/dnssec-3.x_to_3.4.0_schema.mysql.sql"  parse="text"  xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
       For gpgsql backend with nodnssec schema:
-      <programlisting><xi:include  href="../../modules/gpgsqlbackend/nodnssec-3.x_to_3.4_schema.pgsql.sql"  parse="text"  xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
+      <programlisting><xi:include  href="../../modules/gpgsqlbackend/nodnssec-3.x_to_3.4.0_schema.pgsql.sql"  parse="text"  xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
       For gpgsql backend with dnssec schema:
-      <programlisting><xi:include  href="../../modules/gpgsqlbackend/dnssec-3.x_to_3.4_schema.pgsql.sql"  parse="text"  xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
+      <programlisting><xi:include  href="../../modules/gpgsqlbackend/dnssec-3.x_to_3.4.0_schema.pgsql.sql"  parse="text"  xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
       For gsqlite3 backend with nodnssec schema:
-      <programlisting><xi:include  href="../../modules/gsqlite3backend/nodnssec-3.x_to_3.4_schema.sqlite3.sql"  parse="text"  xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
+      <programlisting><xi:include  href="../../modules/gsqlite3backend/nodnssec-3.x_to_3.4.0_schema.sqlite3.sql"  parse="text"  xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
       For gsqlite3 backend with dnssec schema:
-      <programlisting><xi:include  href="../../modules/gsqlite3backend/dnssec-3.x_to_3.4_schema.sqlite3.sql"  parse="text"  xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
+      <programlisting><xi:include  href="../../modules/gsqlite3backend/dnssec-3.x_to_3.4.0_schema.sqlite3.sql"  parse="text"  xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
       For goracle backend:
       <screen>
 ALTER TABLE records ADD disabled INT DEFAULT 0;
@@ -13464,9 +13464,9 @@ $ pdnssec rectify-zone powerdnssec.org
        <section id="dnssec-bind-hybrid"><title>PowerDNSSEC hybrid BIND-mode operation</title>
     <warning>
     <para>
-      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 <command>hybrid</command> config option.
+      In 3.4.0 and up hybrid bind mode operation is optional and enabled with the bindbackend <command>hybrid</command> config option.
     </para>
     </warning>
     <para>
@@ -13963,7 +13963,7 @@ sql> insert into domainmetadata (domain_id, kind, content) values (7,'ALLOW-AXFR
   </para>
   </chapter>
   <chapter id="rfc2136"><title>RFC2136 Support (Dynamic DNS Update)</title>
-    <para>Starting with the PowerDNS Authoritative Server 3.4, RFC2136 support is available. There are a number of items NOT supported:
+    <para>Starting with the PowerDNS Authoritative Server 3.4.0, RFC2136 support is available. There are a number of items NOT supported:
       <itemizedlist>
         <listitem><para>There is no support for GSS-TSIG and SIG (TSIG is supported);</para></listitem>
         <listitem><para>WKS records are specifically mentioned in the RFC, we don't specifically care about WKS records;</para></listitem>
@@ -18143,8 +18143,8 @@ authoritative).
              <row><entry>Autoserial</entry><entry>Yes (v3.1 and up)</entry></row>
              <row><entry>Case</entry><entry>All lower</entry></row>
              <row><entry>DNSSEC</entry><entry>Yes (set gmysql-dnssec or gpgsql-dnssec)</entry></row>
-             <row><entry>Disabled data</entry><entry>Yes (v3.4 and up)</entry></row>
-             <row><entry>Comments</entry><entry>Yes (v3.4 and up)</entry></row>
+             <row><entry>Disabled data</entry><entry>Yes (v3.4.0 and up)</entry></row>
+             <row><entry>Comments</entry><entry>Yes (v3.4.0 and up)</entry></row>
              <row><entry>Module name &lt; 2.9.3</entry><entry>pgmysql</entry></row>
              <row><entry>Module name &gt; 2.9.2</entry><entry>gmysql and gpgsql</entry></row>
              <row><entry>Launch name</entry><entry>gmysql and gpgsql2 and gpgsql</entry></row>
@@ -18310,7 +18310,7 @@ insert into domains (id,name,type) values (domains_id_sequence.nextval,'example.
              <term>disabled</term>
              <listitem>
                <para>
-                 If set to true, this record is hidden from DNS clients, but can still be modified from the REST API. See <xref linkend="gsql-disableddata" />. (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 <xref linkend="gsql-disableddata" />. (Available since version 3.4.0.)
                </para>
              </listitem>
            </varlistentry>