You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2015/02/20 22:53:09 UTC

svn commit: r1661234 - in /tcl/rivet/branches/2.2: ChangeLog INSTALL VERSION configure.ac

Author: mxmanghi
Date: Fri Feb 20 21:53:08 2015
New Revision: 1661234

URL: http://svn.apache.org/r1661234
Log:
    * INSTALL: installation instructions update 
    * VERSION: new version 2.2.2
    * configure.ac: new version 2.2.2


Modified:
    tcl/rivet/branches/2.2/ChangeLog
    tcl/rivet/branches/2.2/INSTALL
    tcl/rivet/branches/2.2/VERSION
    tcl/rivet/branches/2.2/configure.ac

Modified: tcl/rivet/branches/2.2/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/ChangeLog?rev=1661234&r1=1661233&r2=1661234&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/ChangeLog (original)
+++ tcl/rivet/branches/2.2/ChangeLog Fri Feb 20 21:53:08 2015
@@ -1,3 +1,8 @@
+2015-02-20 Massimo Manghi <mx...@apache.org>
+    * INSTALL: installation instructions update 
+    * VERSION: new version 2.2.2
+    * configure.ac: new version 2.2.2
+
 2015-02-06 Massimo Manghi <mx...@apache.org>
     * src/apache-2/mod_rivet.c: moving execution of after_every_script before request
     cleanup (still a null procedure, but just in case we give it something to do)

Modified: tcl/rivet/branches/2.2/INSTALL
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/INSTALL?rev=1661234&r1=1661233&r2=1661234&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/INSTALL (original)
+++ tcl/rivet/branches/2.2/INSTALL Fri Feb 20 21:53:08 2015
@@ -1,9 +1,9 @@
-              Rivet 2.1 Installation
+              Rivet 2.2 Installation
               ======================
 
 For more detailed instructions, see the docs/html/ directory.
 
-Rivet is now based on the autotools - autoconf, automake and libtool,
+Rivet build system is based on autotools - autoconf, automake and libtool,
 and so compilation is simple.  
 
 1) run 'configure' with the appropiate options for your installation. (if you
@@ -16,7 +16,7 @@ Example:
             --with-apxs=/usr/bin/apxs                   \
             --with-tclsh=/usr/bin/tclsh8.5              \
             --with-apache-version=2                     \
-            --with-rivet-target-dir=/usr/lib/rivet2.1   \
+            --with-rivet-target-dir=/usr/lib/rivet2.2   \
             --enable-version-display
 
 2) if 'configure' was successful Rivet is ready for compilation
@@ -54,7 +54,7 @@ handles other specific options.
                             metainformation program
 --with-rivet-target-dir=DIR Rivet library installation directory.
 --enable-version-display    Apache signature shows Rivet 
-                            version number in the form Rivet/2.0.x. 
+                            version number in the form Rivet/2.2.2 
                             Default=no
 
 These are the basic Apache configuration directives that are needed:

Modified: tcl/rivet/branches/2.2/VERSION
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/VERSION?rev=1661234&r1=1661233&r2=1661234&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/VERSION (original)
+++ tcl/rivet/branches/2.2/VERSION Fri Feb 20 21:53:08 2015
@@ -1 +1 @@
-2.2.1
+2.2.2

Modified: tcl/rivet/branches/2.2/configure.ac
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/configure.ac?rev=1661234&r1=1661233&r2=1661234&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/configure.ac (original)
+++ tcl/rivet/branches/2.2/configure.ac Fri Feb 20 21:53:08 2015
@@ -22,7 +22,7 @@ dnl
 # so you can encode the package version directly into the source files.
 #-----------------------------------------------------------------------
 
-AC_INIT([Rivet],[2.2.1])
+AC_INIT([Rivet],[2.2.2])
 TEA_INIT([3.9])
 
 AC_CONFIG_AUX_DIR(tclconfig)



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org