diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:17:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:17:27 +0000 |
commit | f215e02bf85f68d3a6106c2a1f4f7f063f819064 (patch) | |
tree | 6bb5b92c046312c4e95ac2620b10ddf482d3fa8b /README.GuestAdditionsPackaging | |
parent | Initial commit. (diff) | |
download | virtualbox-f215e02bf85f68d3a6106c2a1f4f7f063f819064.tar.xz virtualbox-f215e02bf85f68d3a6106c2a1f4f7f063f819064.zip |
Adding upstream version 7.0.14-dfsg.upstream/7.0.14-dfsg
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 |