diff --git a/CHANGES.txt b/CHANGES.txt index 2adc23e..e776dbf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +## Version 1.2.4 du 20/04/2015-17:55 + +988e045 bug + ## Version 1.2.3 du 20/04/2015-17:43 Correction d'un bug avec la copie des fichiers diff --git a/VERSION.txt b/VERSION.txt index 0495c4a..e8ea05d 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.2.3 +1.2.4 diff --git a/lib/ulib/.ulibver b/lib/ulib/.ulibver index d238bd3..8253a0f 100644 --- a/lib/ulib/.ulibver +++ b/lib/ulib/.ulibver @@ -1 +1 @@ -008002002 +008002003 diff --git a/lib/ulib/apache.tools b/lib/ulib/apache.tools index c7353e4..8564da3 100644 --- a/lib/ulib/apache.tools +++ b/lib/ulib/apache.tools @@ -253,6 +253,10 @@ function apache_autoconf() { if [ -d "$certsconfdir" ]; then local -a certsconfs local certsconf cert key ca + array_addu FILLVARS cert + array_addu FILLVARS key + array_addu FILLVARS ca + etitle "Installation des certificats" array_lsfiles certsconfs "$certsconfdir" "*.conf" for certsconf in "${certsconfs[@]}"; do