Skip to content

Commit

Permalink
Merge pull request #30 from burghardt/release_news
Browse files Browse the repository at this point in the history
Updated NEWS and TODO for release of version 1.1.0.
  • Loading branch information
burghardt authored Oct 21, 2019
2 parents 7ce2e72 + a763d17 commit 3aec42c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
15 changes: 12 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@
=============

*******************
1.0.2 (?? ??? ????)
*******************

1.1.0 (21 Oct 2019)
*******************

* Config parser switch to SAX in Poco and drops libccgnu2 XML parser.
* Remove dependency on GNU libCommonCpp2 for ClamAV daemon interface.
* Update default configuration to more sane values (file size limit is 64 MiB
and cache size limit is set to 65536 entries).
* Fixed crash when started with nonexistent config file.
* Fixed crash on FreBSD with empty (not mounted) /proc file system.
* Merged FreeBSD build fixes from ports tree.
* Fixed FTBFS clamfs.cxx:993 invalid suffix on literal (ftbfs with GCC-9).
* Fixed FTBFS with --enable-dmalloc-debug configuration flag.
* Fixed FTBFS problem with calling constructor directly
(patch for building with gcc 4.5 by Kacper Kowalik).

Expand Down
3 changes: 2 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
TO DO
=====

* better configuration file handling (preferably using POCO)
Please visit https://github.com/burghardt/clamfs/issues and
https://github.com/burghardt/clamfs/pulls to check what is planned.

0 comments on commit 3aec42c

Please sign in to comment.