From 6e4233d3fc73b7e3a81155acfe06206e6476bd11 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 18 Feb 2023 15:01:53 +0000 Subject: Prepare for 2.9.2.1; make sort locale-independent Signed-off-by: Laurent Bercot --- AUTHORS | 1 + NEWS | 6 ++++++ doc/index.html | 4 ++-- doc/upgrade.html | 6 ++++++ package/info | 2 +- tools/gen-multicall.sh | 2 ++ 6 files changed, 18 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1a9e07f..506be68 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,6 +10,7 @@ Contributors: Mira Ressel Alexis Dominique Martinet + Christian Hohnstaedt Thanks to: Dan J. Bernstein diff --git a/NEWS b/NEWS index d9f31bb..e42f16d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for execline. +In 2.9.2.1 +---------- + + - Bugfixes. + + In 2.9.2.0 ---------- diff --git a/doc/index.html b/doc/index.html index 9ce9b9b..87c6f75 100644 --- a/doc/index.html +++ b/doc/index.html @@ -64,7 +64,7 @@ library.
  • If you're using musl and want nsswitch-like functionality: nsss version -0.2.0.2 or later (build-time and boot-time)
  • +0.2.0.3 or later (build-time and boot-time)

    Licensing

    @@ -77,7 +77,7 @@ want nsswitch-like functionality:

    Download

      -
    • The current released version of execline is 2.9.2.0.
    • +
    • The current released version of execline is 2.9.2.1.
    • Alternatively, you can checkout a copy of the execline git repository: diff --git a/doc/upgrade.html b/doc/upgrade.html index 735b6b6..6a65fac 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@

      What has changed in execline

      +

      in 2.9.2.1

      + +
        +
      • No functional changes.
      • +
      +

      in 2.9.2.0

        diff --git a/package/info b/package/info index f92d178..b44cce3 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=execline -version=2.9.2.0 +version=2.9.2.1 category=admin package_macro_name=EXECLINE diff --git a/tools/gen-multicall.sh b/tools/gen-multicall.sh index 1d3d9fe..fc702ba 100755 --- a/tools/gen-multicall.sh +++ b/tools/gen-multicall.sh @@ -1,5 +1,7 @@ #!/bin/sh -e +LC_ALL=C ; export LC_ALL + echo '/* ISC license. */' echo echo '#include ' -- cgit 1.4.1