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 2022/02/02 12:36:23 UTC

[incubator-ponymail-foal] branch master updated (d0219b1 -> 7481e09)

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 d0219b1  Bump server version
     new 4d72fcd  Ensure backround task is stopped
     new 7481e09  Bump server version

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

[incubator-ponymail-foal] 01/02: Ensure backround task is stopped

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 4d72fcdc13f2994398e626787afbfa6d983809ac
Author: Sebb <se...@apache.org>
AuthorDate: Wed Feb 2 12:35:59 2022 +0000

    Ensure backround task is stopped
---
 server/main.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/main.py b/server/main.py
index 8dc324e..c8e5bd3 100644
--- a/server/main.py
+++ b/server/main.py
@@ -247,6 +247,7 @@ class Server(plugins.server.BaseServer):
         try:
             loop.run_until_complete(self.server_loop())
         except KeyboardInterrupt:
+            self.background_event.set()
             loop.run_until_complete(self.cleanup())
         loop.close()
 

[incubator-ponymail-foal] 02/02: Bump server version

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 7481e095bc926946f58eea4a2908df8f8e22a131
Author: Sebb <se...@apache.org>
AuthorDate: Wed Feb 2 12:36:14 2022 +0000

    Bump server version
---
 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 e41adc5..9543b0c 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 = '84d2e98'
+PONYMAIL_SERVER_VERSION = '4d72fcd'