On Sun, Dec 8, 2013 at 5:37 PM, John Williams <jwilliams4200@gmail.com> wrote:
On Sat, Dec 7, 2013 at 6:19 PM, Michael DePaulo <mikedep333@gmail.com> wrote:
- For a high-level changelog of what has been fixed/improved in 4.0.1.2 so far, see: http://code.x2go.org/gitweb?p=x2goclient.git;a=blob;f=debian/changelog;h=11e...
I always like to look at changelogs, but I am not adept at navigating a gitweb. This changelog is quite different (and more informative for me) than the normal git log that I was able to navigate to myself.
How did you determine the URL for this particular changelog? Will that URL for the changelog stay the same in the future, or will a new URL be required when a new version is tagged/released? How would I find a changelog URL for a new version?
John, I forgot to reply to this question earlier.
What I linked you to was not a git changelog / commit log (I am not familiar with git terminology), but the debian/changelog file that is manually edited by x2go devs. This file is far easier to read than the full git changelog. That link is to the revision of that file from git hash 119635850c8408e45d2d2dca2f3c5b013f8da1c6 (2013-12-06), which is what 4.0.1.2pre01 is built from. When 4.0.1.2 is released, debian/changelog will most likely be updated to list additional changes. So you will not be able to use that URL; see the instructions below instead. I determined the URL by going to the git web, selecting that hash, and viewing the tree for it. I then browsed to the debian/changelog file within the tree.
Whenever a new version of x2goclient is released, the changelog since the last release is in the announcement. You can view the changelog for all releases of x2goclient by doing one of the following:
-Mike DePaulo