-
Why can't I find xrdp 0.9.0? Was it deleted? Why was it deleted? |
Beta Was this translation helpful? Give feedback.
Answered by
metalefty
Sep 20, 2024
Replies: 1 comment 1 reply
-
I've done a bit of archeology here.
In between these two commits I can't find any reference to a release in the git history:-
I suspect what has happened is one or more distros have used a devel tarball from in between these two commits with the version set to 0.9.0. If you've got a deb or an rpm file we can try to work out exactly what's in it, if it's important. For example, you might be conducting supply chain integrity checks (which IMO is important). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short answer: xrdp 0.9.0 is not deleted, it just has not been released.
Hi, v0.9.1 is the first release since I joined xrdp dev team.
I remember that's correct! We didn't make releases periodically before v0.9.1. Some distro used a git snapshot for their package and the version is set to 0.9.0. "0.9.0" doesn't refer to a specific commit. So more than one source codes are called 0.9.0 unofficially. We have decided to use v0.9.1 for the first release of v0.9.x to avoid confusion.