2.2 or not 2.2 that is the question?

Suggestions and discussion of future versions
Post Reply
pjlbyrne
Leecher
Leecher
Posts: 79
Joined: Thu May 22, 2014 9:28 am

2.2 or not 2.2 that is the question?

Post by pjlbyrne »

I got a notification in windows deluge GUI that deluge was updated to 2.2.
So I logged into my archlinux server to git pull and rebuild deluge as I have done before.

But the latest entry in CHANGELOG.md seems not to be on master?

git log CHANGELOG.md for me shows:
commit 99f2f1209c26d22cba701e98a8f65c48f1c4a784
Author: Calum Lind <calumlind+deluge@gmail.com>
Date: Mon Apr 28 21:27:46 2025 +0100

Update Changelog for notable fixes and features



but why dont I have this after the pull?

Diffstat
-rw-r--r-- CHANGELOG.md 2

1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3d5c1349..bf5fe1422 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

-## 2.1.x (TBA)
+## 2.2.0 (2025-04-28)

### Breaking changes
Cas
Top Bloke
Top Bloke
Posts: 3684
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: 2.2 or not 2.2 that is the question?

Post by Cas »

Could it be related to the switching of webserver since the host key changed? Or perhaps there is a problem with the url?
pjlbyrne
Leecher
Leecher
Posts: 79
Joined: Thu May 22, 2014 9:28 am

Re: 2.2 or not 2.2 that is the question?

Post by pjlbyrne »

Thanks. I tried another git pull but that isn't working today either.
$ git pull -v
Looking up deluge-torrent.org ... done.
Connecting to deluge-torrent.org (port 9418) ... fatal: unable to connect to deluge-torrent.org:

This works:
$ ping deluge-torrent.org
PING deluge-torrent.org (2605:bc80:3010:104::8cd3:935) 56 data bytes
64 bytes from vip-lb1.osuosl.org (2605:bc80:3010:104::8cd3:935): icmp_seq=1 ttl=43 time=142 ms

And I can see:
https://git.deluge-torrent.org/deluge
in browser

Tried from a proper box running archlinux, and arhclinux on WSL.

Hmm!
pjlbyrne
Leecher
Leecher
Posts: 79
Joined: Thu May 22, 2014 9:28 am

Re: 2.2 or not 2.2 that is the question?

Post by pjlbyrne »

no I was able to clone a new repo on the WSL distro and its still 2.1.x
Post Reply