Opened 14 years ago
Closed 12 years ago
#948 closed bug (Fixed)
Deluge not properly checking version
Reported by: | thundaragnornath@… | Owned by: | markybob |
---|---|---|---|
Priority: | trivial | Milestone: | 1.3.3 |
Component: | GTK UI | Version: | |
Keywords: | Cc: |
Description
Not quite sure if this is a windows only bug as my linux client still hasn't been upgraded to 1.1.8 (Waiting on the .deb update), but when a client of an updated version connects to a daemon of another, outdated, version, it will still be prompted with a notification box about a new update. (I.E. "Upgrade from 1.1.8 to 1.1.8")
Change History (4)
comment:1 Changed 14 years ago by andar
comment:2 Changed 14 years ago by andar
- Component changed from windows to gtkui
- Milestone set to Future
- Version 1.1.8 deleted
comment:3 Changed 12 years ago by Cas
- Milestone changed from Future to 1.3.3
comment:4 Changed 12 years ago by Cas
- Resolution set to fixed
- Status changed from new to closed
Fixed in 1.3-stable: ce1aca54b
Note: See
TracTickets for help on using
tickets.
This is due to the fact that the version checking is done on the daemon, not the UI. I suppose what should be done is show both the UI and daemon versions.