Migration to new versions


0.6.1 -> 0.6.2
- Copy ./config/default/device/dnsptr.conf to /etc/general/default/device/ and
  add the included dnsdomain2 schema to you ldap server if you want to be able
  to use PTR Record delegation

0.6.0 -> 0.6.1
- Copy ./config/default/device/dnsalias.conf to /etc/general/default/device/
- Remove line containing cnamerecord from /etc/general/default/device/dnshost.conf

0.4.x -> 0.6.0
- Either you apply all steps listed below to your config files or - the simpler
  method - save your old config files, copy the files in ./config/ to /etc/general/
  and adapt them to match your needs. By default only the default/support.conf
  file have to be adapted.


0.5.9 -> 0.6.0
- The config files havn't changed since the last release

0.5.8 -> 0.5.9
- If you want to use the new dns objects, replace domain.conf in
  /etc/general/<realm>/node/ with ./config/default/node/domain.conf and copy
  ./config/default/host/dnshost.conf to /etc/general/<realm>/host/. Furthermore
  you have to replace /etc/general/<realm>/types.conf with the corresponding
  file in ./config/default/.

0.5.7 -> 0.5.8
- The config files havn't changed since the last release

0.5.6 -> 0.5.7
- Add the transform section of the example support.conf to your support.conf
  in /etc/general/<realm>/

0.5.5 -> 0.5.6
- To take advantage of the new idcheck module, insert >>"idcheck",<< as first
  element of the modules array in the user and group config files in
  /etc/general/<realm>/. These are posix.conf and mail.conf in the group
  directory and posix.conf, mail.conf and basic.conf in the user directory
- There are two new config files in /etc/general/: general.conf and
  <realm>/apps.conf. In addition <realm>/general.conf was renamed to
  <realm>/auth.conf and includes more configuration options. Please copy the new
  files (general.conf, <realm>/apps.conf and <realm>/auth.conf) to the right
  locations and delete <realm>/general.conf.

0.5.4 -> 0.5.5
- A new user object has been added: organizationalRole. Please copy the new
  role.conf to the other files in /etc/general/<realm>/user/ and replace
  types.conf in /etc/general/<realm>/.

0.5.3 -> 0.5.4
- The config files havn't changed since the last release

0.5.2 -> 0.5.3
- Because of the missing "?>" tags in the config files, you should either replace
  them by the new ones or add the "?>" tag at the end of the files
- If you don't use the .htaccess file provided as example in the current directory,
  you have to set "short_open_tag" to "off" in php.ini.
  This is because otherwise the "<?php" and "<?xml" (the last one is necessary for
  XHTML compliance) will be treated as the start tag for PHP and you will get an
  fatal PHP error. This may lead to problems with other PHP applications which
  are not standard compliant and only use "<?" as start tag.

0.5.1 -> 0.5.2
- The layout of the directories in /etc/general/<realm>/ has changed. Create
  directories named "node", "user", "group" and "device" in /etc/general/<yourrealm>/
  and copy the appropriate files from the example configuration (./config directory)
  into the corresponding directories below /etc/general/<yourrealm>/. Adapt the
  files to match your needs and remove the files node.conf, user.conf, group.conf
  and device.conf. Finally copy the file types.conf from the example config
  directory to /etc/general/<yourrealm>/.

0.5.0 -> 0.5.1
- The config files havn't changed since the last release

0.4.x -> 0.5.0
- The config files haven't changed since the 0.4.x series
