Skip to content

Commit

Permalink
Document latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rseichter committed Mar 1, 2024
1 parent f33c711 commit e57a8da
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog

Release 1.9.0 (TBA)

- The logic for on_update* has been largely rewritten. As a user-visible side effect, detailed
debugging information about 'on_update_*' tasks is now available.

- For improved flexibility, configuration sections may now override global 'on_update_exec' and
'on_update_timeout'. Eearlier Fangfrisch versions only examined the DEFAULTS section.

Expand Down
2 changes: 1 addition & 1 deletion docs/fangfrisch.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fangfrisch
Ralph Seichter <fangfrisch@seichter.de>
v1.9.0.dev4, {docdate}
v1.9.0.dev5, {docdate}
:copyright: © 2020-2024 Ralph Seichter
:encoding: UTF-8
:hyphens: en
Expand Down
Binary file modified docs/fangfrisch.pdf
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ <h1>Fangfrisch</h1>
<div class="details">
<span id="author" class="author">Ralph Seichter</span><br>
<span id="email" class="email"><a href="mailto:fangfrisch@seichter.de">fangfrisch@seichter.de</a></span><br>
<span id="revnumber">version 1.9.0.dev3,</span>
<span id="revdate">2024-02-29</span>
<span id="revnumber">version 1.9.0.dev5,</span>
<span id="revdate">2024-03-01</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -1344,7 +1344,7 @@ <h2 id="ffnews"><a class="anchor" href="#ffnews"></a>Appendix C: Fangfrisch News
You will not need to read the content, nor will anything else happen, unless you modify the <code>script</code> option.
Here is an example script which you could use to have downloaded news items mailed to you.
It needs to be readable for the user account running Fangfrisch, and the sender/recipient addresses obviously have to be adapted.
For your convenience, the latest version of the script can be downloaded <a href="https://github.com/rseichter/fangfrisch/blob/master/contrib/process-news.sh">here</a>.</p>
For your convenience, the latest version of the script can be downloaded <a href="https://raw.githubusercontent.com/rseichter/fangfrisch/master/contrib/process-news.sh">here</a>.</p>
</div>
<div class="listingblock">
<div class="content">
Expand Down Expand Up @@ -1450,8 +1450,8 @@ <h3 id="_accessing_mappings"><a class="anchor" href="#_accessing_mappings"></a>D
</div>
<div id="footer">
<div id="footer-text">
Version 1.9.0.dev3<br>
Last updated 2024-02-29 17:14:36 +0100
Version 1.9.0.dev5<br>
Last updated 2024-03-01 15:40:44 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion fangfrisch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with Fangfrisch. If not, see <https://www.gnu.org/licenses/>.
"""
__version__ = '1.9.0.dev4'
__version__ = '1.9.0.dev5'


class ClamavItem:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ project_urls =
Source = https://github.com/rseichter/fangfrisch
Tracker = https://github.com/rseichter/fangfrisch/issues
url = https://github.com/rseichter/fangfrisch
version = 1.9.0.dev4
version = 1.9.0.dev5

[options]
install_requires =
Expand Down

0 comments on commit e57a8da

Please # to comment.