Fix collection naming problem

As reported on #1274 we had a problem while merging the collections.
Turns out that the collection name was wrong while passing the
information to setvar.
This commit is contained in:
Felipe Zimmerle
2017-05-18 23:46:28 -03:00
parent 63462668a9
commit 2de5175b9c
2 changed files with 27 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
DD MMM YYYY - 2.9.2 - To be released
------------------------------------
* Fix collection naming problem while merging collections.
[Issue #1274 - Coty Sutherland and @zimmerle]
* Fix --enable-docs adding missing Makefile, modifying autoconf and filenames
[Issue #1322 - @victorhora]
* Change from using rand() to thread-safe ap_random_pick.