Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2013-01-01 12:04:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtualbox (Old)
 and      /work/SRC/openSUSE:Factory/.virtualbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtualbox", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes    2012-11-08 
21:54:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes       
2013-01-01 12:05:13.000000000 +0100
@@ -1,0 +2,46 @@
+Sat Dec 29 08:22:27 UTC 2012 - [email protected]
+
+- updated to virtualbox 4.2.6
+* VMM: don't inject stale VT-x events to prevent crashes after VM reset (bug 
#11256)
+* VMM: workaround for buggy BIOSes which enable MONITOR only for certain CPUs 
(bugs #9460, #10686)
+* GUI: fixed trimming of anti-aliased text in details-view element headers 
(4.2.0 regression)
+* GUI: fixed create-settings-file-alias functionality on Mac hosts (4.2.0 
regression)
+* GUI: fixed take-guest-screenshot functionality on Windows hosts (bug #11095)
+* GUI: several minor fixes, including palette fixes (bug #11191)
+* GUI: fixed Windows 2012 OS type (bug #11206)
+* GUI: allow to terminate the VM even if VBoxSVC crashed
+* API: fixed cancelling of snapshots, previously this could lead to 
inconsistent VM configs (bug #6877)
+* API: fixed identifying disk images by UUID (bug #11209)
+* 3D Support: several fixes
+* VRDP: fixed occasional crash with external authentication (bug #11156)
+* VGA: fix for double scan text modes
+* USB: fixed invalid pending request count at the time of service of DEVICE 
POWER requests (Windows hosts only; bugs #10021, #11056)
+* USB keyboard: Korean keyboard workaround (bug #11150)
+* Storage: fixed hang with QCOW images and asynchronous I/O enabled
+* Storage: fixed hang with newer VHD images (bug #11279)
+* Storage: actually write the non-rotational flag to the VM settings (4.2.0 
regression)
+* Virtio-net: fixed the problem with network statistics counters in Session 
Information dialog (GUI)
+* Metrics: introduced network rate and disk usage metrics
+* Metrics: fixed a crash under certain conditions on Solaris hosts
+* BIOS: fix for El Torito
+* Shared Folders: if the host folder of a shared folder mapping does not 
exist, keep it active but mark it as invalid to prevent inconsitent saved 
states (bug #11147)
+* VBoxManage: fixed converting disks from raw images
+* VBoxManage: show snapshot description in the VM or snapshot information
+* VBoxManage: make implicit opening of media consistent in all places dealing 
with media
+* VBoxManage: the iSCSI initiator name was not stored in the settings file 
when doing storageattach (bug #11212)
+* VBoxManage: metrics collect now properly handles 'CPU/MHz' and 
'Net/*/LinkSpeed' metrics
+* VBoxManage: changing the image UUID or parent UUID as part of storageattach 
works now in all safe cases
+* VBoxManage: introduced storageattach --medium additions as a shortcut to 
mount the additions image (bug #11165)
+* OVF: fixed importing OVF files cerated by recent VMware products (bug #10905)
+* Linux hosts / Bridged Networking: fixed the problem with leaking connections 
in conntrack (bug #11178)
+* Linux Additions: added support for ConsoleKit sessions in the vminfo service 
of VBoxService
+* Linux Additions: don't crash during remount under certain conditions (bug 
#11291)
+* Linux/Solaris Additions: fixed guest memory metrics collection
+* Solaris hosts: added a dependency to ensure that the user directories are 
reachable when starting VBox services
+* Windows host installer: integrated user-contributed translations, thanks to 
all contributors!
+* Windows Additions: fixed auto-logon installation for Windows 8
+* Windows Additions: don't fail if the shared folders host service is not 
available
+* Windows Additions: fixed Guest Additions startup on Windows 2000 guests (bug 
#11253)
+* Windows Additions: auto-resize fixes for Windows 8 guests
+
+-------------------------------------------------------------------

Old:
----
  VirtualBox-4.2.4-patched.tar.bz2
  virtualbox-4.2.4-UserManual.pdf

New:
----
  VirtualBox-4.2.6-patched.tar.bz2
  virtualbox-4.2.6-UserManual.pdf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.utpKSK/_old  2013-01-01 12:05:16.000000000 +0100
+++ /var/tmp/diff_new_pack.utpKSK/_new  2013-01-01 12:05:16.000000000 +0100
@@ -82,7 +82,7 @@
 %endif
 #
 ExclusiveArch:  %ix86 x86_64
-Version:        4.2.4
+Version:        4.2.6
 Release:        0
 Summary:        VirtualBox is an Emulator
 License:        GPL-2.0+

++++++ VirtualBox-4.2.4-patched.tar.bz2 -> VirtualBox-4.2.6-patched.tar.bz2 
++++++
/work/SRC/openSUSE:Factory/virtualbox/VirtualBox-4.2.4-patched.tar.bz2 
/work/SRC/openSUSE:Factory/.virtualbox.new/VirtualBox-4.2.6-patched.tar.bz2 
differ: char 11, line 1

++++++ vbox-permissions_warning.diff ++++++
--- /var/tmp/diff_new_pack.utpKSK/_old  2013-01-01 12:05:16.000000000 +0100
+++ /var/tmp/diff_new_pack.utpKSK/_new  2013-01-01 12:05:16.000000000 +0100
@@ -1,10 +1,8 @@
-Index: VirtualBox-4.2.0/src/apps/Makefile.kmk
+Index: VirtualBox-4.2.6/src/apps/Makefile.kmk
 ===================================================================
---- VirtualBox-4.2.0.orig/src/apps/Makefile.kmk
-+++ VirtualBox-4.2.0/src/apps/Makefile.kmk
-@@ -32,7 +32,9 @@ if1of ($(KBUILD_TARGET),darwin solaris l
-  ifneq ($(wildcard $(PATH_SUB_CURRENT)/adpctl),)
-   include $(PATH_SUB_CURRENT)/adpctl/Makefile.kmk
+--- VirtualBox-4.2.6.orig/src/apps/Makefile.kmk
++++ VirtualBox-4.2.6/src/apps/Makefile.kmk
+@@ -39,5 +39,7 @@ ifdef VBOX_WITH_DEVMAPPER
   endif
  endif
  
@@ -12,10 +10,10 @@
 +
  include $(FILE_KBUILD_SUB_FOOTER)
  
-Index: VirtualBox-4.2.0/src/apps/VBoxPermissionMessage/Makefile.kmk
+Index: VirtualBox-4.2.6/src/apps/VBoxPermissionMessage/Makefile.kmk
 ===================================================================
 --- /dev/null
-+++ VirtualBox-4.2.0/src/apps/VBoxPermissionMessage/Makefile.kmk
++++ VirtualBox-4.2.6/src/apps/VBoxPermissionMessage/Makefile.kmk
 @@ -0,0 +1,31 @@
 +# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $
 +## @file
@@ -48,10 +46,10 @@
 +
 +include $(KBUILD_PATH)/subfooter.kmk
 +
-Index: 
VirtualBox-4.2.0/src/apps/VBoxPermissionMessage/VBoxPermissionMessage.cpp
+Index: 
VirtualBox-4.2.6/src/apps/VBoxPermissionMessage/VBoxPermissionMessage.cpp
 ===================================================================
 --- /dev/null
-+++ VirtualBox-4.2.0/src/apps/VBoxPermissionMessage/VBoxPermissionMessage.cpp
++++ VirtualBox-4.2.6/src/apps/VBoxPermissionMessage/VBoxPermissionMessage.cpp
 @@ -0,0 +1,12 @@
 +#include <QtGui/QApplication>
 +#include <QtGui/QMessageBox>

++++++ virtualbox-4.2.4-UserManual.pdf -> virtualbox-4.2.6-UserManual.pdf ++++++
(binary differes)


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to