Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Dec 7, 2022
1 parent 441877c commit 0d01bc0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Changes in primecount-7.6, 2022-12-07

There was a missing header include in print.hpp (in primecount-7.5) which
may cause the build to fail when compiling with C++17 or later. This e.g.
caused the Fedora i686 build to fail on Fedora 39 (rawhide).
This is a bug fix release.

There is a missing header include in primecount-7.5 (in print.hpp)
which may cause the build to fail when compiling with C++17 or later.
This e.g. caused the build of primecount-7.5 to fail on Fedora-39
i686. This issue has been fixed in primecount-7.6, there are no other
changes. The API and ABI of primecount-7.6 are backwards compatible
with primecount-7.*

* print.hpp: Add missing <string_view> header.

Expand Down

0 comments on commit 0d01bc0

Please sign in to comment.