You are not logged in.
Pages: 1
Hey All,
maybe this is a stupid question, but is there a place to see what the difference is between release numbers? An internal to arch changelog if you will?
Just curious.
Offline
It's utterly irrelevant. The ISO is only an updated installer + the packages in the repos at the time of creation. Arch is a rolling distro, it has no 'releases'. The ISOs are mere snapshots of the repositories at a given moment + the installer.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Yep. And if you use the ftp installer it's going to be different every time ![]()
![]()
Offline
wow, am I bad at asking questions.
I was more asking about packages in arch. Is there a changelog to show why a package was incremented.
from the wiki:
# pkgrel
* The release number of the package specific to Arch Linux. This value allows users to differentiate between consecutive builds of the same version of a package. When a new package version is first released, the release number starts at 1. As fixes and optimizations are made to the PKGBUILD file, the package will be re-released and the release number will increment by 1. When a new version of the package comes out, the release number resets to 1.
Offline
You can check the SVN diffs online in the PKGBUILD, if that's what you want to know. But I don't think every rebuilt package comes with an explanation
.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
pacman -Qc pkgname
Checks changelog but as B said, there are not many packages which show the changelog
![]()
Offline
thanks folks, guess that answers it.
Offline
Pages: 1