cacti (1.1.10+ds1-1) experimental; urgency=medium

  Cacti takes the names of time zones from the mysql.time_zone_name
  table. Because this table is a global table, which on Debian is empty by
  default, I don't want to manipulate it during install of cacti. If you
  want cacti to benefit from time zone names, than you should run the
  following command manually.

  $ mysql_tzinfo_to_sql /usr/share/zoneinfo | sudo mysql mysql

 -- Paul Gevers <elbrus@debian.org>  Sat, 10 Jun 2017 20:40:04 +0200

cacti (0.8.8g+ds1-2) unstable; urgency=medium

  From now on, fresh cacti installs will not use the unsafe upstream
  default password "admin" for the admin user. Instead, it will set to
  the password to the database connection password, which can be found
  in /etc/cacti/debian.php in the line starting with
  "$database_password". Ideally the question would already mention that,
  but the question is owned by dbconfig-common, so that is not
  feasible. Of course one is totally free to change the password to
  something one can actually remember. For that, point a web-browser to
  https://example.com/cacti/user_admin.php?action=user_edit&tab=user_realms_edit&id=1
  and enter the new password twice in the appopriate fields at the top
  of the page.

 -- Paul Gevers <elbrus@debian.org>  Sat, 19 Mar 2016 14:22:56 +0100
