This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
from fbcd4a3 add changelog entry for rivet 3.2.2 release new db841d1 add 3.2.2 release entry new 3287af7 Merge branch 'master' of https://gitbox.apache.org/repos/asf/tcl-rivet new ca5b258 trailing whitespaces removed thorough C code, new version 3.2.3 The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: ChangeLog | 4004 +++++++++++++++--------------- VERSION | 2 +- doc/rivet.xml | 2 +- src/TclWeb.h | 2 +- src/librivet/rivetCrypt.c | 2 +- src/librivet/rivetList.c | 20 +- src/librivet/rivetPkgInit.c | 18 +- src/librivet/rivetWWW.c | 2 +- src/mod_rivet_ng/TclWebapache.c | 64 +- src/mod_rivet_ng/apache_config.c | 74 +- src/mod_rivet_ng/mod_rivet.c | 78 +- src/mod_rivet_ng/mod_rivet.h | 14 +- src/mod_rivet_ng/mod_rivet_cache.c | 26 +- src/mod_rivet_ng/mod_rivet_cache.h | 2 +- src/mod_rivet_ng/mod_rivet_common.c | 118 +- src/mod_rivet_ng/mod_rivet_common.h | 2 +- src/mod_rivet_ng/mod_rivet_generator.c | 44 +- src/mod_rivet_ng/rivetChannel.c | 2 +- src/mod_rivet_ng/rivetCore.c | 116 +- src/mod_rivet_ng/rivetInspect.c | 58 +- src/mod_rivet_ng/rivet_lazy_mpm.c | 102 +- src/mod_rivet_ng/rivet_prefork_mpm.c | 24 +- src/mod_rivet_ng/rivet_worker_mpm.c | 124 +- src/mod_rivet_ng/worker_prefork_common.c | 60 +- src/mod_rivet_ng/worker_prefork_common.h | 2 +- src/parser/parserPkgInit.c | 8 +- src/parser/rivetParser.c | 6 +- src/parser/rivetParser.h | 2 +- src/request/apache_multipart_buffer.c | 6 +- src/request/apache_multipart_buffer.h | 4 +- src/request/apache_request.c | 16 +- src/request/apache_request.h | 4 +- src/rivet.h | 12 +- 33 files changed, 2512 insertions(+), 2508 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org