docs/CHANGELOG
changeset 8 47dd15d8bb8c
child 13 2ff220cfde13
equal deleted inserted replaced
7:ac0ca51809b1 8:47dd15d8bb8c
       
     1 CHANGES between 1.3.0 and 1.2.7-patched
       
     2 -----------------------------------------------------------------------
       
     3 
       
     4 - Updated the "database abstraction layer" from an outdated version of
       
     5   the unmaintained PEAR::DB module to the most recent version of
       
     6   PEAR::MDB2 (which is currently 2.4.0). Please read the README file
       
     7   for important information about upgrading from 1.2.7-patched. It
       
     8   will not break anything if you don't, but it won't work either. :)
       
     9 
       
    10 - Added multi-language support, using php's gettext functionality. A 
       
    11   first Dutch translation has been added, along with English. See for
       
    12   more details docs/README.i18n.
       
    13 
       
    14 - Removed the so-called "sequence updater". The code has been changed
       
    15   to use the auto increment functionalitiy in both mysql ang pgsql. It 
       
    16   is only tested on these backends, other backends are untested and
       
    17   may be unsupported. See docs/README.sequence for more details on
       
    18   inserting records and zones into the powerdns database when using
       
    19   other tools than poweradmin as well.
       
    20 
       
    21 - Fixed a bug in search.php. When searching for a string it would
       
    22   return matching records, not the matching domains.
       
    23 
       
    24 - Started cleanup code and files. For example, remove code and files
       
    25   related to "migration from a stone-age version of poweradmin",
       
    26   removal of the file called "BAKrecords.php", removal of code
       
    27   comments of already implemented todo's, etc.
       
    28 
       
    29