Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (12m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-28 03:41:17 UTC Now

2023-02-01 12:30:44 UTC MAIN commitmail json YAML

scrot: update to 1.8.1

Fri Jan 20 23:46:15 -03:00 2023  Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.8.1

[ Guilherme Janczak ] alias @guijan

* 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".

[ Joao Eriberto Mota Filho ] alias @eribertomota

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

Mon Jan 09 23:33:55 -03:00 2023  Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.8

[ Daniel T. Borelli ] alias @daltomi

* Created FAQ file.
* README.md: added a reference to libXinerama.
* Improvement: added new format specifier $W: name of the window.
* Fixes: automake: using default compression format.
* Bug fixed: issue when not showing counting progress in terminal.
* Several other code improvements.

[ Guilherme Janczak ] alias @guijan

* Improvement: modified logo image, shown logo image in README.md.
* Improvement: added estrdup function, renamed identifiers that use reserved
  names.
* Improvement: untangle headers files, removed reference to oldstable in
  CONTRIBUTING.md.
* Improvement: small CI revamp: added cygwin, added distcheck, updated MacOS
  CI.
* Improvement: added informative error messages when parsing args.
* Fixes: C99: empty initializer braces.
* Fixes: removed VLA and imlib2 deprecated DATA32 type.
* Fixes: MacOS CI build failures.
* Autotools: removed stamp-h.in, check for more libbsd functions, added link
  time optimization(-flto) and warnings.

[ Joao Eriberto Mota Filho ] alias @eribertomota

* Removed copyright symbol from some source files.
* Updated copyright notices.
* Added SEE ALSO section to manpage.
* Updated manpage.

[ N-R-K ]

* Fixes: memleak and potentially bad free data.
* Fixes: shift error (undefined behavior) and remove deprecated type DATA32.

[ Sam James ] alias @thesamesam

* Fixes: autotools: respect --docdir.

[ Zev Weiss ] alias @zevweiss

* New option: added -M/--monitor option to capture a Xinerama display.
* Added new library dependency: libXinerama.

(nia)