diff --git a/README.md b/README.md index 839cfd0..d2ad958 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,16 @@ REPLACE INTO `%DB_NAME%`.`settings` (`name`, `value`) VALUES('poller_type', '2') ``` # Change Log +#### 1.1.19 - 08/21/2017 + * Update Cacti and Spine from 1.1.12 to 1.1.19 + * [changelog 1.1.18 -> 1.1.19][CL1.1.19] + * [changelog 1.1.17 -> 1.1.18][CL1.1.18] + * [changelog 1.1.16 -> 1.1.17][CL1.1.17] + * [changelog 1.1.15 -> 1.1.16][CL1.1.16] + * [changelog 1.1.14 -> 1.1.15][CL1.1.15] + * [changelog 1.1.13 -> 1.1.14][CL1.1.14] + * [changelog 1.1.12 -> 1.1.13][CL1.1.13] + #### 1.1.12 - 07/05/2017 * Update Cacti and Spine from 1.1.11 to 1.1.12 - [changelog link][CL1.1.12] * Update upgrade.sh script to use `wget` instead of `curl` due to URL errors. @@ -254,6 +264,13 @@ REPLACE INTO `%DB_NAME%`.`settings` (`name`, `value`) VALUES('poller_type', '2') * Auto import remote pollers, currently you need to navigate to there GUI for a few clicks. * Documentation cleanup. +[CL1.1.19]: http://www.cacti.net/release_notes.php?version=1.1.19 +[CL1.1.18]: http://www.cacti.net/release_notes.php?version=1.1.18 +[CL1.1.17]: http://www.cacti.net/release_notes.php?version=1.1.17 +[CL1.1.16]: http://www.cacti.net/release_notes.php?version=1.1.16 +[CL1.1.15]: http://www.cacti.net/release_notes.php?version=1.1.15 +[CL1.1.14]: http://www.cacti.net/release_notes.php?version=1.1.14 +[CL1.1.13]: http://www.cacti.net/release_notes.php?version=1.1.13 [CL1.1.12]: http://www.cacti.net/release_notes.php?version=1.1.12 [CL1.1.11]: http://www.cacti.net/release_notes.php?version=1.1.11 [CL1.1.10]: http://www.cacti.net/release_notes.php?version=1.1.10 diff --git a/cacti/cacti-1.1.12.tar.gz b/cacti/cacti-1.1.19.tar.gz similarity index 54% rename from cacti/cacti-1.1.12.tar.gz rename to cacti/cacti-1.1.19.tar.gz index 2952217..1088acb 100644 Binary files a/cacti/cacti-1.1.12.tar.gz and b/cacti/cacti-1.1.19.tar.gz differ diff --git a/cacti/cacti-spine-1.1.12.tar.gz b/cacti/cacti-spine-1.1.12.tar.gz deleted file mode 100644 index 06614c8..0000000 Binary files a/cacti/cacti-spine-1.1.12.tar.gz and /dev/null differ diff --git a/cacti/cacti-spine-1.1.19.tar.gz b/cacti/cacti-spine-1.1.19.tar.gz new file mode 100644 index 0000000..e2bb1a8 Binary files /dev/null and b/cacti/cacti-spine-1.1.19.tar.gz differ