~n-muench/open-vm-tools/devel

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Nate Muench
  • Date: 2011-05-05 00:27:16 UTC
  • Revision ID: nowiwilldestroyabydos@gmail.com-20110505002716-f87n4uvh2hg3crrk
Merge with Natty, Enable shared folders

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
open-vm-tools 2011.03.28 changes:
 
2
        * HGFS mounter and vmusr's suid wrapper were changed to avoid
 
3
          issues with symlink attacks. A new mount utility for vmblock on
 
4
          Solaris and FreeBSD was added.
 
5
  
 
6
        * The VMCI driver was thoroughly reworked so that it can serve as
 
7
          both the host and guest VMCI driver. This is mostly targeted at
 
8
          supporting nested VMs.
 
9
  
 
10
        * vmusr got better integration with X's session manager, including
 
11
          proper cleanup during session teardown.
 
12
  
 
13
        * Unity has been enhanced to better handle some desktop environments.
 
14
 
 
15
        * Many small bug fixes in other areas, including updates for newer
 
16
          Linux kernels.
 
17
 
 
18
open-vm-tools 2011.02.23 changes:
 
19
        * Some copy & paste issues with KDE were fixed.
 
20
 
 
21
        * Mostly cleanups and bug fixes, with a few build enhancements.
 
22
 
 
23
open-vm-tools 2011.01.24 changes:
 
24
        * Mostly cleanups and bug fixes.
 
25
 
 
26
        * Install code fixed to handle translation catalogs correctly.
 
27
 
 
28
open-vm-tools 2010.12.19 changes:
 
29
        * New version of DnD code lands in open-vm-tools. The host part
 
30
        of the new DnD protocol is not available yet in VMware products,
 
31
        though.
 
32
 
 
33
        * vmtoolsd gets some new functionality to support new features
 
34
        being developed internally.
 
35
 
 
36
        * vmxnet driver for FreeBSD fixed to allow changing the MAC address.
 
37
 
 
38
        * lots of bug fixes and other cleanups in various areas.
 
39
 
 
40
open-vm-tools 2010.11.17 changes:
 
41
        * Mostly cleanups and bug fixes.
 
42
 
 
43
        * vmxnet3 on Solaris now supports jumbo frames.
 
44
 
 
45
open-vm-tools 2010.10.18 changes:
 
46
        * The unity plugin has received some refactoring work, and the
 
47
        menu gathering code has been enhanced to be more DE-agnostic and
 
48
        support the new app icon code. It now needs glib 2.24 to compile.
 
49
 
 
50
        * Several bug fixes and enhancements to the VIX plugin.
 
51
 
 
52
        * Bug fixes to the guest info plugin so that it better supports
 
53
        VMs with several network interfaces.
 
54
 
 
55
        * Other minor enhancements and bug fixes in several areas, including
 
56
        vsock, vmmemctl and copy & paste.
 
57
 
 
58
open-vm-tools 2010.09.19 changes:
 
59
        * Mostly cleanups and minor bug fixes.
 
60
 
 
61
        * VIX plugin has been updated with lots of new commands being added
 
62
        to the next VIX API release.
 
63
 
 
64
open-vm-tools 2010.08.24 changes:
 
65
        * HGFS and VMCI kernel module bug fixes, and updates to compile
 
66
        in newer Linux kernels.
 
67
 
 
68
        * HGFS server interface refactoring was finished, now supports
 
69
        the transport abstraction available for the kernel interface.
 
70
 
 
71
        * VIX operations are now properly implemented on Solaris, plus
 
72
        new operations added to support features under development.
 
73
 
 
74
        * Other minor cleanups and bug fixes.
 
75
 
 
76
open-vm-tools 2010.07.25 changes:
 
77
        * Features previously provided by vmware-user are now provided
 
78
        as vmtoolsd plugins. vmware-user has been removed and code that
 
79
        interacted with it changed to start the correct vmtoolsd instance.
 
80
 
 
81
        * Lots of cleanup: removed old compatibility headers not needed
 
82
        anymore, removed dead code, consolidated logging code.
 
83
 
 
84
        * Time synchronization now works more like NTP.
 
85
 
 
86
        * New code for features not yet exposed by VMware host software
 
87
        is being added.
 
88
 
1
89
open-vm-tools 2010.06.16 changes:
2
90
        * VMCI moves towards unifying the guest and host driver APIs,
3
91
        and gets support for MSI/MSI-X.