Skip to content

Commit

Permalink
update version to fuglu 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neonknight committed Apr 23, 2018
1 parent a306541 commit ab6a8bc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions fuglu/doc/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
-- Fuglu 0.8.0, 2018-04-23
* Significant improvements of Python 3 support
* Logging rewrite, log level can now be changed at runtime
* Multiprocessing improvements
* Toggle between multithreading and multiprocessing run modes at runtime
* Better IPv6 support
* Allow multiple plugin directories
* SpamAssassin plugin: option to strip attachments for big mails
* ClamAV plugin: option to fallback to clamscan if clamd fails

Developers:
* New dnsquery extension to faciliate dns lookups
* convenience function is_ham in shared.Suspect
* gitlab CI tests


-- Fuglu 0.7.0, 2018-01-14
* Attachment Plugin:
* support more archive types ( tar.gz, tgz, tar.bz2, .7z)
Expand Down
2 changes: 1 addition & 1 deletion fuglu/src/fuglu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
'localStringEncodings', 'loghandlers', 'logtools', 'procpool',
'protocolbase', 'scansession', 'shared', 'stats', 'threadpool']

FUGLU_VERSION = "0.7.0"
FUGLU_VERSION = "0.8.0"

0 comments on commit ab6a8bc

Please sign in to comment.