14
+ − 1
CHANGES between 1 .4 .0 and 1 .3 .0
+ − 2
-----------------------------------------------------------------------
+ − 3
+ − 4
- Removed a few bugs in the 1 .3 .0 release .
+ − 5
+ − 6
- Moved language setting to config file .
+ − 7
+ − 8
- Added support for all PowerDNS zone types : slave , master and native .
+ − 9
+ − 10
- Added support for supermasters .
+ − 11
+ − 12
- Added basic support for skins . All html markup tags are now removed
+ − 13
from the code . One example CSS file has been added . The CSS and HTML
+ − 14
has been made as flexible as possible , so one is free to position a
+ − 15
menu in a left bar instead of inline with other elements , etc .
+ − 16
+ − 17
- Changed all visible occurrences of "domain" to "zone" .
+ − 18
+ − 19
- Updated i18n related files , Dutch translation fully updated .
+ − 20
+ − 21
- Added a page with credits to the original authors .
+ − 22
+ − 23
- Removed all PHP shorttags .
+ − 24
8
+ − 25
CHANGES between 1 .3 .0 and 1 .2 .7 - patched
+ − 26
-----------------------------------------------------------------------
+ − 27
+ − 28
- Updated the "database abstraction layer" from an outdated version of
+ − 29
the unmaintained PEAR ::DB module to the most recent version of
+ − 30
PEAR ::MDB2 ( which is currently 2 .4 .0 ) . Please read the README file
+ − 31
for important information about upgrading from 1 .2 .7 - patched . It
+ − 32
will not break anything if you don 't, but it won' t work either . :)
+ − 33
+ − 34
- Added multi - language support , using php 's gettext functionality. A
+ − 35
first Dutch translation has been added, along with English. See for
+ − 36
more details docs/README.i18n.
+ − 37
+ − 38
- Removed the so-called "sequence updater". The code has been changed
13
+ − 39
to use the auto increment functionalitiy in both mysql and pgsql. It
8
+ − 40
is only tested on these backends, other backends are untested and
+ − 41
may be unsupported. See docs/README.sequence for more details on
+ − 42
inserting records and zones into the powerdns database when using
+ − 43
other tools than poweradmin as well.
+ − 44
+ − 45
- Fixed a bug in search.php. When searching for a string it would
+ − 46
return matching records, not the matching domains.
+ − 47
+ − 48
- Started cleanup code and files. For example, remove code and files
+ − 49
related to "migration from a stone-age version of poweradmin",
+ − 50
removal of the file called "BAKrecords.php", removal of code
+ − 51
comments of already implemented todo 's, etc.
+ − 52
+ − 53