4.2.8 버전이 나온지 보름 정도 밖에 지나지 않았는데, 의외로 빨리 나온 업데이트다.

VirtualBox 4.2.10 (release 2013-03-15)

This is a maintenance release. The following items were fixed and/or added:

  • GUI: fixed keyboard with XQuartz X server (bug #10664)
  • Main/Display: fixed a crash with multi-monitors under certain conditions (Mac OS X hosts only)
  • Main/Properties: fixed a crash under certain conditions, for example after wakeup from host hibernate (bug #11444)
  • Settings: don't lose the internal network settings if they are not currently active
  • Storage: another incompatibility fix for VHD differencing images with Hyper-V (bug #5990)
  • VBoxManage: don't read beyond the end of the file specified with export --eulafile (bug #11528)
  • Linux hosts / guests: Linux 3.9-rc0 compile fixes (bug #11529)
  • Linux Additions: fixed two warnings in the shared folders guest kernel module (bug #11390)
  • Linux Additions: don't crash VBoxService if libdbus is not available (bug #8638)
  • Windows Additions: fixed upgrading MultiMedia Redirection (MMR) support

무엇인가 큰 bugfix가 있나 살펴보는데... 피부에 와닿는 것은 안보인다.

호스트의 하이버네이트 상황에서 wakeup할 때 발생하기도 하는 에러에 대한 것이나 공유폴더 관련한 내용이 보이지만
지금 내 상황에서 확 와닿지는 않다보니....^^

다운로드 - https://www.virtualbox.org/wiki/Downloads


그런데, 개인적인 상황일지는 모르겠는데 설치 후 조금 문제가 있었다.

   - Host   : Windows XP
   - Guest : Ubuntu 11.10

VBox 4.2.8에서 4.2.10 버전으로 업그레이드 후 VBoxGuestAddtions 설치를 진행하려는데.... mount가 안된다.
재부팅을 해도 안되고, 수작업으로 mount를 하려고 해도 잡히지를 않는다.

정확한 원인이나 해결방법을 찾게 되면 다시 한 번 공유하도록 하겠다.



→ 새로운 버전으로 해결이 되었다.

처음에 받았던 설치파일 이름과 지금 다운로드 되고 있는 설치파일 이름을 보면 차이가 있다.

   - VirtualBox-4.2.10-84104-Win.exe
   - VirtualBox-4.2.10-84105-Win.exe

Extension 파일은 여전피 빌드 번호가 예전 것으로 되어있다.

   - Oracle_VM_VirtualBox_Extension_Pack-4.2.10-84104.vbox-extpack

여하튼, 새로운 빌드 번호로 되어있는 파일로 다운로드 받아 설치를 하고선 이전과 같이 진행을 했는데, 잘 된다.
아무래도 작은 실수가 있던 설치 파일을 바로 내리고 새로 빌드를 해서 업로드 해놓은 것 같다.

다운 받아서 새로운 버전을 사용해보세요~

반응형

오랫만에 ... 약 2개월만에 새로운 버전이 나왔다.
작년에 신나게 업데이트를 해주던 것에 비해서 올해엔 업그레이드가 좀 오래걸리는 것 같아서 살짝 불안하다.

Oracle 이라는 회사가 말이지... 음... 흠... ^^


Changelog는 아래와 같다.

VirtualBox 4.1.10 (released 2012-03-13)

This is a maintenance release. The following items were fixed and/or added:

GUI: if 3D support on the host is not available for some reason, do not only disable this VM setting but also uncheck the checkbox
VMM: fixed a potential problem causing to schedule interrupts during SYSEXIT right after STI
VMM: fixed a potential guest memory corruption issue with page fusion
VMM: adjusted the module matching algorithm for page fusion a little, generally resulting in slightly more shared pages
Main: host interfaces no longer have "defaults" for IP address and network mask attributes
Main: don't depend on a password for certain guest control operations (bug #10030)
3D Support: fixed Windows XP hosts support (4.1.8 regression; bugs #10071 and #10088)
3D Support: rendering fixes for Linux hosts with NVIDIA graphics
3D Support: fixed saved state issues (4.1.8 regression; bug #10126)
3D Support: WDDM driver: fixed powershell_ise crashes (bug #10167), make WPF-based apps work with Aero enabled, fixed additional possible WinSAT crashes
VRDP: fixed remote clipboard compatibility issues with some clients
Storage: fixed a possible data corruption when compacting VDI or VHD images with snapshots (32-bit hosts only)
iSCSI: fixed crash when using incorrect credentials when authenticating with a LIO target (bug #10173)
Serial: don't abort in host mode under rare error conditions (non-Windows hosts only)
SDK: actually ship current C bindings
SDK: fixed the Java glue code for JDK 1.7.0 (bug #9848)
SDK: added Python example
Metrics: make metrics collection more robust regarding blocked VMs
Web service: added SSL/TLS support
VBoxShell: fixed Guest Additions information lookup
Solaris installer: fixed dependency checking while installing VirtualBox in a zone
Linux hosts/guests: Linux 3.3-rc1 compile fixes
Solaris hosts: fixed debug kernel panics while opening module CTF data (bug #9651)
Mac OS X hosts: fixed Python support on Lion
Linux Additions: make 3D passthrough work on OL/RHEL 6.2 (bug #10010)
Linux Additions: fixed missing implementation when copying shared folder data through kernel high memory (bug #9878)
Linux Additions: make sure all data is written when closing a memory mapped file on a shared folder
Linux Additions: added support for X.Org Server 1.12
Solaris Additions: fixed guest kernel driver to load properly on guest reboot (4.1.8 regression; bug #10113)
Solaris Additions: fixed missing 64-bit OpenGL library VBoxOGL.so (bug #10151)
Solaris Additions: fixed VBoxService import and start for Solaris 11 guests.
Windows Additions: some Windows 8 adaptions
Windows Additions: several fixes for shared folders (bug #9753)
Guest control: miscellaneous bugfixes

어디까지나 개인적으로 관심있는 부분만 조금 살펴보면...

VRDP: fixed remote clipboard compatibility issues with some clients
   - 일부 클라이언트에서 원격 클립보드 호환성 개선

Storage: fixed a possible data corruption when compacting VDI or VHD images with snapshots (32-bit hosts only)
   - (32-bit 호스트에서만) 스냅샷의 VDI 또는 VHD 이미지를 최적화할 때 발생할 수 있는 데이터 충돌 개선

Linux hosts/guests: Linux 3.3-rc1 compile fixes
   - Linux 3.3-rc1 컴파일 개선

Linux Additions: fixed missing implementation when copying shared folder data through kernel high memory (bug #9878)
   - 커널의 높은 메모리 때문에 공유폴더의 데이터를 복사할 때 실행을 하지 않는 현상 개선

Linux Additions: make sure all data is written when closing a memory mapped file on a shared folder
   - 공유폴더에서 메모리 맵을 닫을 때 모든 데이터가 확실히 써지도록 수정

Linux Additions: added support for X.Org Server 1.12
   - X.Org Server 1.12 지원 추가

Windows Additions: several fixes for shared folders (bug #9753)
   - 공유폴더에 대한 몇 몇 개선



전체적으로 공유폴더와 관련한 많은 사항들에 대한 개선이 있는 것으로 보인다.

VirtualBox 를 사용하면서 공유폴더 때문에 발생했던 충돌들이 많이 없어질 것 같아서 기분이 좋다~!!!
 
반응형

+ Recent posts