Log message:
c++-gtk-utils: Update to 2.2.19
Changelog:
Version 2.2.19 (27 January 2020)
--------------
Use autoconf's TAP support for running tests (Makefile.am,
configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac;
c++-gtk-utils/Makefile.am; docs/Makefile.am; tests/Makefile.am,
tests/extension/Makefile.am, tests/extra/Makefile.am; removed -
Makefile.decl; added - glib-tap.mk, tap-driver.sh, tap-test,
m4/glibtests.m4)
Cater for guile-3.0 declarative modules (acinclude.m4;
extension.h).
Suppress GStaticRecMutex deprecation warnings (acinclude.m4,
configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac;
cgu_config.h.in, mutex.h).
|
Log message:
all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html
In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.
To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.
Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
|
Log message:
Update to 2.2.18
Changelog:
Version 2.2.18 (9 June 2019)
--------------
When compiling for GTK-4, require version >= 3.96.0 and make
consequential changes including to documentation (acinclude.m4,
README; doxygen.main.in, application.h, extension.h,
file_print_manager.h, file_print_manager.cpp, gobj_handle.h,
notifier.h, prog_present.h, reassembler.h, shared_handle.h,
text_print_manager.h, text_print_manager.cpp, thread.h, widget.h,
window.h and window.cpp; tests/test_application.cpp;
tests/extra/test_file_print_manager.cpp,
tests/extra/test_text_print_manager.cpp).
Update other documentation (doxygen.main.in; async_queue.h,
gerror_handle.h, shared_handle.h).
Version 2.2.17 (24 October 2018)
--------------
Set FD_CLOEXEC on pipe file descriptors for Notifier objects
(notifier.cpp).
Add support for guile-3.0 (acinclude.m4; extension.h).
Version 2.2.16.1 (27 June 2018)
----------------
Provide a configuration file suitable for doxygen-1.8.14; include
generated .js files in the distribution tarball; rebuild the
documentation (doxygen.main.in; docs/Doxyfile.in,
docs/Makefile.am).
Version 2.2.16 (27 June 2018)
--------------
When compiling for GTK+-4, require version >= 3.94.0
(acinclude.m4, README; doxygen.main.in).
Fix changes in GTK+-3.94 (file_print_manager.h,
file_print_manager.cpp, window.h, window.cpp).
Fix the change from GdkPixbuf to GdkTexture in GTK+-3.93
(file_print_manager.h, file_print_manager.cpp, window.h,
window.cpp).
Let the CGU_USE_GTK manifest constant in cgu_config.h indicate the
version of GTK+ that the library is configured for, and set
GDK_VERSION_MIN_REQUIRED for GTK+-4 (acinclude.m4;
tests/test_application.cpp,
tests/extra/test_file_print_manager.cpp,
tests/extra/test_text_print_manager.cpp; cgu_config.h,
text_print_manager.cpp).
Correct documentation (application.h, extension.h, window.h).
|