diff --git a/NEWS b/NEWS index 6cc03a177..adc7ec616 100644 --- a/NEWS +++ b/NEWS @@ -93,6 +93,11 @@ Eggdrop v1.10.0: created to hedge against frequent writes to disk, but is less relveant with today's technology. Eggdrop now writes logfiles to disk immediately. + - The old DNS module section was removed + - A Python module section was added, but does not load the python + module by default. + - The Autoscripts capability to load and manage some scripts from the + partyline is loaded by default Documentation changes: - Added documentation that covers values commonly used when writing diff --git a/doc/sphinx_source/install/readme.rst b/doc/sphinx_source/install/readme.rst index da013982d..44f744277 100644 --- a/doc/sphinx_source/install/readme.rst +++ b/doc/sphinx_source/install/readme.rst @@ -117,12 +117,12 @@ Some components of Eggdrop relies on a variety of third-party libraries, documen Quick Startup ------------- - Please see the `Install `_ file after you finish reading this file. + Please see the `Install `_ file after you finish reading this file. Upgrading --------- - The upgrade process for Eggdrop is very simple, simply download the new source code and repeat the compile process. You will want to read the NEWS for any new configuration file settings you want to add. Please see `Upgrading `_ for full details. + The upgrade process for Eggdrop is very simple, simply download the new source code and repeat the compile process. You will want to read the NEWS for any new configuration file settings you want to add. Please see `Upgrading `_ for full details. Command Line ------------ diff --git a/doc/sphinx_source/install/upgrading.rst b/doc/sphinx_source/install/upgrading.rst index 907482f83..49be23af9 100644 --- a/doc/sphinx_source/install/upgrading.rst +++ b/doc/sphinx_source/install/upgrading.rst @@ -1,7 +1,7 @@ Upgrading Eggdrop ================= - It is easy to upgrade Eggdrop to a new version! To have a full picture of the changes made since your last upgrade, we recommend reading the NEWS file. Upgrades from the 1.6 and 1.8 lines of Eggdrop should take place with little to no issues. The config file, user files, and channel files can all be reused. + It is easy to upgrade Eggdrop to a new version! To have a full picture of the changes made since your last upgrade, we recommend reading the NEWS file. Upgrades from the 1.8 and 1.9 lines of Eggdrop should take place with little to no issues. While the config file, user files, and channel files can all be reused, it is recommended to review the NEWS files for each release to identify new configuration settings that have been added. For support, feel free to visit us on Libera #eggdrop.