Skip to content

Releases: apache/logging-log4net

2.0.11

18 Sep 12:10
Compare
Choose a tag to compare

What's Changed

  • corrects assembly versioning still reported as 2.0.9 in the 2.0.10 release
  • ensures that stream writers used during log flushing are properly disposed
  • corrects version strings for client profile assemblies
  • Fix net40 client profile by @NicholasNoise in #66
  • Remove unused dependency for netstandard2.0. by @NicholasNoise in #68
  • Fix CA2000, CA2237, CA3075 by @NicholasNoise in #67

Full Changelog: rel/2.0.10...rel/2.0.11

2.0.10

06 Sep 18:47
Compare
Choose a tag to compare

Apache log4net 2.0.10 improves netstandard2.0 support thanks to community member @NicholasNoise.

What's Changed

  • [LOG4NET-575] Addresses CVE-2018-1285 by cherry-picking the fix from Dominik Psenner, reported by Karthik Balasundaram, as it already existed in the the develop branch

Full Changelog: rel/2.0.9...rel/2.0.10