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