This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a change to branch tcl-novem
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git.


    from 048c869  merging branch 'master' after Rivet 3.2.0 release
     add ab7602b  rephrasing explanations written is awfully bad english (as a 
matter of fact it would have been badly written anyway)
     add 147450a  Support for connector specific client options. Add form 2.2 
package
     add 2360336      * VERSION: bumped version as 3.2.1     * 
src/mod_rivet_ng/mod_rivet.c: more linear determination of the bridge name     
* rivet/packages/formbroker.tcl: introduced key maxlength
     add d7175c5  add current loglevel in server array
     add 06306f0  Integrating the error info returned by ::rivet::upload
     add 2f9aabd  Grammar fix
     add f343ebf  Merge pull request #5 from fredster33/patch-1
     add 7976b0a  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/tcl-rivet
     add ed65a45  make session cache table columns larger
     add a5e2d75  clarified and extended ::rivet::env manual page
     add bf0bb2a  environment variables internals revision, add new tests to 
control their resolution and handling
     add 2af4380  add macro MINSTRLEN, expand comments in TclWebapache.c
     add beedc59  add comments to new functions introduced for the environment 
variables resolution
     add 6897f46  * src/mod_rivet_ng/TclWebapache.c: removed unnecessary call 
to TclWeb_InitEnvVars when loading input headers
     add ff19cdb  using DocBook <quote> tag instead of HTML's <q>
     add 30e1498  documenting new configure switch --enable-rivet-debug-build
     add 9f060cd  * doc/xml/lazybridge.xml: update examples with latest 
modifications done to the lazy bridge
     add 6a84c44  removing unneeded double call to AM_AUTOMAKE_INIT, calling 
AC_CONFIG_SRCDIR
     add b33ece8  documenting new switch -emit of package form 2.2
     add ca85483  * Changelog: release as Rivet 3.2.1
     add b06fabc  changing obsolete macro name AC_PROG_LIBTOOL into LT_INIT
     new ba9f4fb  Merging changes from master (after release of 3.2.1)
     add dceb6ce  fixed possible memory leak in Rivet_Var
     add 32a07dd  add new feature to ::rivet::var, new version of tcl.m4
     add 40b164c  document latest feature added
     add c283f1a  various minor fixes
     new 8201e58  Merge branch 'master' into tcl-novem

The 2 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                                        |  132 +-
 README.md                                        |    2 +-
 VERSION                                          |    2 +-
 configure.ac                                     |   13 +-
 doc/rivet.xml                                    |    2 +-
 doc/xml/commands.xml                             |  184 +--
 doc/xml/dio.xml                                  |   20 +-
 doc/xml/form.xml                                 |   18 +-
 doc/xml/installation.xml                         |   12 +-
 doc/xml/internals.xml                            |   46 +-
 doc/xml/lazybridge.xml                           |   79 +-
 doc/xml/processing.xml                           |    4 +-
 rivet/packages/dio/aida.tcl                      |    4 +-
 rivet/packages/dio/dio.tcl                       |   12 +-
 rivet/packages/dio/dio_Mysql.tcl                 |   42 +-
 rivet/packages/dio/dio_Postgresql.tcl            |    3 +-
 rivet/packages/dio/dio_Sqlite.tcl                |    7 +-
 rivet/packages/dio/sql.tcl                       |    1 -
 rivet/packages/form/form.tcl                     |    2 -
 rivet/packages/form/form2.tcl                    |   35 +-
 rivet/packages/form/{form2.tcl => form22.tcl}    |   41 +-
 rivet/packages/formbroker/formbroker.tcl         |   55 +-
 rivet/packages/session/session-class.tcl         |    3 +-
 rivet/packages/session/session-create-mysql.sql  |    6 +-
 rivet/packages/session/session-create-oracle.sql |   12 +-
 rivet/packages/session/session-create-sqlite.sql |    6 +-
 rivet/rivet-tcl/xml.tcl                          |    4 +-
 src/TclWeb.h                                     |   28 +-
 src/mod_rivet_ng/TclWebapache.c                  |  479 ++++++--
 src/mod_rivet_ng/apache_config.c                 |    4 +-
 src/mod_rivet_ng/mod_rivet.c                     |   37 +-
 src/mod_rivet_ng/mod_rivet.h                     |   14 +-
 src/mod_rivet_ng/mod_rivet_common.c              |    3 +-
 src/mod_rivet_ng/mod_rivet_generator.c           |   10 +-
 src/mod_rivet_ng/rivetCore.c                     |   79 +-
 src/mod_rivet_ng/rivetInspect.c                  |  135 +--
 src/mod_rivet_ng/rivet_lazy_mpm.c                |   14 +-
 src/mod_rivet_ng/rivet_prefork_mpm.c             |    3 +-
 src/mod_rivet_ng/rivet_types.h                   |    2 +-
 src/rivet.h                                      |    1 +
 tclconfig/install-sh                             |  399 +++---
 tclconfig/tcl.m4                                 | 1411 +++++++++++-----------
 tests/apachetest/template.conf.1.tcl             |    2 +-
 tests/env.rvt                                    |   22 +-
 tests/env.test                                   |   49 +-
 tests/env_methods.tcl                            |   15 +
 tests/headers.test                               |    5 +-
 tests/rivet.test                                 |   19 +-
 48 files changed, 2041 insertions(+), 1437 deletions(-)
 copy rivet/packages/form/{form2.tcl => form22.tcl} (93%)
 mode change 100755 => 100644 tclconfig/install-sh
 create mode 100644 tests/env_methods.tcl

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org
For additional commands, e-mail: commits-h...@tcl.apache.org

Reply via email to