diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:19:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:19:18 +0000 |
commit | 4035b1bfb1e5843a539a8b624d21952b756974d1 (patch) | |
tree | f1e9cd5bf548cbc57ff2fddfb2b4aa9ae95587e2 /README.GuestAdditionsPackaging | |
parent | Initial commit. (diff) | |
download | virtualbox-upstream.tar.xz virtualbox-upstream.zip |
Adding upstream version 6.1.22-dfsg.upstream/6.1.22-dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.GuestAdditionsPackaging')
-rw-r--r-- | README.GuestAdditionsPackaging | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.GuestAdditionsPackaging b/README.GuestAdditionsPackaging new file mode 100644 index 00000000..9bd5affe --- /dev/null +++ b/README.GuestAdditionsPackaging @@ -0,0 +1,14 @@ +Information for people packaging the Guest Additions for Linux distributions +============================================================================ +We strongly recommend that people packaging the Guest Additions for Linux +distributions track the latest stable version rather than staying with a given +major release number for the life-time of the distribution. The major number +is more relevant for the host software (the actual VirtualBox application) +than for the Linux Additions, which are developed more continuously. + +We sometimes have two stable versions at one time - one with more features and +a long-term stable version from the previous major release, which has less +features but a code base which has had longer to mature. While this is also +less relevant for the Additions, you can find the current long-term stable +release version number at + http://download.virtualbox.org/virtualbox/LATEST-STABLE.TXT |