I’m having difficultly determining what’s changed between these releases.
In git, there is a tag v6.3.0 only. There’s no tag v6.3-202407130507 or v6.3-202407120427.
Should I simply look at the main branch and take the commits immediately prior to those timestamps? But that’s not always easy to do, given that with branching and merging git log doesn’t give a linear time sequence.
Yep, that’s correct. Other changes can be just packaging changes as was done with the addition of a conflict with incus-tools, some other time, it’s use updating dependencies like qemu or other components in there.
We’ve got an open issue to find some way to fill the changelog automatically so /usr/share/doc/incus/changelog.Debian.gz would become useful to figure out what happened in what release, but given the actual build process is fully automated, this has provide to be non-trivial and hasn’t been a priority to sort out yet.