diff --git a/INSTALL.md b/INSTALL.md index 76ccb3f47b5d467c272b8048d530ba252bfcb470..babe44cf2a082dba687c0c844ebc7450cd006708 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,9 +5,9 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later -- skalibs version 2.14.1.0: http://skarnet.org/software/skalibs/ +- skalibs version 2.14.1.1: http://skarnet.org/software/skalibs/ - execline version 2.9.4.0: http://skarnet.org/software/execline/ -- oblibs version 0.2.0.2: https://git.obarun.org/Obarun/oblibs/ +- oblibs version 0.3.0.0: https://git.obarun.org/Obarun/oblibs/ - lowdown version 0.6.4 or later for man and html pages: https://kristaps.bsd.lv/lowdown/ - If cross-compiling: the sysdeps for your target architecture (see the [Cross-compilation](INSTALL.md#Cross-compilation) section below) diff --git a/build_toolchain.sh b/build_toolchain.sh index 7006882b987bfa79216f7f8840c16f323056c825..0d98bf05380da13b2283a3d5763485eee39b8dd9 100755 --- a/build_toolchain.sh +++ b/build_toolchain.sh @@ -8,7 +8,7 @@ fi skalibs_tag="v2.14.1.0" execline_tag="v2.9.4.0" -oblibs_tag="0.2.0.2" +oblibs_tag="0.3.0.0" check_tag(){ diff --git a/doc/upgrade.md b/doc/upgrade.md index af2bbf750a8ee4df710cf90f37a9a66f49dc46f6..fc0c189f187863ec9694a6ef57ba40ae2ec3ed98 100644 --- a/doc/upgrade.md +++ b/doc/upgrade.md @@ -10,6 +10,18 @@ author: Eric Vidal <eric@obarun.org> # Changelog for 66-tools --- + +# In 0.1.0.2 + +- Adapt to `oblibs` 0.3.0.0 + +- Bugs fix: + + - fix `-r` options at *66-ns* program. + - reset ignore options if element exist to avoid skipping it. + +--- + # In 0.1.0.1 - Bugs fix diff --git a/package/info b/package/info index 8555eb4301f176ee61f7825ab9d4e0810c3da522..3197d800846d3ffae38bbe284974a6fcaddf3765 100644 --- a/package/info +++ b/package/info @@ -1,3 +1,3 @@ package=66-tools -version=0.1.0.1 +version=0.1.0.2 package_macro_name=SS_TOOLS