changelog toc. disable searchindex test

This commit is contained in:
Olof hagsand 2020-02-20 17:37:28 +01:00
parent 2eae2b6000
commit 51a28f9bbf
2 changed files with 22 additions and 20 deletions

View file

@ -1,24 +1,24 @@
# Clixon Changelog # Clixon Changelog
* [4.4.0](#4-4-0) Upcoming * [4.4.0](#440) Upcoming
* [4.3.3](#4-3-3) * [4.3.3](#433)
* [4.3.2](#4-3-2) * [4.3.2](#432)
* [4.3.1](#4-3-1) * [4.3.1](#431)
* [4.3.0](#4-3-0) 1 January 2020 * [4.3.0](#430) 1 January 2020
* [4.2.0](#4-2-0) 27 October 2019 * [4.2.0](#420) 27 October 2019
* [4.1.0](#4-1-0) 18 August 2019 * [4.1.0](#410) 18 August 2019
* [4.0.1](#4-0-1) * [4.0.1](#401)
* [4.0.0](#4-0-0) 13 July 2019 * [4.0.0](#400) 13 July 2019
* [3.9.0](#3-9-0) 21 Feb 2019 * [3.9.0](#390) 21 Feb 2019
* [3.8.0](#3-8-0) 6 Nov 2018 * [3.8.0](#380) 6 Nov 2018
* [3.7.0](#3-7-0) 22 July 2018 * [3.7.0](#370) 22 July 2018
* [3.6.1](#3-6-1) * [3.6.1](#361)
* [3.6.0](#3-6-0) 30 April 2018 * [3.6.0](#360) 30 April 2018
* [3.5.0](#3-5-0) 12 February 2018 * [3.5.0](#350) 12 February 2018
* [3.4.0](#3-4-0) 1 January 2018 * [3.4.0](#340) 1 January 2018
* [3.3.3](#3-3-3) 25 November 2017 * [3.3.3](#333) 25 November 2017
* [3.3.2](#3-3-2) Aug 27 2017 * [3.3.2](#332) Aug 27 2017
* [3.3.1](#3-3-1) June 7 2017 * [3.3.1](#331) June 7 2017
## 4.4.0 ## 4.4.0
Expected: February 2020 Expected: February 2020

View file

@ -11,6 +11,8 @@
# Magic line must be first in script (see README.md) # Magic line must be first in script (see README.md)
s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
if false; then # NOTYET
: ${clixon_util_path:=clixon_util_path -D $DBG -Y /usr/local/share/clixon} : ${clixon_util_path:=clixon_util_path -D $DBG -Y /usr/local/share/clixon}
# Number of list/leaf-list entries # Number of list/leaf-list entries
@ -81,5 +83,5 @@ expectpart "$($clixon_util_path -f $xml1 -y $ydir -p /a:x1/a:y[a:i=\"i$rndi\"])"
unset nr unset nr
unset clixon_util_path # for other script reusing it unset clixon_util_path # for other script reusing it
fi