[Pkg-virtualbox-commits] [virtualbox] branch upstream updated (2da0079 -> 5abd747)
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Tue Dec 19 22:28:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a change to branch upstream
in repository virtualbox.
from 2da0079 New upstream version 5.2.2-dfsg
new 5abd747 New upstream version 5.2.4-dfsg
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Config.kmk | 29 +-
Makefile.kmk | 14 +-
Version.kmk | 2 +-
doc/manual/user_ChangeLogImpl.xml | 37 +
include/VBox/vmm/pdmaudioifs.h | 59 +-
src/VBox/Additions/common/VBoxGuest/Makefile.kmk | 2 +-
.../Additions/common/VBoxGuest/VBoxGuest-netbsd.c | 963 ++-
.../Additions/common/VBoxService/VBoxService.cpp | 56 +-
.../common/VBoxService/VBoxServiceInternal.h | 2 +
.../common/VBoxService/VBoxServiceTimeSync.cpp | 195 +-
.../common/VBoxService/VBoxServiceUtils.cpp | 34 +-
.../common/VBoxService/VBoxServiceUtils.h | 1 +
src/VBox/Additions/common/crOpenGL/Makefile.kmk | 8 +-
src/VBox/Additions/common/crOpenGL/entrypoints.pyc | Bin 5904 -> 5904 bytes
src/VBox/Additions/x11/Makefile.kmk | 2 +-
src/VBox/Devices/Audio/DevHDA.cpp | 879 +--
src/VBox/Devices/Audio/DevHDA.h | 51 +-
src/VBox/Devices/Audio/DevHDACommon.cpp | 314 +-
src/VBox/Devices/Audio/DevHDACommon.h | 43 +-
src/VBox/Devices/Audio/DevSB16.cpp | 75 +-
src/VBox/Devices/Audio/DrvAudio.cpp | 211 +-
src/VBox/Devices/Audio/DrvAudio.h | 31 +-
src/VBox/Devices/Audio/DrvAudioCommon.cpp | 399 +-
src/VBox/Devices/Audio/DrvHostALSAAudio.cpp | 33 +-
src/VBox/Devices/Audio/DrvHostDebugAudio.cpp | 45 +-
src/VBox/Devices/Audio/DrvHostValidationKit.cpp | 12 +-
src/VBox/Devices/Audio/HDAStream.cpp | 746 ++-
src/VBox/Devices/Audio/HDAStream.h | 74 +-
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 2097152 -> 2097152 bytes
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 2097152 -> 2097152 bytes
.../Graphics/BIOS/VBoxVgaBiosAlternative286.asm | 10 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative286.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative386.asm | 10 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative386.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative8086.asm | 10 +-
.../BIOS/VBoxVgaBiosAlternative8086.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative286.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative286.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative386.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative386.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative8086.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative8086.md5sum | 2 +-
src/VBox/Devices/Serial/DrvHostSerial.cpp | 3 +-
src/VBox/Devices/USB/DevOHCI.cpp | 135 +-
.../Devices/testcase/tstDeviceStructSizeRC.cpp | 8 +-
src/VBox/Frontends/VirtualBox/Makefile.kmk | 1 -
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 56 +-
.../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts | 132 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sl.ts | 54 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts | 2 +-
src/VBox/Frontends/VirtualBox/nls/qt_pt_BR.ts | 6533 ++++----------------
.../VirtualBox/src/UITakeSnapshotDialog.cpp | 10 +-
.../VirtualBox/src/extensions/QIArrowSplitter.cpp | 3 +-
.../VirtualBox/src/extensions/QIManagerDialog.cpp | 9 +-
.../VirtualBox/src/extensions/QIManagerDialog.h | 3 +
.../VirtualBox/src/extensions/QIMessageBox.cpp | 1 -
.../VirtualBox/src/globals/UIIconPool.cpp | 8 +-
.../src/hostnetwork/UIHostNetworkManager.cpp | 3 +-
src/VBox/Frontends/VirtualBox/src/main.cpp | 6 +-
.../VirtualBox/src/medium/UIMediumManager.cpp | 3 +-
.../src/platform/darwin/VBoxUtils-darwin-cocoa.mm | 2 -
.../VirtualBox/src/runtime/UIFrameBuffer.cpp | 8 +-
.../VirtualBox/src/runtime/UIIndicatorsPool.cpp | 3 +-
.../VirtualBox/src/runtime/UIMachineView.cpp | 6 -
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 2 -
.../src/runtime/UIStatusBarEditorWindow.cpp | 3 +-
.../VirtualBox/src/runtime/UIVMCloseDialog.cpp | 25 +-
.../src/runtime/normal/UIMachineLogicNormal.cpp | 3 +-
.../VirtualBox/src/selector/UISelectorWindow.cpp | 6 -
.../VirtualBox/src/selector/UISnapshotPane.cpp | 3 +-
.../VirtualBox/src/settings/UISettingsDialog.cpp | 1 -
.../settings/machine/UIMachineSettingsStorage.cpp | 3 +
.../settings/machine/UIMachineSettingsSystem.cpp | 3 +
.../VirtualBox/src/widgets/UIFilmContainer.cpp | 4 +-
.../VirtualBox/src/widgets/UIHostComboEditor.cpp | 3 +-
.../VirtualBox/src/widgets/UIHotKeyEditor.cpp | 4 +-
.../src/widgets/UIPortForwardingTable.cpp | 5 +-
.../VirtualBox/src/widgets/UIWarningPane.cpp | 2 -
src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.pyc | Bin 23671 -> 23671 bytes
.../GuestHost/OpenGL/packer/pack_currenttypes.pyc | Bin 2110 -> 2110 bytes
.../GuestHost/OpenGL/state_tracker/convert.pyc | Bin 2087 -> 2087 bytes
.../OpenGL/state_tracker/get_components.pyc | Bin 5791 -> 5791 bytes
src/VBox/GuestHost/OpenGL/util/vboxhgcm.c | 20 +-
.../SharedOpenGL/crserverlib/get_sizes.pyc | Bin 17777 -> 17777 bytes
src/VBox/Installer/win/Makefile.kmk | 8 +-
src/VBox/Installer/win/NLS/zh_CN.wxl | 600 ++
src/VBox/Installer/win/NLS/zh_TW.wxl | 2 +-
src/VBox/Main/include/DisplayImpl.h | 4 +-
src/VBox/Main/src-all/win/VBoxProxyStub.c | 289 +-
src/VBox/Main/src-client/ConsoleImpl.cpp | 10 +-
src/VBox/Main/src-client/ConsoleImpl2.cpp | 58 +-
src/VBox/Main/src-client/DisplayImpl.cpp | 38 +-
src/VBox/Main/src-client/DrvAudioVideoRec.cpp | 2 +-
src/VBox/Main/src-client/VideoRec.h | 2 +
src/VBox/Runtime/Makefile.kmk | 4 -
src/VBox/Runtime/common/fs/isomaker.cpp | 11 +
src/VBox/VMM/VMMR3/TM.cpp | 51 +-
src/VBox/VMM/include/TMInternal.h | 6 +
src/libs/Makefile.kmk | 6 +-
src/libs/kStuff/kStuff/kLdr/kLdrModMachO.c | 11 +-
100 files changed, 5072 insertions(+), 7477 deletions(-)
create mode 100644 src/VBox/Installer/win/NLS/zh_CN.wxl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git
More information about the Pkg-virtualbox-commits
mailing list