[Pkg-virtualbox-commits] [virtualbox] branch upstream updated (2f501cd -> 0e8ceef)
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Sat Dec 19 09:57:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a change to branch upstream
in repository virtualbox.
from 2f501cd Imported Upstream version 5.0.10-dfsg
new 0e8ceef Imported Upstream version 5.0.12-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 | 7 +-
configure | 4 +-
doc/manual/en_US/user_AdvancedTopics.xml | 2 +-
doc/manual/en_US/user_Introduction.xml | 2 +-
doc/manual/en_US/user_Troubleshooting.xml | 17 +
doc/manual/user_ChangeLogImpl.xml | 160 +
include/VBox/VBoxNetCfg-win.h | 16 +
include/VBox/vmm/pdmaudioifs.h | 66 +-
include/iprt/dbg.h | 25 +-
include/iprt/err.h | 2 +
include/iprt/file.h | 6 +-
include/iprt/list.h | 11 +
include/iprt/log.h | 28 +-
include/iprt/mangling.h | 1 +
include/iprt/x86.h | 3 +
.../common/VBoxService/VBoxServiceAutoMount.cpp | 6 +-
src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp | 2 +
src/VBox/Additions/linux/drm/vboxvideo_drm.c | 24 +-
src/VBox/Additions/linux/installer/vboxadd.sh | 10 +-
.../Additions/linux/sharedfolders/mount.vboxsf.c | 6 +-
src/VBox/Additions/x11/vboxmouse/Makefile.kmk | 2 +-
src/VBox/Additions/x11/vboxvideo/Makefile.kmk | 2 +-
src/VBox/Devices/Audio/AudioMixer.cpp | 22 +-
src/VBox/Devices/Audio/DevIchAc97.cpp | 1850 ++--
src/VBox/Devices/Audio/DevIchHda.cpp | 2965 ++++---
src/VBox/Devices/Audio/DevIchHdaCodec.cpp | 8 +-
src/VBox/Devices/Audio/DevIchHdaCodec.h | 12 +-
src/VBox/Devices/Audio/DevSB16.cpp | 221 +-
src/VBox/Devices/Audio/DrvAudio.cpp | 377 +-
src/VBox/Devices/Audio/DrvAudio.h | 18 +-
src/VBox/Devices/Audio/DrvAudioCommon.cpp | 30 +-
src/VBox/Devices/Audio/DrvHostALSAAudio.cpp | 10 +-
src/VBox/Devices/Audio/DrvHostCoreAudio.cpp | 50 +-
src/VBox/Devices/Audio/DrvHostDSound.cpp | 882 +-
src/VBox/Devices/Audio/DrvHostNullAudio.cpp | 36 +-
src/VBox/Devices/Audio/DrvHostOSSAudio.cpp | 74 +-
src/VBox/Devices/Audio/DrvHostPulseAudio.cpp | 10 +-
.../Devices/Audio/testcase/tstAudioMixBuffer.cpp | 18 +-
src/VBox/Devices/BiosCommonCode/support.asm | 61 +-
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 1048576 -> 1048576 bytes
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 1048576 -> 1048576 bytes
.../Graphics/BIOS/VBoxVgaBiosAlternative.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum | 2 +-
src/VBox/Devices/Graphics/DevVGA_VDMA.cpp | 4 +
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 9168 +++++++++++---------
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/PC/BIOS/ahci.c | 63 +-
src/VBox/Devices/PC/BIOS/ata.c | 55 +-
src/VBox/Devices/PC/BIOS/boot.c | 1 +
src/VBox/Devices/PC/BIOS/disk.c | 25 +-
src/VBox/Devices/PC/BIOS/ebda.h | 6 +-
src/VBox/Devices/PC/BIOS/eltorito.c | 1 +
src/VBox/Devices/PC/BIOS/inlines.h | 14 +-
src/VBox/Devices/PC/BIOS/logo.c | 1 +
src/VBox/Devices/PC/BIOS/print.c | 31 +-
src/VBox/Devices/PC/BIOS/scsi.c | 105 +-
src/VBox/Devices/Storage/DrvSCSI.cpp | 29 +-
src/VBox/Devices/Storage/HBDMgmt-darwin.cpp | 30 +-
src/VBox/Devices/Storage/VBoxSCSI.cpp | 3 +
src/VBox/Devices/Storage/VBoxSCSI.h | 4 +-
src/VBox/Devices/USB/DevOHCI.cpp | 11 +-
.../Devices/testcase/tstDeviceStructSizeRC.cpp | 48 +-
.../Frontends/VBoxManage/VBoxInternalManage.cpp | 2 +-
src/VBox/Frontends/VBoxManage/VBoxManageList.cpp | 2 +-
src/VBox/Frontends/VirtualBox/VBoxUI.pro | 1 +
.../Frontends/VirtualBox/nls/ApprovedLanguages.kmk | 1 +
src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts | 20 +-
.../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts | 1058 +--
src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts | 12 +-
.../nls/{VirtualBox_xx_YY.ts => VirtualBox_el.ts} | 2248 +++--
src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 71 +-
.../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts | 8 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts | 16 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts | 20 +-
.../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts | 18 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts | 12 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts | 32 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts | 20 +-
.../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts | 12 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts | 22 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts | 16 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts | 12 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts | 18 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts | 14 +-
.../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts | 12 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts | 18 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts | 18 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts | 24 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts | 20 +-
.../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts | 8 +-
.../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts | 46 +-
.../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts | 34 +-
src/VBox/Frontends/VirtualBox/nls/qt_el.ts | 1967 ++---
.../Frontends/VirtualBox/src/UIVMInfoDialog.cpp | 72 +-
.../src/extradata/UIExtraDataManager.cpp | 114 +-
.../VirtualBox/src/globals/VBoxGlobal.cpp | 7 +
src/VBox/Frontends/VirtualBox/src/main.cpp | 4 +-
.../VirtualBox/src/net/UINetworkReply.cpp | 4 +-
.../Frontends/VirtualBox/src/net/UINetworkReply.h | 1 +
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 23 +-
.../VirtualBox/src/runtime/UIMachineView.cpp | 29 +-
.../VirtualBox/src/runtime/UIMultiScreenLayout.cpp | 2 +
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 197 +-
.../Frontends/VirtualBox/src/runtime/UISession.h | 12 +
.../fullscreen/UIMachineLogicFullscreen.cpp | 10 +
.../runtime/fullscreen/UIMachineLogicFullscreen.h | 2 +
.../src/runtime/normal/UIMachineLogicNormal.cpp | 4 +
.../src/runtime/normal/UIMachineViewNormal.cpp | 1 +
.../src/runtime/normal/UIMachineWindowNormal.cpp | 42 +-
.../src/runtime/scale/UIMachineViewScale.cpp | 1 +
.../runtime/seamless/UIMachineLogicSeamless.cpp | 10 +
.../src/runtime/seamless/UIMachineLogicSeamless.h | 2 +
.../selector/graphics/chooser/UIGChooserModel.cpp | 28 +-
.../selector/graphics/chooser/UIGChooserModel.h | 3 +-
.../src/widgets/UIPortForwardingTable.cpp | 16 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp | 10 +-
.../OpenGL/state_tracker/state_framebuffer.c | 18 +-
src/VBox/GuestHost/OpenGL/util/vboxhgcm.c | 7 +
src/VBox/HostDrivers/Support/SUPDrv.cpp | 3 +
src/VBox/HostDrivers/Support/SUPDrvGip.cpp | 31 +-
.../Support/win/SUPHardenedVerifyImage-win.cpp | 16 +
.../Support/win/SUPR3HardenedMain-win.cpp | 26 +-
.../VBoxNetFlt/linux/VBoxNetFlt-linux.c | 25 +-
.../HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp | 365 +-
src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c | 505 +-
src/VBox/HostServices/GuestProperties/service.cpp | 5 +-
src/VBox/HostServices/SharedFolders/vbsf.cpp | 8 +-
src/VBox/Installer/Config.kmk | 2 +-
src/VBox/Installer/common/virtualbox.desktop.in | 6 +-
src/VBox/Installer/linux/Makefile.kmk | 56 +-
src/VBox/Installer/linux/VBox.sh | 4 +-
src/VBox/Installer/linux/install.sh | 2 +-
src/VBox/Installer/linux/postinst-common.sh | 2 +-
src/VBox/Installer/linux/prerm-common.sh | 2 +-
src/VBox/Installer/linux/routines.sh | 1 +
src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec | 2 +
src/VBox/Installer/solaris/Makefile.kmk | 7 +-
src/VBox/Installer/solaris/checkinstall.sh | 2 +-
src/VBox/Installer/solaris/vboxconfig.sh | 7 +-
.../win/InstallHelper/VBoxInstallHelper.cpp | 11 +
src/VBox/Installer/win/VBoxMergeApp.wxi | 8 +-
src/VBox/Installer/win/VBoxMergeApp.wxs | 6 +
src/VBox/Installer/win/VBoxMergeNetAdp.wxi | 8 +-
src/VBox/Installer/win/VBoxMergeNetAdp.wxs | 14 +
src/VBox/Installer/win/VBoxMergeNetAdp6.wxi | 8 +-
src/VBox/Installer/win/VBoxMergeNetAdp6.wxs | 14 +
src/VBox/Installer/win/VBoxMergeNetFlt.wxi | 8 +-
src/VBox/Installer/win/VBoxMergeNetFlt.wxs | 14 +
src/VBox/Installer/win/VBoxMergeNetLwf.wxi | 8 +-
src/VBox/Installer/win/VBoxMergeNetLwf.wxs | 14 +
src/VBox/Installer/win/VirtualBox.wxs | 34 +-
src/VBox/Main/include/ExtPackManagerImpl.h | 2 +-
src/VBox/Main/src-all/ExtPackManagerImpl.cpp | 84 +-
src/VBox/Main/src-all/PCIDeviceAttachmentImpl.cpp | 24 +-
src/VBox/Main/src-all/win/VirtualBox_rgs.xsl | 2 +-
src/VBox/Main/src-client/ConsoleImpl2.cpp | 8 +-
src/VBox/Main/src-client/DrvAudioVRDE.cpp | 6 +-
src/VBox/Main/src-server/HostImpl.cpp | 2 +-
src/VBox/Main/src-server/MachineImpl.cpp | 63 +-
src/VBox/Main/src-server/linux/HostPowerLinux.cpp | 1 +
src/VBox/Main/src-server/win/NetIf-win.cpp | 671 +-
src/VBox/Makefile.kmk | 2 +
src/VBox/RDP/client-1.8.3/Makefile.kmk | 2 +
src/VBox/Runtime/Makefile.kmk | 3 +-
src/VBox/Runtime/common/ldr/ldrEx.cpp | 23 +
src/VBox/Runtime/common/ldr/ldrPE.cpp | 19 +-
src/VBox/Runtime/common/misc/sg.cpp | 12 +-
src/VBox/Runtime/generic/critsectrw-generic.cpp | 55 +-
src/VBox/Runtime/generic/http-curl.cpp | 2 +-
src/VBox/Runtime/include/internal/ldr.h | 1 +
.../r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp | 2 +-
.../r0drv/solaris/dbgkrnlinfo-r0drv-solaris.c | 99 +-
.../Runtime/r0drv/solaris/initterm-r0drv-solaris.c | 14 +-
src/VBox/Runtime/r3/fileio.cpp | 12 +-
src/VBox/Runtime/r3/linux/sched-linux.cpp | 2 +-
src/VBox/Runtime/r3/posix/sched-posix.cpp | 2 +-
.../Runtime/r3/win/RTSystemQueryOSInfo-win.cpp | 4 +
src/VBox/Runtime/r3/win/fileio-win.cpp | 7 +
src/VBox/Runtime/r3/win/init-win.cpp | 28 +-
src/VBox/Runtime/r3/win/internal-r3-win.h | 23 +-
src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfo.cpp | 8 +-
src/VBox/VMM/VMMR0/GVMMR0.cpp | 228 +-
src/VBox/VMM/VMMR0/HMR0.cpp | 33 +-
src/VBox/VMM/VMMR3/HM.cpp | 3 +-
src/VBox/VMM/VMMR3/VM.cpp | 6 +-
src/VBox/VMM/VMMR3/VMReq.cpp | 4 +-
src/VBox/VMM/include/HMInternal.h | 3 +-
src/libs/Makefile.kmk | 10 +-
src/libs/xpcom18a4/Makefile.kmk | 1 +
.../xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp | 2 +
198 files changed, 15180 insertions(+), 10733 deletions(-)
copy src/VBox/Frontends/VirtualBox/nls/{VirtualBox_xx_YY.ts => VirtualBox_el.ts} (82%)
--
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