You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2018/11/24 10:21:53 UTC

[tcl-rivet] branch 3.1 updated (e3af6c4 -> f653398)

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

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


    from e3af6c4  Applying patch to fix bug #62926, preparing to release 3.1.0
     new 5c203cf  update .gitignore
     new f653398  fixed entry quoting wrong version number, just a trifle

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:
 .gitignore | 10 ++++++++++
 ChangeLog  |  5 ++++-
 2 files changed, 14 insertions(+), 1 deletion(-)


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


[tcl-rivet] 01/02: update .gitignore

Posted by mx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5c203cfba08ca32be771e39a0f076d8d8d01ee7e
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Sat Nov 24 08:39:55 2018 +0100

    update .gitignore
---
 .gitignore | 10 ++++++++++
 ChangeLog  |  3 +++
 2 files changed, 13 insertions(+)

diff --git a/.gitignore b/.gitignore
index 36d207d..d6f9347 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,13 @@ stamp-h1
 *.la
 *.swp
 tags
+tests/access_log
+tests/apachelog.txt
+tests/error_log
+tests/htaccess2
+tests/httpd.pid
+tests/redirect_code.txt
+tests/rivet/
+tests/server.conf
+tests/test.conf
+tests/uploadedjpeg.jpg
diff --git a/ChangeLog b/ChangeLog
index 8bd06ad..f39e273 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-11-24 Massimo Manghi <mx...@apache.org>
+    * .gitignore: update .gitignore
+
 2018-11-23 Massimo Manghi <mx...@apache.org>
     * : code branched as branch 3.1
     * configure.ac,VERSION: bumping to version 3.0.4


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


[tcl-rivet] 02/02: fixed entry quoting wrong version number, just a trifle

Posted by mx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f6533982cacf67df12317758f0bf3a7e1007cc5b
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Sat Nov 24 11:21:40 2018 +0100

    fixed entry quoting wrong version number, just a trifle
---
 ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f39e273..5417cc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
 
 2018-11-23 Massimo Manghi <mx...@apache.org>
     * : code branched as branch 3.1
-    * configure.ac,VERSION: bumping to version 3.0.4
+    * configure.ac,VERSION: bumping to version 3.1.0
 
 2018-11-20 Massimo Manghi <mx...@apache.org>
     * src/mod_rivet_ng/rivetCore.c: add const specifier to variable definition


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