libbsd: Branch 'main' - 2 commits

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 6 02:17:30 UTC 2022


 configure.ac |    2 +-
 man/libbsd.7 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 084911ce875f444a5739fae6255770b6a575aba4
Author: Guillem Jover <guillem at hadrons.org>
Date:   Thu Oct 6 04:07:52 2022 +0200

    Release libbsd 0.11.7

diff --git a/configure.ac b/configure.ac
index 5b6d22b..17d113c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
 
 LIBBSD_ABI_MAJOR=0
 LIBBSD_ABI_MINOR=11
-LIBBSD_ABI_PATCH=6
+LIBBSD_ABI_PATCH=7
 
 LIBBSD_ABI="$LIBBSD_ABI_MAJOR:$LIBBSD_ABI_MINOR:$LIBBSD_ABI_PATCH"
 AC_SUBST([LIBBSD_ABI])
commit 3538d38fe7062c35d4f405fee2ce40588c0d8205
Author: Guillem Jover <guillem at hadrons.org>
Date:   Thu Oct 6 03:59:33 2022 +0200

    man: Discourage using the library in non-overlay mode
    
    This makes code using it non-portable, and requires the namespeced
    headers from libbsd, instead of any generic system headers. It also
    requires more code changes than the overlay mode.

diff --git a/man/libbsd.7 b/man/libbsd.7
index 638caf8..676e130 100644
--- a/man/libbsd.7
+++ b/man/libbsd.7
@@ -59,7 +59,7 @@ The includes in this case should be the usual system ones, such as
 .In unistd.h .
 .Pp
 The other way to use the library is to use the namespaced headers,
-this is less portable as it makes using
+which is a discouraged way, being less portable as it makes using
 .Nm libbsd
 mandatory and it will not work on BSD-based systems, and requires
 modifying original BSD code.


More information about the libbsd mailing list