Skip to content

1.8.1

Compare
Choose a tag to compare
@eribertomota eribertomota released this 21 Jan 03:14
· 240 commits to master since this release
  • Fixed libbsd feature test confusion.

Rationale: users expressed confusion when using the old "--without-libbsd" configure flag. Some assumed that it compiles scrot without libbsd, but it only made the build script error if libbsd is a dependency. This is useful to package maintainers: it gives them a yes/no answer on whether the library is a dependency on their system. The old configure flag has been replaced by a more verbose "--enable-libbsd-feature-test".

  • Fixed 'make dist', adding some files to bootstrapped tarballs.

Special thanks to Guilherme Janczak (@guijan).