~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201210021442

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Nate Muench
  • Date: 2012-01-23 16:09:45 UTC
  • mfrom: (1.4.6) (2.4.26 sid)
  • Revision ID: package-import@ubuntu.com-20120123160945-b6s0r1vkcovucpf3
Tags: 2011.12.20-562307-0ubuntu1
* Merge latest upstream git tag. Fixes building on Precise
  (LP: #898289, LP: #905612)

* Items merged from Debian unstable:
  - debian/control:
    + open-vm-tools recommends open-vm-dkms. (LP: #598933)
    + open-vm-tools now suggests open-vm-toolbox. (LP: #604998)
  (From 2011.08.21-471295-1 release)
  - Updating maintainer and uploaders fields.
  - Removing vcs fields.
  - Removing references to Daniel's old email address.
  - Updating years in copyright file.
  - Updating to standards version 3.9.2.
  - Updating to debhelper version 8.
  - Switching to source format 3.0 (quilt).
  - Removing manual chrpath setting.
  - Removing exclusion from plugins from debhelper shlibs.
  - Rediffing kvers.patch.
  (From 2011.09.23-491607-1 release)
  - Marking binary architecture-dependend packages as linux and kfreebsd
  only.
  - Removing liburiparser-dev from build-depends as upstream dropped
  unity support.
  - Building with libproc-dev on amd64 again.
  - Dropping disabling of dnet support.
  (From 2011.09.23-491607-2 release)
  - Adding doxygen to build-depends for api documentation.
  - Adding libcunit1-dev to build-depends for test suites.
  - Minimizing rules file.
  - Adding open-vm-tools-dev package, containing only the api
    documentation for now.
  (From 2011.09.23-491607-3 release)
  - Sorting overrides in rules alphabetically.
  - Compacting copyright file.
  - Adding udev rule to set timeout for vmware scsi devices
  (From 2011.12.20-562307-1 release)
  - Adding patch to correct typo in upstreams dkms configuration

* Remaining Changes:
  - Remove Stable part of version numbering.
  - debian folder:
    + Re-added open-vm-dkms.postinst & open-vm-dkms.prerm.
      * Allows dkms modules to compile upon installation.
  - debian/control:
    + Re-add open-vm-source and make into a transitional package
      for open-vm-toolbox.
    + Return dependancies that were moved to open-vm-tools back to
      open-vm-toolbox.
  - debian/rules and debian/open-vm-toolbox.lintian-overrides:
    + Make vmware-user-suid-wrapper suid-root
  - debian/rules:
    + Added CFLAGS field with -Wno-deprecated-declarations
      * Will suppress issues with glib 2.31 or later.
    + Add line to copy vmware-xdg-detect-de into place.
    + Install vmware-user.desktop through toolbox package.
  - debian/open-vm-tools.init:
    + Re-add 'modprobe [-r] vmblock'.
    + Add 'modprobe [-r] vmxnet'.
      * Incase it's not loaded during boot.
    + Remove and re-add pcnet32 module
      * Will be done before (remove) and after (readd) vmxnet module
        is added.
      * If vmxnet doesn't exist (aka modules fail to build), pcnet32 can be
        still used for network connectivity.
      * Workaround until a better fix can be done.
  - Re-add gnome-session to debian/local/xautostart.conf
  - Manpages removed (from debian/manpages):
    + vmmemctl.9
    + vmxnet3.9
    + Remove references to manpages that have been removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
open-vm-tools 2011.12.20 changes:
 
2
        * Updates for new Linux kernel releases, including some fixes for
 
3
        Fedora's re-versioned 3.x kernels.
 
4
 
 
5
        * VMCI sockets has some changes for a new socket type, targeted
 
6
        at replacing the "backdoor" communication used by the tools services.
 
7
 
 
8
        * HGFS has better session support.
 
9
 
 
10
        * Miscelaneous bug fixes and small enhancements in other parts
 
11
        of the code.
 
12
 
 
13
open-vm-tools 2011.11.20 changes:
 
14
        * Updates for new Linux kernel releases.
 
15
 
 
16
        * Better Unity and DnD compatibility with newer Linux distros.
 
17
 
 
18
        * Other minor fixes and cleanups.
 
19
 
 
20
open-vm-tools 2011.10.26 changes:
 
21
        * Mostly cleanups and bug fixes.
 
22
 
 
23
        * Code can now compile with uClibc, with some caveats.
 
24
 
 
25
open-vm-tools 2011.09.23 changes:
 
26
        * open-vm-tools now can use the built in Linux freeze / thaw
 
27
        support for block devices, making the vmsync driver unnecessary
 
28
        in kernels supporting that feature.
 
29
 
 
30
        * The VMCI driver has been simplified, removing VM-to-VM
 
31
        communication support (which is being removed from VMware products).
 
32
 
 
33
        * The Unity team decided to remove the Unity plugin from open-vm-tools,
 
34
        given its partial brokenness due to reliance on internally-modified
 
35
        version of GNOME libraries, among other reasons.
 
36
 
 
37
        * Other bug fixes and code cleanup.
 
38
 
 
39
open-vm-tools 2011.08.21 changes:
 
40
        * Enabled several VIX APIs on FreeBSD.
 
41
 
 
42
        * Minor bug fixes and code cleanup.
 
43
 
1
44
open-vm-tools 2011.07.19 changes:
2
45
        * Fix an issue in the HGFS driver that could lead to a kernel
3
46
          panic.