You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/12/26 14:35:21 UTC

[incubator-ponymail-foal] branch master updated (eb3290d -> f1c957e)

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

sebb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git.


    from eb3290d  Version update
     new 4071356  Show path info
     new f1c957e  Version update

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:
 server/main.py           | 3 +++
 server/server_version.py | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

[incubator-ponymail-foal] 01/02: Show path info

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit 4071356bda266acaa282034df68325edebabc458
Author: Sebb <se...@apache.org>
AuthorDate: Sun Dec 26 14:34:55 2021 +0000

    Show path info
---
 server/main.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/server/main.py b/server/main.py
index 6f31a44..1a77a87 100644
--- a/server/main.py
+++ b/server/main.py
@@ -113,6 +113,9 @@ class Server(plugins.server.BaseServer):
             "Server": "Apache Pony Mail (Foal/%s ~%s)" % (PONYMAIL_FOAL_VERSION, PONYMAIL_SERVER_VERSION),
         }
 
+        if self.api_logger:
+            self.api_logger.info(request.raw_path)
+
         # Figure out who is going to handle this request, if any
         # We are backwards compatible with the old Lua interface URLs
         body_type = "form"

[incubator-ponymail-foal] 02/02: Version update

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit f1c957eaa7ff0341ced759729a6edcf367b3a005
Author: Sebb <se...@apache.org>
AuthorDate: Sun Dec 26 14:35:11 2021 +0000

    Version update
---
 server/server_version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/server_version.py b/server/server_version.py
index fb6ceea..03e715c 100644
--- a/server/server_version.py
+++ b/server/server_version.py
@@ -1,2 +1,2 @@
 # This file is generated by server/update_version.sh
-PONYMAIL_SERVER_VERSION = '90faf31'
+PONYMAIL_SERVER_VERSION = '4071356'