Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | rivetcgi 0.5.1.6 |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk | 0.5.1.6 |
| Files: | files | file ages | folders |
| SHA1: |
580e4ecaff8551276c469c69e9da88d2 |
| User & Date: | rkeene 2014-11-05 16:41:09.182 |
Context
|
2014-11-05
| ||
| 19:03 | Updated to terminate without flushing in flat mode check-in: 83adf92eb7 user: rkeene tags: trunk | |
| 16:41 | rivetcgi 0.5.1.6 check-in: 580e4ecaff user: rkeene tags: 0.5.1.6, trunk | |
| 16:40 | Fixed bug with redirects in standalone server mode check-in: 311a223fc7 user: rkeene tags: trunk | |
Changes
Changes to build/makearch.info.
| ︙ | ︙ | |||
8 9 10 11 12 13 14 | # This lists the name of files that are required to exist REQS="init.tcl" # Version of utility, if empty it will be guessed. # If set to "auto" it will be maintained in a file called .version # in the source directory and the revision will be incremented # each time a "makearch" is done. | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# This lists the name of files that are required to exist
REQS="init.tcl"
# Version of utility, if empty it will be guessed.
# If set to "auto" it will be maintained in a file called .version
# in the source directory and the revision will be incremented
# each time a "makearch" is done.
VERS="0.5.1.6"
# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
# @@UTIL@@ becomes the utility name ${UTIL}
# @@VERS@@ becomes the utility version
# @@DATE@@ becomes the current date
|
| ︙ | ︙ |