From 6fa4f688af8c0835acbf8fa7a92cda906096c15b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 14 Apr 2016 12:51:31 +0000 Subject: version: 2.0.6.0 --- COPYING | 2 +- INSTALL | 2 +- README | 2 +- doc/index.html | 11 ++++++++--- doc/upgrade.html | 4 ++-- package/info | 2 +- 6 files changed, 14 insertions(+), 9 deletions(-) diff --git a/COPYING b/COPYING index a49b1ca..f496e31 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2011-2015 Laurent Bercot +Copyright (c) 2011-2016 Laurent Bercot Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/INSTALL b/INSTALL index 199b252..480212a 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.3.8.2 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.3.10.0 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/README b/README index 49d52da..0130b8d 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ s6-portable-utils - tiny general Unix utilities s6-portable-utils is a set of tiny general Unix utilities, often performing well-known tasks such as cut and grep - but optimized for simplicity and small size. They were +but optimized for simplicity and small size. They were designed for embedded systems and other constrained environments, but they work everywhere. diff --git a/doc/index.html b/doc/index.html index a76e80d..82a9eb3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -61,7 +61,7 @@ the package is now used to host specific utilities such as
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.3.8.2 or later. It's a build-time requirement. It's also a run-time +2.3.10.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • @@ -77,9 +77,14 @@ library.
    • The current released version of s6-portable-utils is -2.0.5.4.
    • -
    • Alternatively, you can checkout a copy of the s6-portable-utils git repository: +2.0.6.0.
    • +
    • Alternatively, you can checkout a copy of the +s6-portable-utils +git repository:
       git clone git://git.skarnet.org/s6-portable-utils 
    • +
    • There's also a +GitHub mirror +of the s6-portable-utils git repository.

    Compilation

    diff --git a/doc/upgrade.html b/doc/upgrade.html index 2c1448c..eceaeaf 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,10 +18,10 @@

    What has changed in s6-portable-utils

    -

    in 2.0.5.4

    +

    in 2.0.6.0

      -
    • skalibs dependency bumped to 2.3.8.2.
    • +
    • skalibs dependency bumped to 2.3.10.0.

    in 2.0.5.3

    diff --git a/package/info b/package/info index ed52176..9f4008b 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-portable-utils -version=2.0.5.4 +version=2.0.6.0 category=admin package_macro_name=S6_PORTABLE_UTILS -- cgit v1.3.1